I am trying to get information gathered in an Infopath form into a Java Web Service, however when I try to use the Infopath wizard to produce the form and enter the address of the web service I am greeted with the message:\[quote\] Infopath cannot use the selected Web Service Method to submit data because the method does accept valid XML data\[/quote\]I understand I have to setup the input argument to be an XmlDocument, just I cannot do that in Java straight off the bat it seems, could anybody explain how I can accept valid XML data in a Java method?