0

We're using Oracle 10g application server and deployed the Web service and trying to deploy the web service client. Server is working fine i.e.; marshalling is working fine. We're getting the output from the service properly but the search client is not unmarshalling (parsing) the response received. We're using all the tags under same name space so there is no name space problem. Different collections would exists in the XSD. Has anyone faced similar kind of issue? Is there any solution for this?

Thanks

Santhosh

4

1 回答 1

0

嗯...问题是由于库在 Java 1.5 中没有按预期运行。我们使用 JAX-WS 2.2 开发了 Web 服务客户端,该客户端在使用 Netbeans IDE 6.8 运行时可以正常运行,但不能在独立服务器上运行。我们已将 Netbeans 降级并将库修改为 JAX-WS 2.1。有效...

很高兴知道。JAX-WS 2.2 与 Java 1.5 不兼容

于 2010-05-16T20:02:43.123 回答