Re: Error: The Axis engine could not find a target service to invoke ! targetservice is

2008-09-22 Thread Rupinder Singh
site.   regards Rupinder   --- On Sun, 9/21/08, keith chapman <[EMAIL PROTECTED]> wrote: From: keith chapman <[EMAIL PROTECTED]> Subject: Re: Error: The Axis engine could not find a target service to invoke ! targetservice is To: axis-user@ws.apache.org Date: Sunday, September 21, 2

Re: Error: The Axis engine could not find a target service to invoke ! targetservice is

2008-09-21 Thread keith chapman
HelloWorldClient class file from its directory using > > > > C:\WebServices\client> java HelloWorldClientTwo –llocal:// "Rupi" > > > > I get the exception, > > Error: The Axis engine could not find a target service to invoke ! > targetservice > i

Error: The Axis engine could not find a target service to invoke ! targetservice is

2008-09-20 Thread Rupinder Singh
directory using   C:\WebServices\client> java HelloWorldClientTwo –llocal:// “Rupi”   I get the exception, Error: The Axis engine could not find a target service to invoke !  targetservice is     Could anybody help, please?   Thank you.   Regards Rupinder Amritsar In

The Axis engine could not find a target service to invoke! targetService is null

2006-10-20 Thread Dale Wyttenbach
n instance of the generated ServiceLocator class using the default constructor. b. Use the locator to get an instance of the service. c. When I try to invoke a method on the service I get: "The Axis engine could not find a target service to invoke! targetService is

The AXIS engine could not find a target service to invoke! targetService is null

2006-05-09 Thread robert
Whenever I try to generated wsdl or invoke my web service I get the following The AXIS engine could not find a target service to invoke! targetService is null AdminClient list shows that the webservice has been deployed and the webservice shows up when I access /webapp/services and the

Re: target service to invoke

2006-04-17 Thread Anne Thomas Manes
te: Hi there,When I run my client code, I get the following error message: The AXIS engine could not find a target service to invoke!  targetServiceis nullCan you please advice me how I can fix this?Many thanxyasmin

Re: target service to invoke - Please reply!

2006-04-17 Thread Martin Gainty
:45 AM Subject: target service to invoke - Please reply! > Hi there, > > When I run my client code, I get the following error message: > > > The AXIS engine could not find a target service to invoke! targetService > is null > > > Can you please advice me how I ca

RE: target service to invoke - Please reply!

2006-04-17 Thread subir.sasikumar
chnologies, Survey No: 64, Madhapur, Hyderabad-500081, AP tel: 040-30795137 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 3:16 PM To: axis-user@ws.apache.org Subject: target service to invoke - Please reply!

target service to invoke - Please reply!

2006-04-17 Thread rafiqy
Hi there, When I run my client code, I get the following error message: The AXIS engine could not find a target service to invoke! targetService is null Can you please advice me how I can fix this? I have put the wsdl document in Tomcat5/webapps/axis/keyAccident2.wsdl ...not sure what I&#

target service to invoke

2006-04-17 Thread rafiqy
Hi there, When I run my client code, I get the following error message: The AXIS engine could not find a target service to invoke! targetService is null Can you please advice me how I can fix this? Many thanx yasmin

Re: The AXIS engine could not find a target service to invoke!

2006-03-02 Thread jelly0961
etService > (new URL ("http://localhost:1000/";)); > serv.methodOne(arg); > > It makes next Exception: > > "The AXIS engine could not find a target service > to invoke! targetService > is null" > > > Can you help me?

The AXIS engine could not find a target service to invoke!

2006-02-28 Thread Dionisio Fernandez
().getService (new URL ("http://localhost:1000/";)); serv.methodOne(arg); It makes next Exception: "The AXIS engine could not find a target service to invoke! targetService is null" Can you help me? Thanks.

Axis AdminClient not finding target service to invoke.

2005-11-08 Thread kiran kumar
 faultSubcode: faultString: The AXIS engine could not find a target service to invoke!  target faultActor: faultNode: faultDetail:    {http://xml.apache.org/axis/}stackTrace:AxisFault faultCode: {http://xml.apache.org/axis/}Server.NoService faultSubcode: faultString: The AXIS engine could not find a

RE: "The AXIS engine could not find a target service to invoke! targetService is null" error

2005-08-12 Thread Chen, Donald
: Thursday, August 11, 2005 11:40 AM To: axis-user@ws.apache.org Subject: "The AXIS engine could not find a target service to invoke! targetService is null" error Hi, All. I was following the instruction presented by an article written at 01 Jan 2003(is this article a bit out-of-date?

"The AXIS engine could not find a target service to invoke! targetService is null" error

2005-08-11 Thread Chen, Donald
ew QName("urn:EightBall", "getAnswer")); try { System.out.println(call.invoke(new Object[] { })); } catch (java.rmi.RemoteException re) { System.out.println("Error - " + re); } } } 8<--- This is the place