This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

To use the Zuora SOAP connector, add the  <zuorasoap.init>  element in your configuration before carrying out any other Zuora operations. 

The Zuora SOAP API use the username and password to establish the session and get a ID which use  to authenticate the subsequent API calls during the session.. For more information on authentication, see  https://knowledgecenter.zuora.com/BC_Developers/SOAP_API/E_SOAP_API_Calls/login_call.

init
<zuorasoap.init>
    <apiUrl>{$ctx:apiUrl}</apiUrl>
    <username>{$ctx:username}</username>
	<password>{$ctx:password}</password>
</zuorasoap.init>
Properties  
  • apiUrl: URL of the Zuora API.
  • username: The account username of Zuora.
  • password: The account password of the Zuora.

Supported version

Use the WSO2 ESB - 5.0.0-M1 with JDK 1.8 since Zuora disabled TLS 1.0 for inbound connections.

 

Now that you have connected to Zuora SOAP, use the information in the following topics to perform various operations with the connector.

  • No labels