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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Web services Endpoint not accessible.
I am trying to do a SOAP request using .NET via the WSDL generated client and it gives me a 404 not found.
Below is the SOAP request, any pointers?
POST https://webservices.na1.netsuite.com/ HTTP/1.1
Content-Type: text/xml; charset=utf-8
SOAPAction: "search"
Host: webservices.na1.netsuite.com
Content-Length: 1418
Expect: 100-continue
Accept-Encoding: gzip, deflate
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:passport xmlns:h="urn:messages_2014_1.platform.webservices.netsuite.com" xmlns="urn:messages_2014_1.platform.webservices.netsuite.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema
0