Tuesday 20 June 2017

Creating a WSDL in Integration Toolkit

1. File->New->Other
2. Select a wizard, Web Services->WSDL and click Next.



3. Type in the wsdl name and type or select the parent folder.



4. Specify the target namespace and namespace prefix and click Finish.


5. The wsdl will be opened in the wsdl editor in Design View.


6. The name of the service is Student and will be exposed on the end point http://localhost:7800/services/Student which has an operation getStudent. The operation has an input and output.

To change the port name and operation name double click on the port or name.

7. To change the input parameters click of the arrow.
8. Click on the element and update the element properties. You can add new elements by right clicking the element and selecting Insert Element.
You may be interested in this post:  How to create a SOAP Fault in ESQL

No comments:

Post a Comment