How to consume a SOAP webservices in PHP with nested WSDL?

0

I need to consume a webservice in soap and I must send a nested wsdl as a parameter (4 depth levels). How should I put it together? I have tried with associative classes and array but without success I get an unrecognized field error.

I would appreciate any suggestions. Greetings

    
asked by Developer 20.07.2018 в 05:22
source

0 answers