Hi, I am trying to forward reply from the destination WS to another WS(actually a JMS WS) using WS Addressing. For this i need to specify various configurations like:
java.naming.provider.url=iiop://localhost:2809 etc....now as given in my examples its usually tcp://localhost:port and thn tcp is configured in axis2.xml Now as i can see in the axis2.xml file there are configurations for tcp but not for iiop.....does that make any difference ?? Bcoz after configuring all the required parameters, i am getting an error that unable to do the lookup.....i have tried practically all possible configurations.........kindly let me knw if u r aware of any configuration details regarding this.............. Thanks & Regards, Vaibhav -----Original Message----- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Saturday, October 14, 2006 7:26 PM To: [email protected] Subject: Re: WS Addressing :: Axis2 :: JMS Webs ervice lookup issues On Fri, 2006-10-13 at 11:43 +0530, Vaibhav Pandey wrote: > Hi all, > i have a small doubt regarding the protocol to be used during lookup of my > JMS WS installed in an application server other than the one in which i have > installed axis........... > > as mentioned in all tutorials:- > tcp://localhost:6061 > there is a mapping of tcp with transport recievers and transport senders in > axis2.xml but there is nothing of this sought for iiop .......... > My JMS WS is in web sphere RAD6 and i want to do a lookup of it:- > iiop://localhost:2809 > > Do i need to add any new entries in this file in order to provide support > for iiop or is it that there is no support yet for it ?? There's no support for it. As far as I know there aren't any SOAP stacks that support sending SOAP over IIOP. Its not theoretically impossible but its not a common pattern for an object to receive a SOAP message as a string first argument! Can you explain what you're looking for? Sanjiva. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
