Click to See Complete Forum and Search --> : how to create webclient which is sending the xml message to a given URL


digvijay
04-11-2007, 12:16 PM
Hello All,
Could anyone help me in writing the webclient which is sending the xml message to a given URL.Actually I have a message flow built on message broker to accept http message and process it.This is basically to test the http node functionality of message broker.

If you could provide the sample code,it will be useful.

Thanks

agent_x91
04-12-2007, 11:01 AM
No offence but your english is a bit hard to understand. If you're interested in making a client to send data to a server though, best to look at Socket, URLConnection, and HTTPConnection in the SDK documentation. One or more of those may be useful.