I’m trying to communicate via PHP5 and wsdl with a billing server written in Java (jBilling). I’ve inspected my request xml and it all seems okay. The strange thing is that I’ve noticed that some of the property names inside the complex types in the documentation don’t match the wsdl schema. Is this even possible? If so, is it possible to tell the PHP SOAP client to change the property name of an object? The ‘typemap’ property may be used for this, but I don’t know much about it…
Any help would be appreciated…