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 my navigator invokes my service : http://server:5555/invoke/test:test?param=toto this service invokes pub.client:http that does a POST on an other web server that returns a web page1 I simply want to display this web page1 on my navigator but WBM returns a web page2 with the web page1 encapsulated with body and bytes tag (see the html code after) thanks
Hi,
you can use pub.flow:setResponse2 to force a response (ie. the body from your page2).
You can also use “Output template” in the property of your flow service to format the outpu.
thanks pub.flow:setResponse2 does the job