Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
'Request format is invalid' error when sending SOAP request with nlapiRequestURL
I am receiving the error: System.InvalidOperationException: Request format is invalid: text/xml; charset=utf-8. at System.Web.Services.Protocols.HttpServerProtocol.R eadParameters() at System.Web.Services.Protocols.WebServiceHandler.Co reProcessRequest()
I am using NetSuite's nlapiRequestURL API to send (POST) a SOAP/XML request to a webservice.
URL: http://ws05.ffdx.net/ffdx_ws/v11/service_customer.asmx
WSDL: http://ws05.ffdx.net/ffdx_ws/v11/ser...omer.asmx?wsdl
SOAP Request (credentials are for testing):
<soap:Envelopexmlns:soap="http://www.w3.org/2003/05/soap-envelope"xmlns:ffdx="http://www.ffdx.net/"><soap:Header/><soap:Body>
Tagged:
0