Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3548

Re: Prefixed namespace bindings may not be empty - SOAP sender error

$
0
0

Hi Ravi

 

The SOAP envelope doesn't look right:

- there is no overall envelope

- there in no SOAP body - the data should be contained in the body instead of the SOAP header

 

Did you manually construct this envelope?

 

Here's a sample of a correct payload within a SOAP envelope

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:str="urn:test.com/Test">   <soapenv:Header/>   <soapenv:Body>      <str:MT_SingleFieldLines>         <Lines>            <Field>ABC</Field>         </Lines>      </str:MT_SingleFieldLines>   </soapenv:Body></soapenv:Envelope>

 

Rgds

Eng Swee


Viewing all articles
Browse latest Browse all 3548

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>