Hi guys!
please help me…
how to invoke a webservice froma DSP via a browser.I will explain i have a flow service for that i have written a webservice connector and generated WSDL for that.I want to give inputs thru a DSP page and then the results has to be dsipayed in DSP/output template.
Also how to invoke that web service via a browser.
I don’t understand what you are trying to do. Web services connectors are just Flow services that consume web services, they are not part of the process of exposing a Flow or java service as a web service.
Also, web services are not meant to be consumed directly by a DSP. You can invoke a Flow or java service directly from a DSP without having to first expose it as a web service.
You really helped me thanks! for your input, i was totally wrong .How to invoke a Flow or java service directly from a DSP without having to first expose it as a web service.
Thanks in advance!:happy:
Check out the document titled “Dynamic Server Pages and Output Templates” (DSPandTemplateDevGuide.pdf) found in
\webMethods6\Developer\doc\guides. Specifically, you can use the “invoke” tag to call flow services.
Also, you shoud check the Flow and Java Services forum on this site for more info.
Hi all!
you really helped a lot…
I have read some pages and about tags in DSP and Template Dev guide.
Thanks for the inputs.
I want to know what are web services and webservice connector how they are linked.Actually, i am trying to write a webservice and discovery and how to make my web service accessible by anyone in the internet.
please guide me with some simple examples.I have seen some services in www.xmethods.net i want to write a simple webservices that accepts acno and displays balance(that is generated randomly).How can i do that.
please help me.Thanks in advance!!!