In an outbound webservice, I am trying to send a request to another application. Problem is when Siebel sends the request, it is sending namespace parameters in every element of the soap request. See Below:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body><getAuths xmlns="http://data.service.client.ods.transys.wex.com/">
<authSearch>
<authID xmlns="http://data.service.client.ods.transys.wex.com/"></authID>
</authSearch>
</getAuths>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Whereas If I am trying the same request from SOAP, there is no issue in the SOAP XML that is sent.
I checked a similar blog earlier where there is some name space property to be removed from Integration Object, but I am not able to get rid of the problem.
Can anyone tell me if the IC Field USer property has to be altered or IC User prperty or the IO user property? Any response for this will be highly appreciated.
Thanks in advance. !
Best Regards, -N