Hi All,
As i am using 2013_1 wsdl version for downloading sales orders from netsuite ,the wsdl file 2013_1 got deprecated so moved to 2013_2 getting below error i am testing it from soap UI tool.please help me out on the below error its eating my time from days. Thank U
<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>
<faultstring>org.xml.sax.SAXException: ? is not a legal value for {urn:types.core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectFieldOperator</faultstring>
<detail>
<ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">partners034</ns1:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
b
battk
04/21/2020, 10:05 AM
you should share your request, but netsuite is telling you that an attribute or element has an invalid '?' as a value
battk
04/21/2020, 10:06 AM
soap ui uses ? as a default value when generating requests, you should replace it with a real value