Hi,
On MacOS X, I'm trying to run a web service which looks like this:
package com.jlynx.soap;
class service
{
public String test()
{
return "Hello";
}
}
This class is part of a servlet which is installed as jlynx_servlet.
In the soap admin utility, I "deploy" this service as follows:
ID: jlynx_service
Scope: Request
Provider Type: java
Provider Class: com.jlynx.soap.service
Use Static Class: false
Methods: Test
Options 1:
Key: classpath
Value: /Applications/jakarta/webapps/jlynx_servlet/WEB-INF/classes
In catalina.policy, I have granted all permissions to soap.
However, when I connect to the server, I get the following error:
Unable to resolve target object: com.jlynx.soap.service
What am I doing wrong ?
-------------------------------
Eric VERGNAUD - JLynx Software
Cutting-edge technologies and
services for software companies
web: http://www.jlynx.com
-------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]