Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Zuora Connector

Zuora Connector

FAQ

FAQ

How to download Zuora WSDL?
How to get the WSDL Url?
You can find the Endpoint Url in the WSDL document. Try to search for
<soap:address>
location.
How to create metadata jar out of Zuora WSDL?
Follow the steps to create a Stub
Zuora-metadata.jar
for the Zuora Custom WSDL:
You need to have the environment set-up to begin with stub creation.
Open a command prompt and set
wspath
variable as the following:
set wspath="C:\Program Files\Java\jdk1.8.3_131\bin" set JAVA_HOME=”C:\Program Files\Java\jdk1.8.3_131”
Create a
zuora.xjb
binding file using the following contents:
<jaxb:bindings version="2.1" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <jaxb:globalBindings generateElementProperty="false"/> </jaxb:bindings>
Run the following command from the command prompt to generate stub class files in a directory structure
com/Zuora/api
:
%wspath%\wsimport.exe -b <binding file path>\zuora.xjb -p com.zuora.api -XadditionalHeaders -verbose <Zuora modified wsdl>\zuora.wsdl
Run the following command to generate jar out of the class files:
jar cvf Zuora-metadata.jar -C <directory path of generated ‘com’ folder > com
After you run the command, a
Zuora-metadata.jar
file will be created.
Stop the Secure Agent.
If you want to modify the
Zuora-metadata.jar
file, perform the following steps:
  1. Copy the
    Zuora-metadata.jar
    file from
    <Secure Agent installation directory>\downloads\<latest connector package>\package\plugins\<connector name>\
    to
    <Secure Agent installation directory>\apps\Data_Integration_Server\ext\deploy_to_main\bin\rdtm-extra\<pluginID>\
    If the
    deploy_to_main\bin\rdtm-extra\<pluginID>\
    directory does not already exist, create the directory.
    The folder name is case sensitive on Linux.
  2. Restart the Secure Agent.

0 COMMENTS

We’d like to hear from you!