ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Adjustment program for invoking SOAP binding literal with LIBHTTP

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

  • Adjustment program for invoking SOAP binding literal with LIBHTTP

    Hi all

    Some years ago, i wrote some programs for invoking SOAP web service using
    LIBHTTP; now the web service provider, is telling me that i will have to
    adjust my procedure as he will change the web service from "SOAP binding
    encoded" TO "SOAP binding literal" . Could please some one help me to
    understand what i should modify ?

    Thanks in advance

    Gio

  • #2
    Just get his WSDL file after he changes it, and use SoapUI (or similar) to see what the XML data to be sent/received looks like.

    The format of the XML documents will be a little different, but you can send/receive them the same way.

    Comment

    Working...
    X