CA Service Management

  • 1.  ArrayOfString in NodeJS

    Posted Jul 31, 2017 03:54 PM

    I am working on a tool and I encountered a problem passing as parameter the ArrayOfString type variable in javascript.

    In C # I can execute the method normally.

    Does anyone know how to solve

     

    WSDL Method definition

     

    Javascript Code 

    C# Code



  • 2.  Re: ArrayOfString in NodeJS

    Posted Jul 31, 2017 04:08 PM

    error msg : <?xml version="1.0" encoding="utf-8"?><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.SAXParseException; lineNumber: 1; columnNumber: 318; Element type &quot;impl:doSelect&quot; must be followed by either attribute specifications, &quot;&gt;&quot; or &quot;/&gt;&quot;.</faultstring><detail><ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">LLK85SH20073</ns1:hostname></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>



  • 3.  Re: ArrayOfString in NodeJS
    Best Answer

    Posted Aug 01, 2017 07:16 AM

    Change Attributes to attribute