Hi all, What would be the best strategy for sending an arbitrary XML document as a parameter using Axis?
Using document/literal, and a <any/> sequence, generates a MessageElement[] array, but I haven't been able to test because the generated WSDL has errors (see previous post). Another option seems to be using a type of javax.xml.transform.Source, but this generates a type of "apache-xml", which doesn't seem to be interoperable with other frameworks. Another option would be as a mime-attachment. Would this be interoperable with .NET? Thanks, Puny
