The Artima Developer Community
Sponsored Link

Java Answers Forum
how to pass the SOAPMessage as argument to the server interface class

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
sakthi vadivelan.c

Posts: 1
Nickname: kalakad
Registered: Nov, 2004

how to pass the SOAPMessage as argument to the server interface class Posted: Nov 24, 2004 6:51 AM
Reply to this message Reply
Advertisement
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

Topic: Write Object Anomaly Previous Topic   Next Topic Topic: AWT FileDialog to select directories

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use