Unica Plan Integration Services WSDL

The Web Services Definition Language (WSDL) was defined by hand and is the final word on the webservice definition.

Axis

This version of the webservice uses Axis2 1.5.2 to generate the server-side classes that make up the web service implementation from the WSDL file. Users can use any version of Axis, or a non-Axis technique, to create a client side implementation for integrating with the API from the supplied WSDL.

Protocol version

The version of the protocol is explicitly bound to the WSDL as follows:

  • As part of the WSDL name, for example, PlanIntegrationService1.0.wsdl
  • As part of the WSDL targetNamespace, for example, xmlns:tns="http://webservices.unica.com /MktOps/services/PlanIntegrationServices1.0?wsdl"

WSDL

One WSDL file is provided with Unica Plan Integration Services: PlanIntegrationServices1.0.wsdl. The WSDL is delivered in the integration/examples/soap/plan directory. The example build script uses this file to generate the appropriate client-side stubs to connect to the webservice.