Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 232413

Re: Unable to setInParameter multiple times on SOAP:Request

$
0
0

Hi Ilian,

 

yes it is an array. But if I use an array, it is not working. This is, what the request is looking on presenting an Array/string:

<clit:commandArguments>[Ljava.lang.Object;@5fef6b0d</clit:commandArguments>

 

It looks like he is using the array object as string..

 

This is what the SOAP adapter requests:

commandArguments.PNG

And the WSDL part:

<xs:element name="executeCommandByParamListAndAttachment">            <xs:complexType>               <xs:sequence>                  <xs:element minOccurs="0" name="nameSpace" nillable="true" type="xs:string"/>                  <xs:element minOccurs="0" name="commandName" nillable="true" type="xs:string"/>                  <xs:element maxOccurs="unbounded" minOccurs="0" name="commandArguments" nillable="true" type="xs:string"/>                  <xs:element minOccurs="0" name="dh" nillable="true" type="xs:base64Binary"/>               </xs:sequence>            </xs:complexType>         </xs:element>

 

Regards,

Chris


Viewing all articles
Browse latest Browse all 232413

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>