Hello,
Thanks a lot for this article. Would it be possible to explain how to use the extension action in Service Studio and how to read SOAP status response code (in case of one way operation (void method)) .
thanks and regards,
Hi Maitha,
You need to install webservice application in your environment and then you can add Ping method in your application like below.
After that you can call "Ping" method like below.
Above extension do nothing but only check if your web-service is up and running.I can see below code only in that extension.
Thank you for the suggestion, however I can't provide such sample, because I don't own any WS method that implements one way operations.
Nevertheless, when an operation is one-way, there is no response message to carry error information back to the client as described here.
So, I believe that what you suggest is out of scope of this sample.
Thank you for your feedback,
Best regards