RPC/LIT should work. Note that you may need to set the style="rpc" attribute on the <jsr181:endpoint /> element.
On 10/31/06, robottaway <[EMAIL PROTECTED]> wrote:
I am trying to use jsr181 annotations to make my POJO's WSDL exposed as RPC style. It is not working so far. Here is an example of the annotations: @WebService(name = "AxDataGateway", targetNamespace = "http://www.musiciansfriend.com") @SOAPBinding( style = SOAPBinding.Style.RPC, use = SOAPBinding.Use.LITERAL) public class AxDataGatewayService { Are the jsr181 annotations not fully implemented yet? -- View this message in context: http://www.nabble.com/jsr181-annotations-RPC-tf2546584.html#a7096588 Sent from the ServiceMix - User mailing list archive at Nabble.com.
-- Cheers, Guillaume Nodet
