logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Coding & Scripting Corner View previous topic :: View next topic
Reply to topic   Topic: CXF library add the unwanted namespace in SOAP outgoing rqst
Author
deepaksb2@gmail.com



Joined: 06 Jan 2015
Posts: 1
Location: India

PostPosted: Tue 06 Jan '15 13:44    Post subject: CXF library add the unwanted namespace in SOAP outgoing rqst Reply with quote

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 trasmitted soap envelope has extra namespaces added by CXF library. Is there any way to disable auto added namespaces by CXF libraries.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Sat 17 Jan '15 23:33    Post subject: Reply with quote

You should ask the on cxf user mailing list. http://cxf.apache.org/mailing-lists.html
Back to top


Reply to topic   Topic: CXF library add the unwanted namespace in SOAP outgoing rqst View previous topic :: View next topic
Post new topic   Forum Index -> Coding & Scripting Corner