Hi,
I use Pear SOAP library.
I have WEB service:
<complexType name="Order">
<sequence>
........
<element maxOccurs="unbounded" name="payment" type="tns1😛aymentType"/>
........
</sequence>
</complexType>
I need to put this complex type as parameter.
How I can build parameters for calling service?
If I build parameter "payment" as array with elements then I receive error from service: "No deserializer defined for array type PaymentType".