using pub.client:http

Hi,
I have two services, say serviceA and serviceB.
serviceA resides on one server and serviceB on another server.
serviceA has to send fileContents(ffdata) of the input file it has polled to serviceB by using pub:client:http
what are the parameters and corresponding values that are to be used when using pub.clent:http?

Can anyone reply to my question asap

Thanks
chowdari

Hi Chowdari

Provide the URL of service to be invoked on target server. Since you are passing as stream , use POST method and provide the target server authentication information. For more information see the built-in service user guide

Thank u for the answer