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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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