Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

...

  • 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 Suit will Suite will use WSDL4j parser to edit it.

...