Re: Error establishing end to end conectivity in axis and jboss

2009-02-06 Thread Amila Suriarachchi
On Thu, Feb 5, 2009 at 4:46 PM, Salman A. Kagzi salma...@s7software.comwrote: Guo, If I replace jboss integrated axis2 with a standalone axis2 server, the same code works fine. As mentioned earlier everything works (i.e. code works) when I deploy my web service under axis2 standalone

Re: Error establishing end to end conectivity in axis and jboss

2009-02-05 Thread Guo Tianchong
hi Salman, It seems that you didn't speify the action of M/C-3's WebService. | http://192.168.1.28:9000/axis2/services/ and the WSA | Action = null please check your code in M/C-1 calling the M/C-3's WebService Guo - Original Message - From: Salman A. Kagzi

RE: Error establishing end to end conectivity in axis and jboss

2009-02-05 Thread Salman A. Kagzi
Hi Guo, Thanks for your response. But M/C-3 is not a hosting a webservice. It's a plain java client to invoke WS on M/C-1 which will invoke WS on M/C-2. M/C-2 now returns some data which is later stored on M/C-1. You can see that now M/C-1 in not trying to connect to M/C-3 at all. Also the

Re: Error establishing end to end conectivity in axis and jboss

2009-02-05 Thread Guo Tianchong
hi Salman, I'm sorry. It should be M/C-2. please check your code in M/C-1 calling the M/C-2's WebService Guo - Original Message - From: Salman A. Kagzi salma...@s7software.com To: axis-user@ws.apache.org Sent: Thursday, February 05, 2009 4:43 PM Subject: RE: Error establishing end to

RE: Error establishing end to end conectivity in axis and jboss

2009-02-05 Thread Salman A. Kagzi
Guo, If I replace jboss integrated axis2 with a standalone axis2 server, the same code works fine. As mentioned earlier everything works (i.e. code works) when I deploy my web service under axis2 standalone server. I face this issue only when I try to deploy my web service under jboss. -Salman

Error establishing end to end conectivity in axis and jboss

2009-02-04 Thread Salman A. Kagzi
Hi All, I have an axis web service which can acts as a client as well as server. I am trying to deploy two instances of this web service on separate servers and try and setup a communication link between them. On M/C-1 I have installed axis2 1.3 under jboss 4.0.5 and have deployed my web