how to pass the SOAPMessage object as argument to the server interface class from cli
sakthi vadivelan
Greenhorn
Joined: Nov 15, 2004
Posts: 14
posted
0
Server side: i have one imlimentation class and interface class in implimentation class i have to get the SOAP message object from client and process and give the result SOAP message to the client.In interface i declare that method"onMessage" it returns SOAPMessage object.
Client side: i have one client class and it read the xml file and convert to the soap and i create the object for the server side interface class and using this object i pass the client side soap message object to the server iinterface.and process it
in this i got the soap message but i cant send the SOAPMessage object to this server interface......please any one give me the methd to send the soap messager object to the server interface class
please help me i have this problem for last 2 days
Sakthi.C
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
Sakthi, This question is very much related to webservices,so i am moving your post to webservices forum.