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

rpc style soap messages is broken #153

Closed
eed3si9n opened this issue Apr 13, 2012 · 0 comments
Closed

rpc style soap messages is broken #153

eed3si9n opened this issue Apr 13, 2012 · 0 comments
Labels

Comments

@eed3si9n
Copy link
Owner

steps

  1. generate code for RPC style service.

problem

  1. scalaxb produces un-compilable code (https://github.com/eed3si9n/scalaxb-sample/tree/confluence/confluence).
  2. generated binding is incorrect for body parsing.

expectation

it works.

note

Web Services Description Language (WSDL) 1.1:

If the operation style is rpc each part is a parameter or a return value and appears inside a wrapper element within the body (following Section 7.1 of the SOAP specification). The wrapper element is named identically to the operation name and its namespace is the value of the namespace attribute. Each message part (parameter) appears under the wrapper, represented by an accessor named identically to the corresponding parameter of the call. Parts are arranged in the same order as the parameters of the call.

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

No branches or pull requests

1 participant