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!
Asynchronous Search throws exception
getAsyncResult request throws the following exception:
The prefix "platformMsgs" for element "platformMsgs:searchRecord" is not bound.
in my asyncSearch request, platformMsgs is defined as "urn:messages_2_5.platform.webservices.netsuite.com" and it seems fine when i do the same search as a synchronous call.. (i'm using SoapScope to test my calls)
Below is the getAsyncResult response, followed by the actual asyncSearch request.
[CODE]<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
The prefix "platformMsgs" for element "platformMsgs:searchRecord" is not bound.
in my asyncSearch request, platformMsgs is defined as "urn:messages_2_5.platform.webservices.netsuite.com" and it seems fine when i do the same search as a synchronous call.. (i'm using SoapScope to test my calls)
Below is the getAsyncResult response, followed by the actual asyncSearch request.
[CODE]<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
0