I am using pub.client.http to POST a file to a partner’s website. Their page is set up to accept POSTed files when the request resembles:
[FONT=Courier][SIZE=2]2009-04-03 15:01:16 SOMEINFORMATION ip.add.r.ess
POST /path/file.txt - 446…
When I use the post service, it generates the request like:
2009-04-03 15:01:16 SOMEINFORMATION ip.add.r.ess
POST /path - 446…
when I give the url as [url]http://site.com/[/url][B]path[/b]
or as
2009-04-03 15:01:16 SOMEINFORMATION ip.add.r.ess
POST / - 446…
when I just give it http://site.com
My question–what parameter do I need to feed to the pub.client.http service to get it to populate the filename after the POST / ?
Thanks!
[/size][/font]
#webmethods-Protocol-and-Transport#webMethods#Integration-Server-and-ESB