• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to Send Soap message from server to client

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello sir/madam,

Now i want to send a soap messsage from client to server. Our server has one interface class and one implementation class.

Connection.call() method is not used for our requirement. because this method dirctly specifie the implementaion calss. but we need to specifie the interface class.Thus is our requirement.

Anybody please give me ur grate idea.
 
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can u give a real world example of such an experiment. to my knowledge, if you access any web service on a server from a client, you have soap message for the request and response. how different is ur requirement from this ...
 
lallitha devi
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi priya,

my requirement is send soap message from client to server. so here im using onMessage() method. but this method doesn't support.so now i am using call.invoke(); here im passing soap envelope. now also i am getting 2 error like this


1. [exec] error: Type "javax.xml.soap.SOAPElement" implements more than one interface, interfaces: "javax.xml.soap.Nod
e", "org.w3c.dom.Element" ...
[exec] Result: 1

2. [exec] error: XML reader error: java.io.EOFException: Unexpected end of ZLIB input stream

Give me ur valuable idea.......
thanks
 
Rr Kumaran
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if you are trying to setup a JMS Transport Handler using AXIS then I can send related step-by-step tutorial to your email id if you can provide.
 
lallitha devi
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi priya

this is my mail id please forward it to this id thakns a lot

regards
 
lallitha devi
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry priya

this is my id : isourcegirl2004@yahoo.com

thanks
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Nritya Priya:
if you are trying to setup a JMS Transport Handler using AXIS then I can send related step-by-step tutorial to your email id if you can provide.


IMHO, it would be great if you can post the website link so that it can be helpful for future ranchers.(unless u have it in your harddisk )
 
reply
    Bookmark Topic Watch Topic
  • New Topic