Hi,
Here are the steps I am following to invoke a flow service:
I don’t have webMethods. I just have the WSDL generated by webMethods. I just have the information that it is a flow service on webMethods.
I am using weblogic8.1 ant tasks to generate the client.
Taking wsdl as input i use the clientgen ant task to generate the client. While generating the client i put them in some pacakge of my choice.
It gives me stub classes to invoke the service. Through these classes I invoke the service. But it is giving me the NoSuchMethodError exception.
Can any body tell me if the flow service is actually a web service or not ? Does it need connector ?
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB