Prateek Shrivastava
Prateek Shrivastava

Reputation: 480

Namespace issue with Jax-Ws webservice

I have a scenario where I have written webserive in Jax-Ws, from this webservice I am calling third party webservice developed in axis.

I am facing namespace issue, JAX-WS by default add namespace attribute in each of the request, where as axis webservice does not take namespace.

Is there a way by which I can remove namespace from SOAP request, before passing it to axis webservice. I tried writing handler and removing namespace from SOAP request however that doesn't seems to be feasible solution.

Upvotes: 0

Views: 426

Answers (0)

Related Questions