Posted By:
m3allem_m3allem
Posted On:
Monday, April 6, 2009 12:30 PM
Hi,
I am working with Eclipse 3.2 and the application server is weblogic 10.
I have two applications, each one works in an instance of the server.
The first application contains a method called "send " which return a java object.
The second one contains a method called "receive" which must receive this object.
The two applications must exchange the object using web service,
Can you help me please?
Thanks.