Webservice Base CI,SOAP Request Message generated Wrong
I got a problem like this .
I created a webservice base a CI, and the SOAP Request Message generated should be :
<?xml version="1.0"?>
<soapenv:Envelope xmlns:soapenc="--http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="-- http://schemas.xmlsoap.org/soap/envelope/"
xmlns:wsa="-- http://schemas.xmlsoap.org/ws/2003/03/addressing/" xmlns:xsd="--http://www.w3.org/2001/XMLSchema/"
xmlns:xsi="-- http://www.w3.org/2001/XMLSchema-instance/">
<soapenv:Header xmlns:soapenv="--http://schemas.xmlsoap.org/soap/envelope/">
<wsse:Security soap:mustUnderstand="1" xmlns:soap="--http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsse="-- http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
I created a webservice base a CI, and the SOAP Request Message generated should be :
<?xml version="1.0"?>
<soapenv:Envelope xmlns:soapenc="--http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="-- http://schemas.xmlsoap.org/soap/envelope/"
xmlns:wsa="-- http://schemas.xmlsoap.org/ws/2003/03/addressing/" xmlns:xsd="--http://www.w3.org/2001/XMLSchema/"
xmlns:xsi="-- http://www.w3.org/2001/XMLSchema-instance/">
<soapenv:Header xmlns:soapenv="--http://schemas.xmlsoap.org/soap/envelope/">
<wsse:Security soap:mustUnderstand="1" xmlns:soap="--http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsse="-- http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
0