|
Hi,
Thanks! That helps, but I can't say I like it. I think that Axis should recognize that you've given it a Document and wrap it in a SOAPBodyElement by itself if that's what it needs.
In your code you don't use call.setOperationName("name-of-service-method"). I can't get my code to work without that. Are you sure you don't have that in your code? No you don't have to set OperationName in your client code if your service is message style ( message/literal). If you look into your SOAPMessage you can see that your operation name is not mentioned any where in your SOAPMessage, but it contains your raw document directly under SOAPBody
Also, do you use call.setOperationStyle("message")? I don't think so you need to call this method even if you add provider="java:MSG" or style="message" in your server-config.wsdd file.
Cheers, Ranjith.
|
RE: message-style frustrations (this time in plain text)
PILLAI,RANJITH (HP-PaloAlto,ex1) Mon, 08 Sep 2003 12:18:27 -0700
Title: message-style frustrations (this time in plain text)
- message-style frustrations (this time in ... Volkmann, Mark
- Re: message-style frustrations (this... remko de knikker
- RE: message-style frustrations (this... PILLAI,RANJITH (HP-PaloAlto,ex1)
- RE: message-style frustrations (this... Volkmann, Mark
- Valid signature for AXIS Message... Sateesh Ayyagari
- Route the SOAP message to th... Sateesh Ayyagari
- RE: message-style frustrations (this... PILLAI,RANJITH (HP-PaloAlto,ex1)
- RE: message-style frustrations (this... Volkmann, Mark
- RE: message-style frustrations (this... PILLAI,RANJITH (HP-PaloAlto,ex1)
- RE: message-style frustrations (this... PILLAI,RANJITH (HP-PaloAlto,ex1)
- Schema checking problem about xs... Cheng Po-wen
- Re: Schema checking problem ... Jeff Greif
- multiRef & Schema Checking Cheng Po-wen
- RE: message-style frustrations (this... Volkmann, Mark
