Jorg Heymans wrote:
Stewart, Gary wrote:
Had a look at the documentation but I'm probably just missing
something. Is there a transformer (or generator) that can send a HTTP
Post request to another server and generate a stream from the
returned results? I figured that since that's kinda the format that
SOAP requests are made there probably is but I couldn't find it.
A custom generator using commons-httpclient could be your way out here.
Let us know if you need more detailed help.
There's an HttpProxyGenerator in the proxy block, which is basically a
rewritten WebServiceProxyGenerator. It should do what you want, but be
aware that it'll pass through (i.e. proxy) the request parameters to the
remote host. This may or may not be what you want, but it would be easy
to either change the generator to not proxy the parameters when
configured, or to just copy&paste yourself a new one with the proper
code removed.
Tony
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]