OASIS 129: Syntax change in Role [message #2038] |
Mon, 12 December 2005 11:01 |
Eclipse User |
|
|
|
I've fixed defect 119734, which implements OASIS issue 129 in the model.
The summary is that this old syntax:
<plnk:partnerLinkType name="SampleProcessPartnerLinkType">
<plnk:role name="ProcessRole">
<plnk:portType name="wsdl0:SampleProcess"/>
</plnk:role>
</plnk:partnerLinkType>
Now looks like this:
<plnk:partnerLinkType name="SampleProcessPartnerLinkType">
<plnk:role name="ProcessRole" portType="wsdl0:SampleProcess"/>
</plnk:partnerLinkType>
I've released changes to the model (and associated changes to the UI).
Needless to say, this is a breaking change as far as existing processes
go. I'm posting this to the newsgroup in case people are tracking the
current codebase and wonder why things are broken.
I'll upload a new version of the sample process to the web site.
james
|
|
|
Powered by
FUDForum. Page generated in 0.02995 seconds