viikram_s,
Glad to know everything worked out.
For future reference, when testing sending XML over HTTP/s to a service, doing what Rob suggested (using the Developer’s Test → Send XML File… option) is one of the easiest options.
However, if you want to test using a browser, then you can create an HTML form that has a TEXTAREA, for example, where you will enter your XML. The trick though is to name the TEXTAREA $xmldata. When the IS receives an URL-encoded HTTP request, it looks for that $xmldata variable and passes the XML within it to the target service.
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services