xml document submition via http-post

Is it possible to submit xml document via http-post using browser to Trading Networks.

Can anybody advice.

Thanks
Shami

Shami,

A browser is not going to post documents for you. You’ll need to write, or find, some code that does that.

You can google ‘java http post’ to get some ideas (or ‘c# http post’, etc.). If you’re posting to an Integration Server, you’ll probably find the public com.wm.app.b2b.client.Context and TContext classes a lot easier than implementing it yourself.

m.