Did you want your soap:Body to contain <getSomething/> ?
Exactly yes - I actually never considered that the method didn't appear when using document/literal.
For that I need rpc/encoded or rpc/literal? But the latter is not supported in .NET right?!
You want wrapped/literal. Technically, wrapped/literal is a special-case of document/literal, but let's not worry about that for now.
Oooh... And this is supported by .NET, as well?

> You need to specify wrapped/literal style in your WSDD like this:
<service name="InicioSOAP" provider="java:RPC" style="wrapped" use="literal">
For the wsdl file there are a number of rules too. Mainly, that the schema definition has to correspond to <getSomething/>.
Super!

Thanks Bill,
 Martin



Reply via email to