Expand my Community achievements bar.

How to return a html repsonse after form guide rendering in browser?

Avatar

Former Community Member

How to return a html repsonse after form guide rendering in browser indicating that server has recieved transmission and request is submitted succesfuly?

I am rendering the form guide in browser using guide invoke service and when i submit the data in browser to server through guide , it is displaying some random number in browser?

i need to display a resposne that request is submitted successfully?

22 Replies

Avatar

Former Community Member

Hi jasmin,

Yes of course, i have input parameter of type xml in my long lived process 2.

so, as you have suggested, let say i wrap the guide genereated xml output into a document varibable and then wrap this document to a soap message and make a request via web service operation in process 1 to invoke process 2.

but still, there is no way that i can decode that soap message in my process 2 to extract xml and process it in it. I have tried it but its not able to identify the soap request and decode it.

thats seems to be a limitation of live cycle process management module where you can build a soap request to pass but cannot decode it.