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

Re: Axis engine

2007-06-14 Thread Demetris G
080/axis/servlet/AxisServlet to get a list back of available web services hosted by that Axis instance. (If you get any information back, the Axis engine is of course up and running, but your particular web service may not be deployed). But you're client shouldn't assume the engine in use is a

Re: Axis engine

2007-06-14 Thread Anne Thomas Manes
do a GET to http://localhost:8080/axis/servlet/AxisServlet to get a list back of available web services hosted by that Axis instance. (If you get any information back, the Axis engine is of course up and running, but your particular web service may not be deployed). But you're client shouldn'

Re: Axis engine

2007-06-14 Thread Demetris G
services hosted by that Axis instance. (If you get any information back, the Axis engine is of course up and running, but your particular web service may not be deployed). But you're client shouldn't assume the engine in use is always Axis. What if it's a .NET web service your checking

RE: Axis engine

2007-06-14 Thread Walker, Jeff
Well, Yes, that is the simplest. For Axis, you can hit do a GET to http://localhost:8080/axis/servlet/AxisServlet to get a list back of available web services hosted by that Axis instance. (If you get any information back, the Axis engine is of course up and running, but your particular web

Re: Axis engine

2007-06-13 Thread Demetris G
rom: Demetris G [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 13, 2007 4:58 PM To: axis-user@ws.apache.org Subject: Axis engine What is the easiest way to test (check) if an Axis engine is running ? Send a POST or GET to it and cat

RE: Axis engine

2007-06-13 Thread Walker, Jeff
ll. http://localhost:8080/axis/happyaxis.jsp For Axis2, I'm sure it's similar. -jeff -Original Message- From: Demetris G [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 13, 2007 4:58 PM To: axis-user@ws.apache.org Subject: Axis engine What is the easiest way to test (check

Axis engine

2007-06-13 Thread Demetris G
What is the easiest way to test (check) if an Axis engine is running ? Send a POST or GET to it and catch an exception back ? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Changing the namespace that is being generated by the Axis engine

2007-05-20 Thread Doug Schaible
rassring.webservices.sso/%22%3E%3CSSOXMLData%3E<>>; > > > > > > > > > > > > > > > > > > > > > On 5/20/07, *Dennis Sosnoski* <[EMAIL PROTECTED] > > > <mailto:[EMAIL PROTECTED]>> wrote: > > > > &

Re: Changing the namespace that is being generated by the Axis engine

2007-05-20 Thread Anne Thomas Manes
> wrote: > > > > Hi Doug, > > > > The namespaces are the same in your two samples - the namespace > > *prefixes* are different ("soapenv" vs. "soap"), but these are just > > placeholders. I suspect the real issue is t

Re: Changing the namespace that is being generated by the Axis engine

2007-05-20 Thread Doug Schaible
these are just > placeholders. I suspect the real issue is that your SOAP Body > element is > missing the expected element. > > How are you trying to call the service? > > - Dennis > > Dennis M. Sosnoski > SOA and Web Services in Ja

Re: Changing the namespace that is being generated by the Axis engine

2007-05-20 Thread Dennis Sosnoski
e? - Dennis Dennis M. Sosnoski SOA and Web Services in Java Axis2 Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 Doug Schaible wrote: > Good Morning, > > How do yo

Re: Changing the namespace that is being generated by the Axis engine

2007-05-20 Thread Doug Schaible
g and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 Doug Schaible wrote: > Good Morning, > > How do you change the namespace that is used by the Axis engine when > it generates the SOAP body and envelope t

Re: Changing the namespace that is being generated by the Axis engine

2007-05-20 Thread Dennis Sosnoski
to call the service? - Dennis Dennis M. Sosnoski SOA and Web Services in Java Axis2 Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 Doug Schaible wrote: Good Morning, How do you change the namespace that is use

Changing the namespace that is being generated by the Axis engine

2007-05-20 Thread Doug Schaible
Good Morning, How do you change the namespace that is used by the Axis engine when it generates the SOAP body and envelope tags? I am trying to call a .Net WS and it expects and , but and are being created. Thanks, Doug Example of what is being generated: http://schemas.xmlsoap.org/soap

The AXIS engine could not find a target service...

2007-01-24 Thread Sreenivas Mangasandra
sFault [axis-admin] faultCode: {http://xml.apache.org/axis/}Server.NoService [axis-admin] faultSubcode: [axis-admin] faultString: The AXIS engine could not find a target service to invoke! targetService is AdminService [axis-admin] faultActor: [axis-admin] faultNode: [axis-admin] faultDetail: [axis

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

Axis Engine Internals

2006-09-19 Thread Ekmekcioglu, Lerna \(IT\)
serviceLocator and create a new stub within each method that makes a call.  Do stubs go away after they are out of scope or does axis engine hold references to them ? Does serviceLocator which holds the engine also hold a  pool of connections ?  What happens if a connection in axis engine&#

axis engine 'runs' from ? HELP!! axis1.4

2006-07-03 Thread Enrico Silterra
I am trying to deploy a service into a axis engine that is running within another webapp. But I don't know the meaning of the phrase 'axis engine "runs" from' the hierarchy looks something like: webapps/Glunk/ and the axis servlet is defined as:         X

Axis engine hungs up when process is created in webservice...

2006-05-15 Thread Surekha . Guntur
Hi, I am using Axis Soap for communication between client and server. In my webservice if I create a process, even though the function returns, I do not see anything on the client side and client call's invoke function never returns. My webservice code is: public String myWebservice( String name

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

Distinguish axis engine(s) in Tomcat

2006-03-31 Thread Larry Tan
Hi, I'm new to Axis. I'll like to find out if i have 2 servlets (both extending AxisServlet) deployed under same webapp, will there be 2 separate engines or both of them sharing 1 Axis engine? Is there anyway of distinguishing them? Another question: If i have a s

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.

Use Axis engine to pass through SOAP

2005-12-27 Thread Asaf Lahav
Hi all,   Is it possible to use Axis infrastructure just to pass through the SOAP xml documents and develop my own SOAP processing? Or, how can I extract the SOAP message from Axis after a call had been made to a bean invoked by Axis?   Thanks in advance,   Asaf Lahav VP R&D, Prima

Invoking the Axis Engine

2005-09-06 Thread Perry . Hoekstra
Hello Everyone, I have a situation where the same XML document that comes through the SOAP Body of a Web Service request can also be posted to a MQSeries queue.  I would like to use the Axis Engine to deserialize the XML document coming through MQ into the Java components created with the

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