This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes JAX-WS with Jdk1.6. problem with body content going in header while consuming Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "JAX-WS with Jdk1.6. problem with body content going in header while consuming" Watch "JAX-WS with Jdk1.6. problem with body content going in header while consuming" New topic
Author

JAX-WS with Jdk1.6. problem with body content going in header while consuming

Mayank Soni
Greenhorn

Joined: Oct 05, 2009
Posts: 3
I am trying to consume web service using dynamic proxy JAX-WS API with JDK1.6 .I have written a handler to log request xml created. I am surprised to see all contents which should be in soap body is going in soap header resulting in wrong xml.



CreateRequest node should be in soapbody as opposed to header in below xml

XML from log..

<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Header><CreateRequest xmlns="urn:xxxxxxxx" FromWebservice="whekwhj" Status="xxxxxl"><Number/><Description/><ReqBy_LoginID/><ReqFor_LoginID/><Category/><Item>dsfjjdsf</Item><Product_Name/></CreateRequest></S:Header><S:Body/></S:Envelope>

JDK version used to generate client is 1.6 update 31

Any Pointer to above problem?

Thanks


Mayank
 
jQuery in Action, 2nd edition
 
subject: JAX-WS with Jdk1.6. problem with body content going in header while consuming
 
Similar Threads
JAX-WS - several newbie questions.
Did not understand "MustUnderstand" header(s)
random xmlns attribute order causing unexpected XML tag exception
Web Services/SOAP Newbie question
WS-Security with XWSS and SoapUI