How to pass query string values to a Proxy Service
701263Jun 4 2009 — edited Jun 16 2009I have a business service configured for HTTP GET. I am able to successfully invoke the business service via the Test Console by passing the query string in the Transport section.
I created a Proxy Service based on this business service. When I try to pass the query string the same way in the Test Console, the invocation fails for the proxy service.
Eventually, I need to able to build the query string in the proxy service and then pass that on to the business service. How would I do that?
thanks all