Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
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