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...