Writing message router

2002-07-15 Thread Smitha
Hi, I wanted to know how I can write a message router servlet using apache SOAP. Thanks Smitha Webspectrum Software Pvt Ltd. 818 Ist floor 13th cross 7th Block Jayanagar(west) Bangalore -82 India Ph. 6712645/6719134/6710907 Extn: 225 -- To unsubscribe, e-mail: For

RE: Writing message router

2002-07-15 Thread gsridhar
its already there , in the apache soap we just need to use it , to acess diff web services -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 4:23 AM To: '[EMAIL PROTECTED]' Subject: Writing message router Hi, I wanted to know how I can w

Re: Newbie Question re Messaging with EJB

2002-07-15 Thread Scott Nichol
By "Soap Messaging", do you mean one-way messages rather than RPC? I ask because there is already a provider for RPCs to EJBs. The place to start would be writing a provider. I would suggest first comparing RPCJavaProvider with MsgJavaProvider to see what the differences should be between RPC a

Able to send object to .NET service but the member values arestill set to null.

2002-07-15 Thread Indrasish N Basuroychowdhury
Able to send object to .NET service but the member values are still set to null. To elaborate, the .NET service is receiving the object as a parameter to one of its method but the values of the individual members are not copied. They are still set to null. Can anyone help? Thanks, Indrasish.

Re: Newbie Question re Messaging with EJB

2002-07-15 Thread Deepak Kumar
Hi Scott, Thanks for the response. By soap messaging, I do mean one-way messaging. Something along these lines: // create message envelope Envelope msgEnvelope = Envelope.unmarshall(myNode); // send the message Message msg = new Message(); msg.send