Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
How can I connect my UI web pages to the webMethods flow services other than DSP OR How can I connect frontEnd pages to the webMethods Backend(flow services)?
Just to confirm the above question also means how to consume REST(webMehtods) in HTML pages?
Hi Azhar,
can you provide some more details on your request please? Where are the UI WebPages hosted? In which language are they developed?
DSP are hosted directly on the IS.
Regards, Holger
Hi, Holger Suppose I have created webpages using html,css, ,javascript and we are hosting these pages on tomcat.
if your services only have simple structured inputs you can just invoke them via URL and pass the inputs as parameters: /invoke/yourservicename?input1=somevalue&input2=someothervalue.
For more complex structures it might be better to use REST or SOAP-WebServices.
Thanks Holger. I got the point.