IData out= context.invoke("namespace", "service name", "input);
out : IData where does java store the output of the webMethods service.
namespace : The folder where do you store your service in the webmethods. (eg : "pub.flow")
service name : Service name which will you call from java code.
input : IData input of the service that want tobe called.
No comments:
Post a Comment