ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

interpreting WSDL request and response

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • interpreting WSDL request and response

    i have this wsdl...



    I'm trying to determine the xml request string and response string for the GetCreditCardConvenienceFee method.

    Using Chromes WZDLR I click on the method and it shows the below (but I'm still not sure exactly what the xml request/response will look like.


    <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
    <Body>
    <GetCreditCardConvenienceFee xmlns="http://tempuri.org/">
    <authenticationKey>[string?]</authenticationKey>
    </GetCreditCardConvenienceFee>
    </Body>
    </Envelope>

    can someone help me out with this? my plan is to use systools and httppostclob to invoke the webservice after I determine these two components (xml request/response - and even the URL to call)

  • #2
    Have you ever used SOAPUI, a free tool. You give it the wsdl and it will create sample requests for all the methods. You can run directly from SOAPUI and see the responses also.

    Comment


    • #3
      I concur. Use SOAPUI.

      Comment

      Working...
      X