A service which is capable of returning output is called synchronous and a service which performs operations but doesn't return any output is asynchronous service.
For testing synchronous nature of a service, just give output or define some output variables and return them.
Leave a Reply
Guest User
Not sure what solution is right for you?
Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.
Akash
How to implement Synchronization in webMethods Flow Service.?
Apart from Java Service.
Asadul
A service which is capable of returning output is called synchronous and a service which performs operations but doesn't return any output is asynchronous service.
For testing synchronous nature of a service, just give output or define some output variables and return them.