Connecting Tech Pros Worldwide Forums | Help | Site Map

transform XML data into custom variable type to send to webservice (https)

Newbie
 
Join Date: Aug 2009
Posts: 10
#1: Aug 18 '09
Hi,
I have to connect to a webservice, and the data i have is:
WSDL
XML sample file (which is what i have to send to the webservice and with credentials, user and password tags).
XSD file

My status is: I've created a Service reference with the wsdl, it has one method.

The problem is that this method wants as parameter one type of variable ( draftClaimEntry, which is the name of the XSD file where i suppose is the definition and returns draftClaimDataEntryReply .

I have the XML sample file (with credentials, user and password tags), which i know has the information that i have to send, i guess i need to convert this XML file to my parameter type, but don't know how to do it.

Can somebody help, please ?
Reply

Tags
https, webservice, xml, xsd