Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » The AXIS engine could not find a target service to invoke! targetService is Converter
The AXIS engine could not find a target service to invoke! targetService is Converter [message #178091] Mon, 28 August 2006 22:22 Go to next message
Eclipse UserFriend
Originally posted by: lenzi.jimmy.harvard.edu

Hello, I am getting the following error message when I try a test a
simple web service


exception: The AXIS engine could not find a target service to invoke!
targetService is Converter.


I am using the all-in-one Eclipse WTP package,
wtp-all-in-one-sdk-R-1.5.0-200606281455-win32.zip
I am also using Tomcat 5.5.16.
OS is Windows XP.

The tutorial I was following is here on Eclipse's web site,
http://www.eclipse.org/webtools/jst/components/ws/1.5/tutori als/BottomUpWebService/BottomUpWebService.html

Any help would be appreciated.

Seth
Re: The AXIS engine could not find a target service to invoke! targetService is Converter [message #178177 is a reply to message #178091] Tue, 29 August 2006 18:55 Go to previous messageGo to next message
Gilbert Andrews is currently offline Gilbert AndrewsFriend
Messages: 10
Registered: July 2009
Junior Member
Seth wrote:
>
> Hello, I am getting the following error message when I try a test a
> simple web service
>
>
> exception: The AXIS engine could not find a target service to invoke!
> targetService is Converter.
>
>
> I am using the all-in-one Eclipse WTP package,
> wtp-all-in-one-sdk-R-1.5.0-200606281455-win32.zip
> I am also using Tomcat 5.5.16.
> OS is Windows XP.
>
> The tutorial I was following is here on Eclipse's web site,
> http://www.eclipse.org/webtools/jst/components/ws/1.5/tutori als/BottomUpWebService/BottomUpWebService.html
>
>
> Any help would be appreciated.
>
> Seth
Hi Seth

This scenario gets run alot. Im surprised that this wouldnt work. So you
were able to see the jsps? and you filled in the value on the method and
selected invoke? Then the error appeared.
Re: The AXIS engine could not find a target service to invoke! targetService is Converter [message #178193 is a reply to message #178177] Tue, 29 August 2006 19:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: lenzi.jimmy.harvard.edu

yay, thanks for replying.

yes, I followed that tutorial and Eclipse successfully created
everything, both the ConverterProj and the ConverterClientproj with all
the JSPs. It deployed to Tomcat and loaded in the browser. I typed in a
Celsius value and got that error. I didn't do anything else.

Here is a screen shot that shows the error message when I type in a
value into the test JSP
http://slenzi.smugmug.com/gallery/1829874/1/91531693/Large

Here is another screen shot that show the same thing only this time I
used the Web Services Explorer and accessed the service via the WSDL file.
http://slenzi.smugmug.com/gallery/1829874/1/91531704/Large

Still pretty much stuck. I was reading around a bit, kinda new to web
services, but could the deploy.wsdd file be wrong? I'm grasping at
straws here.

Thanks,

Seth


Gilbert Andrews wrote:
> Seth wrote:
>>
>> Hello, I am getting the following error message when I try a test a
>> simple web service
>>
>>
>> exception: The AXIS engine could not find a target service to invoke!
>> targetService is Converter.
>>
>>
>> I am using the all-in-one Eclipse WTP package,
>> wtp-all-in-one-sdk-R-1.5.0-200606281455-win32.zip
>> I am also using Tomcat 5.5.16.
>> OS is Windows XP.
>>
>> The tutorial I was following is here on Eclipse's web site,
>> http://www.eclipse.org/webtools/jst/components/ws/1.5/tutori als/BottomUpWebService/BottomUpWebService.html
>>
>>
>> Any help would be appreciated.
>>
>> Seth
> Hi Seth
>
> This scenario gets run alot. Im surprised that this wouldnt work. So you
> were able to see the jsps? and you filled in the value on the method and
> selected invoke? Then the error appeared.
Re: The AXIS engine could not find a target service to invoke! targetService is Converter [message #178216 is a reply to message #178193] Tue, 29 August 2006 21:28 Go to previous messageGo to next message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
The "real" error is in the Console Log:

SEVERE: Unable to find config file. Creating new servlet engine config
file: /WEB-INF/server-config.wsdd.

This message means that a default file is created which deploys no
services, hence the error in the Result window. For info about how this
file should have been created, see my post earlier to today for the
"Deployed Web Service disappears after changes in sources or Server
restart" thread [1]. The bottom line is that currently,
server-config.wsdd creation provided by the Web Services wizard only
works for Tomcat as the server, and only if "Run modules directly from
the workspace..." option is checked. This could be why
server-config.wsdd is missing in your case.

Cheers,
Larry

[1] http://dev.eclipse.org/newslists/news.eclipse.webtools/msg11 953.html


Seth wrote:
>
> yay, thanks for replying.
>
> yes, I followed that tutorial and Eclipse successfully created
> everything, both the ConverterProj and the ConverterClientproj with all
> the JSPs. It deployed to Tomcat and loaded in the browser. I typed in a
> Celsius value and got that error. I didn't do anything else.
>
> Here is a screen shot that shows the error message when I type in a
> value into the test JSP
> http://slenzi.smugmug.com/gallery/1829874/1/91531693/Large
>
> Here is another screen shot that show the same thing only this time I
> used the Web Services Explorer and accessed the service via the WSDL file.
> http://slenzi.smugmug.com/gallery/1829874/1/91531704/Large
>
> Still pretty much stuck. I was reading around a bit, kinda new to web
> services, but could the deploy.wsdd file be wrong? I'm grasping at
> straws here.
>
> Thanks,
>
> Seth
>
>
> Gilbert Andrews wrote:
>> Seth wrote:
>>>
>>> Hello, I am getting the following error message when I try a test a
>>> simple web service
>>>
>>>
>>> exception: The AXIS engine could not find a target service to invoke!
>>> targetService is Converter.
>>>
>>>
>>> I am using the all-in-one Eclipse WTP package,
>>> wtp-all-in-one-sdk-R-1.5.0-200606281455-win32.zip
>>> I am also using Tomcat 5.5.16.
>>> OS is Windows XP.
>>>
>>> The tutorial I was following is here on Eclipse's web site,
>>> http://www.eclipse.org/webtools/jst/components/ws/1.5/tutori als/BottomUpWebService/BottomUpWebService.html
>>>
>>>
>>> Any help would be appreciated.
>>>
>>> Seth
>> Hi Seth
>>
>> This scenario gets run alot. Im surprised that this wouldnt work. So
>> you were able to see the jsps? and you filled in the value on the
>> method and selected invoke? Then the error appeared.
Re: The AXIS engine could not find a target service to invoke! targetService is Converter [message #178276 is a reply to message #178216] Wed, 30 August 2006 14:37 Go to previous message
Eclipse UserFriend
Originally posted by: lenzi.jimmy.harvard.edu

Good eye. I saw that error about the server-config.wsdd file but didn't
really know what it meant.

I did have the "Run modules directly from the workspace..." unchecked.
For some reason I unchecked that because I was having trouble getting
regular web apps running. I went back and check it and did the tutorial
again and it worked.

Thanks,

Seth


Larry Isaacs wrote:
> The "real" error is in the Console Log:
>
> SEVERE: Unable to find config file. Creating new servlet engine config
> file: /WEB-INF/server-config.wsdd.
>
> This message means that a default file is created which deploys no
> services, hence the error in the Result window. For info about how this
> file should have been created, see my post earlier to today for the
> "Deployed Web Service disappears after changes in sources or Server
> restart" thread [1]. The bottom line is that currently,
> server-config.wsdd creation provided by the Web Services wizard only
> works for Tomcat as the server, and only if "Run modules directly from
> the workspace..." option is checked. This could be why
> server-config.wsdd is missing in your case.
>
> Cheers,
> Larry
>
> [1] http://dev.eclipse.org/newslists/news.eclipse.webtools/msg11 953.html
>
>
> Seth wrote:
>>
>> yay, thanks for replying.
>>
>> yes, I followed that tutorial and Eclipse successfully created
>> everything, both the ConverterProj and the ConverterClientproj with
>> all the JSPs. It deployed to Tomcat and loaded in the browser. I typed
>> in a Celsius value and got that error. I didn't do anything else.
>>
>> Here is a screen shot that shows the error message when I type in a
>> value into the test JSP
>> http://slenzi.smugmug.com/gallery/1829874/1/91531693/Large
>>
>> Here is another screen shot that show the same thing only this time I
>> used the Web Services Explorer and accessed the service via the WSDL
>> file.
>> http://slenzi.smugmug.com/gallery/1829874/1/91531704/Large
>>
>> Still pretty much stuck. I was reading around a bit, kinda new to web
>> services, but could the deploy.wsdd file be wrong? I'm grasping at
>> straws here.
>>
>> Thanks,
>>
>> Seth
>>
>>
>> Gilbert Andrews wrote:
>>> Seth wrote:
>>>>
>>>> Hello, I am getting the following error message when I try a test a
>>>> simple web service
>>>>
>>>>
>>>> exception: The AXIS engine could not find a target service to
>>>> invoke! targetService is Converter.
>>>>
>>>>
>>>> I am using the all-in-one Eclipse WTP package,
>>>> wtp-all-in-one-sdk-R-1.5.0-200606281455-win32.zip
>>>> I am also using Tomcat 5.5.16.
>>>> OS is Windows XP.
>>>>
>>>> The tutorial I was following is here on Eclipse's web site,
>>>> http://www.eclipse.org/webtools/jst/components/ws/1.5/tutori als/BottomUpWebService/BottomUpWebService.html
>>>>
>>>>
>>>> Any help would be appreciated.
>>>>
>>>> Seth
>>> Hi Seth
>>>
>>> This scenario gets run alot. Im surprised that this wouldnt work. So
>>> you were able to see the jsps? and you filled in the value on the
>>> method and selected invoke? Then the error appeared.
Previous Topic:WTP 1.5 jsp-editor extremely slow
Next Topic:Problem installing server runtime
Goto Forum:
  


Current Time: Thu Apr 25 16:04:36 GMT 2024

Powered by FUDForum. Page generated in 0.03969 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top