[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Trying to consume service. Getting Malformed soap message.



> My basic question is what do I have to look at to troubleshoot this further?

Three things to check.

Using a variable for the soap message? Are you using a varying type and have you offset the address appropriately?

Check the soap action parameter.
Check the content-type parameter.
Make sure they both match exactly what soapUI tells you to use.

Use the parameters on http_url_post to pass the content-type and soapAction as in EXAMPLE17 (parameters 7 and 8).

Or use http_url_post_xml if you are going to parse the file return data as in EXAMPLE16 specifying content-type in parameter 9 and soapaction in parameter 10.

A debug file makes it easier to see what is happening.

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------