Reverse Invoke Https Header Getting Truncated

Hi

Our partner is doing Https post to send some files( in form of stream) from webMethods(6.01) partner server to our webMethods IS (6.01). Since we are using reverse invoke on our end so the http header is getting truncated thats why we are not getting the file name , but we are getting the file content.

If we dont use the reverse invoke then we gets the file name as well as the file content…

So how to get the file name via reverse invoke

Thanks
Shibu

This is a commonly known limitation of reverse invoke, the http header information is chopped.

You could perhaps have some client side javascript which just before submitting copies the filename into an actual field, which will make it across the reverse invoke link as data, rather than as information in the header?

Hope that helps,
Nath


Improve the quality of your services with WmUnit
Unit testing solution for webMethods
[url=“http://www.customware.net/wmunit”]http://www.customware.net/wmunit[/url]