Search code examples
soapibm-mobilefirstworklight-adapters

Consume a SOAP webservice on Worklight


How can I consume a SOAP webservice on Worklight, using HTTP Adapters?


Solution

  • You can either write it on your own, or use the discover web services feature. Either way you need to read the following training module: HTTP adapter - Communicating with HTTP back-end systems.

    • For manually writing the SOAP envalope, etc, see slide #20
    • For using the discover web services feature, see slide #23 (additional documentation)