Hi all,
i have an webservice that i need to use as a reciever that has a WSDL containing soap arrays instead of repeating groups.
<xsd:complexType name="workOrderArray">
<xsd:complexContent>
<xsd:restriction base="soapenc:Array">
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="tns:workOrder[]" />
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
i understand that PI is not supporting this but maybe somebody has found a work around ? At the moment i 'm creating an XSD from the WSDL and then i will import the xml schema and i will see if that works.
any other suggestions ?