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.
org.xml.sax.SAXException
Friends,
I am quite new to Netsuite Webservices,
When ever i try to logon to Netsuite via the module SOAP::WSDL (Perl) I get the following as response,
<soapenv:Envelope> − <soapenv:Body> − <soapenv:Fault> <faultcode>soapenv:Server.userException</faultcode> − <faultstring> org.xml.sax.SAXException: Expected {urn:core_2008_2.platform.webservices.netsuite.com}email, found {urn:messages_2008_2.platform.webservices.netsuite.com}email </faultstring> − <detail> <ns1:hostname>partners-java008.svale.netledger.com</ns1:hostname> </detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> 0