Status code 2007

Status code 2007 SearchSearch
Author Message
Anonymous
 
Posted on Monday, June 05, 2006 - 08:58 am:   

Hi all,
I get status code 2007 (Message Format Corrupt) as SOAP response.
I'm not able to see where is the error in MM7 Submit Request, but maybe it is one of these:

-In the POST I don't use <?xml version='1.0'> before <soapenv:Envelope..>. Is it mandatory?
(In the response <?xml version='1.0' encoding='UTF-8'?> is included)

-In the MM7 Submit request I have:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
But in the MM7 Response, it is:
<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">
Shoud I include xmlns:xsi and xmlns:xsd also in the MM7 Submir request?

Thanks in advance,
Regards,
Miriam
Richa Saxena
New member
Username: Richa

Post Number: 4
Registered: 04-2007
Posted on Tuesday, April 17, 2007 - 10:52 am:   

- Ya you have to include
<?xml version="1.0" ?> before <soapenv:Envelope..>.

- plz try
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">

Then the env:Header part start...

Try this i hope your problem will be solved...

Richa