Use a SOAP Web Service With VB Studio

VB Studio is designed to consume REST natively. We recommend that you use a SOAP to REST transformation on the server. You may want to perform this transformation using Oracle Integration.

If you prefer to handle the SOAP translation on the client as part of your VB application, you can follow these steps to communicate with the SOAP service:

  1. Define a service connection to a SOAP endpoint.
  2. Write JavaScript code to call the SOAP service using the restHelper method. See REST Helper in the Oracle Visual Builder Page Model Reference.
  3. Parse the XML messages to and from the endpoint in your JavaScript code.