Hi,
I have to pass 3 xml file to a web service in .Net from a java client.
I wrote a webmethod in c# within the web service that recieved 3 XmlDocument as the arguments.
I'm using eclipse and the axis pluggin to build the client in java
The axis generate the webmethods and other classses using the WSDL
I wrote a webmethod to sum 2 integers without problems because only simple types are involved but my BIG PROBLEM is, How to use other types?
if I instantiate a proxy class to call the ws methods and use a java "Document" instances as arguments I recieved an error (MessageElement[] are expected )
Any help will be apreciated