Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sref:service-ref in assign #10

Open
GoogleCodeExporter opened this issue May 20, 2015 · 1 comment
Open

sref:service-ref in assign #10

GoogleCodeExporter opened this issue May 20, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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:

@GoogleCodeExporter
Copy link
Author

Reasoning: BPELscript leaks support for Service Reference Schema of BPEL.
Solution: 
> QuickFix: use <![CDATA[ ... ]]> for short
> ClearFix: Add corresponding rules to grammar.

Original comment by [email protected] on 7 Feb 2009 at 7:04

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant