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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vagueante
    New Member
    • Aug 2009
    • 10

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

    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 draftClaimDataE ntryReply .

    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 ?
Working...