i develop a send sms function, i create a table(smsApiservice:cus), the method(SendSingleSms) at the table, and the cus:smsApiservice.js, then i should had a wsdl url can find, such as 'http://localhost:8080/nl/jsp/schemawsdl.jsp?schema=cus:smsApiservice',
and i use the postman to via the url, it report below issue:
<?xml version='1.0'?>
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring xsi:type='xsd:string'>SOP-330011 Error while executing the method 'SendSingleSms' of service 'cus:smsApiservice'.</faultstring>
<detail xsi:type='xsd:string'>XSV-350000 Unable to load document of identifier 'cus:smsApiservice.js' and type 'xtk:javascript'.
JST-310003 Failed to load the 'cus:smsApiservice.js' library</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>