
The invocation of web service is realized in 7 steps:
1 - run client application
2 - Click on: File->Add WSDL
{center}
!client-addwsdl.png|align=center,width=1200,height=800!
*{_}Add wsdl{_}*
{center}
3 - Set Wsdl url
{center}
!client-setwsdl.png|align=center,width=1200,height=800!
*{_}Set wsdl url{_}*
{center}
4 - Once the service description is loaded, choose the operation to invoke by realizing a double-click
{center}
!client-chooseoperation.png|align=center,width=1200,height=800!
*{_}Choose operation to invoke{_}*
{center}
5 - Set the value of operation parameters on the generated soap request.
{center}
!client-setoperationparameters.png|align=center,width=1200,height=800!
*{_}Set operation parameters values{_}*
{center}
6 - Call the web service by clicking on *"play"* button
{center}
!client-callwebservice.png|align=center,width=1200,height=800!
*{_}Call web service provider{_}*
{center}
7 - Wait provider response or error
{center}
!client-receivedresponse.png|align=center,width=1200,height=800!
*{_}Response received by provider{_}*
{center}