Removing xmlns="" from SOAP messages.
book
Article ID: KB0088055
calendar_today
Updated On:
TIBCO ActiveMatrix BusinessWorks
-
Not Applicable
-
Show More
Show Less
Description
Resolution: Abstract: ========== Remove xmlns="" from SOAP messages. Description: ========== TIBCO ActiveMatrix BusinessWorks (BW) send SOAP messages with xmlns="" . <SOAPElement xmlns=""> This is not a BW defect. It is not necessary to remove xmlns="" if the server is a standard SOAP server. The server side should expect xmlns="" to be compatible with other vendors. Environment: ========== TIBCO ActiveMatrix BusinessWorks Symptoms: ========== BW sends a SOAP request message with xmlns="" . Other web service providers, such as OIM, does not accept this. Resolution: ========== Workaround: 1). Implement a local HTTP server as a proxy. 2). Omit the xmlns="" string using Java code inside the proxy. Refer to the attached project (Filename:soapwithproxyserver.zip). Attachments: ========== soapwithproxyserver.zip from SR: 1-CU1283
Issue/Introduction
Removing xmlns="" from SOAP messages.
Attachments
Removing xmlns="" from SOAP messages.
get_app
Feedback
thumb_up
Yes
thumb_down
No