Re: a web service wich calls another webservice

2005-01-13 Thread Paulo Sérgio
Hi Dani, i had a similar problem, maybe this can help: http://marc.theaimsgroup.com/?l=axis-user&m=110511258103419&w=2 Paulo Sérgio. Daniel Sánchez wrote: Hi, I'm trying to do a web service wich calls another web service. Then

a web service wich calls another webservice

2005-01-13 Thread Daniel Sánchez
Hi,    I'm trying to do a web service wich calls another web service. Then problem is that when I call the second web service from first WS, I obtain an exection.    I can see in the log file that first WS could'n found ws.MyClassServiceLocator. It's a class to conect to second web service.    My