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.
Hello to all I’m a real newby in wm. I’ve written some flows taking information in sql databases and with the dsp pages it works properly. But if i copy the dsp as recommended (suppressing the invokes) to a new template for the service, I cannot call it from a simple http form calling the service. I’ve followed the instructions for the call of template but it doesn’t work. In some cases that I saw there is an invoke directory that is not present in my package directory. Does it come from there ? Is there any additional service to call ? Thanks in advance for your precious help,
Eric
What URL are you using to attempt to invoke your service? The format is
http://hostname:port/invoke/fully.qualified.foldername/serviceName
The “invoke” portion of the URL is the “directive” that IS uses to route the HTTP request to the correct service.
Mark
The problem was indeed in the url . I had put a path with invoke/directory/service instead of the invoke/fully.qualified.name. Thank you very much for your help Mark . Regards,
Hehe, thanks for the edit, Rob!