| Author |
JAX-WS web service client - unmarshalling is not working on stand alone server (Tomcat or OC4J)
|
Santhosh Reddy Mandadi
Greenhorn
Joined: Apr 13, 2010
Posts: 11
|
|
|
Hi guys - we've developed a JAX-WS web service client on Netbeans IDE. It is working properly when we deploy them thru IDE. But when we try to deploy that onto stand alone server either Tomcat or Oracle OC4J, the response is not being unmarshalling. Has anyone faced this issue? Looks like the problem is due to the parsers.
|
Thanks
Santhosh
|
 |
Santhosh Reddy Mandadi
Greenhorn
Joined: Apr 13, 2010
Posts: 11
|
|
Well... the issue was due to the library which was not running as expected in Java 1.5. We've developed the web service client with JAX-WS 2.2 which was running properly when running with Netbeans IDE 6.8 but not on the standalone server. We've downgraded the Netbeans and modified the libraries to JAX-WS 2.1. It worked...
Good to know. JAX-WS 2.2 is not compatible with Java 1.5
|
 |
 |
|
|
subject: JAX-WS web service client - unmarshalling is not working on stand alone server (Tomcat or OC4J)
|
|
|