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:
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