Soap Web Service PHP
Posted
by James Radford
on Stack Overflow
See other posts from Stack Overflow
or by James Radford
Published on 2009-10-20T16:20:45Z
Indexed on
2010/05/26
14:51 UTC
Read the original article
Hit count: 288
Is it possible to send a complexType to a SOAP web service by creating the complexType locally, i.e. create the type by creating a class and then sending the instance of that class back to the service? Admittedly this is only possible if I can get the definition of the type from the service provider.
I'm looking to send a complexType back to a web service. So if this approach wont work please suggest an alternative...
© Stack Overflow or respective owner