Versions Compared

Key

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

...

  • To add a new service click plus ( + ) symbol in web services list from process designer dashboard.
  • Enter the web service address in URL field. (Example: http://www.webservicex.net/globalweather.asmx?WSDL )
  • Currently only WSDL standard is supported but other service types will be added in next releases.
  • After clicking on 'Ok' button service is automatically discovered in couple seconds and service methods are displayed on screen.

 Rest based services are does not have any meta description and there is no need to register or discovery before using. You can directly call the any rest service with $Rest object.

Service discovery scans the available methods on service and automatically registers the web service xml data types in "External Xml Schemas". Web service data types also can be directly used in process data model.

...