[jboss-user] [Remoting] - Urgent Assistance needed!!! Trouble with accessing the end p

2008-05-10 Thread rknaik
Hi, We have two Services deployed in ESB server. the jboss-esb.xml providers section is as below.. we are using localhost. | | providers | jms-provider name=JBossMQ connection-factory=ConnectionFactory |

[jboss-user] [Remoting] - Problem with Web service method call using JBoss Remoting Cl

2008-05-07 Thread rknaik
Hello, I have written a web service using jboss ws. I have exposed one of methods as follows: | @WebMethod | public String getDevDetails(@WebParam(name=dev) String devName) | { | String devDetails = null; | try | { |