Hi Renu,
If all you need to do is to exchange data between these two applications then you can use Broker APIs (JAVA and COM). In this way, you need not to expose your applications as web services. Integrate them through wm broker.
Create the publishable document types in IS (source and target) and then using JAVA Broker API, publish that source document from J2EE application. If you need any translation/mapping then create a trigger in IS and a flow service. Do the mapping from source to target document types in the flow service and publish to broker.
Using COM Broker API, make your .NET application to subscribe to the target document type. Either retrieve the documents manually from broker or automate the process and your applications are integrated now.
If there is no translation needed then only one publishable document is enough.
If you need further help, pls let me know.
Cheers:)
Guna
#webMethods#Universal-Messaging-Broker#Integration-Server-and-ESB#broker