what is exactly the symptom?
1. an unwanted namespace declaration is added?
2. a different prefix is used for some namespace?
3. a different namespace is used?

I think 1 and 2 are possible but 3 should not happen.
If your problem is 2, you can control this behavior by passing your
custom namespace prefix map using the property key
soap.env.ns.map in the request context.


2015-01-20 11:02 GMT+01:00 Deepak Kumar <[email protected]>:
> Hi,
>
> In my implementation, the javax.xml.soap.SOAPMessage object is created and
> CXF libraries are used for JAX WS implementation and
> org.apache.cxf.jaxws.DispatchImpl object is created for dispatch, but I saw
> the original soapmessage is created with envelope is different than actual
> message transmitted, I saw in wireshark trace, the transmitted soap
> envelope has extra namespaces added by CXF library. Is there any way to
> disable auto added namespaces by CXF libraries.
>
>
> --Deepak

Reply via email to