Contact Us 1-800-596-4880

Consuming a SOAP API

Mule Runtime Engine versions 3.5, 3.6, and 3.7 reached End of Life on or before January 25, 2020. For more information, contact your Customer Success Manager to determine how you can migrate to the latest Mule version.

If the API that you wish to consume does not already have its own Anypoint Connector, use the new Web Service Consumer to easily consume any SOAP API from within your Mule application. Access the Web Service Consumer documentation to learn more.

Using the information contained in the API’s WSDL, this connector enables you to configure a few details in order to establish the connection you need to consume a service from within your Mule application. First, identify the location of the Web service’s WSDL file, then ask the Web Service Consumer to configure itself from the WSDL – host, port, address.

See Also

  • Using an older version of Mule that doesn’t support the Web Service Consumer? Access details about the CXF Module in Mule.