-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
If an assign is of the following form:
--cut--
<copy>
<from>
<literal>
<sref:service-ref>
<addr:EndpointReference>
<addr:Address>
http://example.com/auction/
RegistrationService/
</addr:Address>
<addr:ServiceName>
as:RegistrationService
</addr:ServiceName>
</addr:EndpointReference>
</sref:service-ref>
</literal>
</from>
<to partnerLink="auctionRegistrationService" />
</copy>
--end--
bosto complains with
--cut--
line 79:25: expecting PCDATA, found 'sref:service-ref'
line 85:27: expecting "<to>", found 'addr:ServiceName'
line 91:12: expecting EOF, found ''
--end--
Sample process: auction service of BPEL spec.
--end--
Original issue reported on code.google.com by [email protected] on 28 Jan 2009 at 7:56
Attachments: