View Single Post
  #1 (permalink)  
Old 05-18-2008, 10:26 PM
Alfred_O Alfred_O is offline
Member
 
Join Date: May 2008
Posts: 2
Alfred_O is on a distinguished road
How to send XML document from java client to .net webservice
Greetings, I have implemented a Web service with .Net that receives a XML document as input parameter. I want to implement a java client that consumes the Web service (sending the XML document). The Wsdl of the web service uses "anyType" as the data type, and the java client uses "java.lang.object". I don't know how to send the XML document from the java client to the .Net Web Service. Any help will be appreciated, thanks in advance
Reply With Quote
Sponsored Links