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 4 Next »

You can use the Web Service Provider activity to publish your web services so that the web service consumers can access it. Once you publish a Web Service provider activity, it will create a WSDL file, which will be available to the Adeptia Suite users. The user can then use this WSDL to invoke the Web Service.

From Adeptia Suite 6.1 onwards, you will get EasyWSDL parser for Web Service Provider activity. This EasyWSDL parser has the following additional benefits:

  • It is more robust than WSDL4j
  • It is more reliable than WSDL4j


By default, the Adeptia Suite will use the EasyWSDL parser. However, the WSDL4j parser is still there for backwards compatibility.
To use the WSDL4j parser, you need to change the abpm.webservice.provider.wsdlparser.iswsdl4j to true. For details to configure this property, please refer to the Configuring Adeptia Suite to use WSDL4j Parser section. 
Following are the key points that you should keep in mind while using the WS Provider feature:

  • When you use WSDL4j as your WSDL parser, then the process to create any new WS Provider activity will remain the same as earlier.
  • When you use EasyWSDL as your WSDL parser then:
    • Any new WS Provider activity that you create will use EasyWSDL parser.
    • You don't have to create an XML Schema for this Provider activity. You can directly load the WS Provider activity, in the Data Mapper, and select the operation in the Data Mapper.
      To know how to load a WS Provider activity in the Data Mapper, refer to the Loading Web Service Provider in Data Mapper section.
    • You cannot use the Web Service Provider to create an XML Schema.
    • If you edit any existing WS Provider activity in the Adeptia Suite, that you made using an earlier version of the Adeptia Suite then, the Adeptia Suite will use WSDL4j parser to edit it.

  • If you create any WS Provider activity using the WSDL4j parser then, the Adeptia Suite will always use that parser to edit the activity irrespective of the WSDL parser that is currently configured on the Adeptia Suite.
  • Similarly, if you create any WS Provider activity using EasyWSDL parser then, the Adeptia Suite will always use that parser to edit the activity irrespective of the WSDL parser that is currently configured on the Adeptia Suite.

This feature is available in:

Enterprise

Premier

Professional

Express

 

 

  • No labels