E
Elhanan
hi..
i've been trying to deploy web services in axis using wsdd option.
however i my web services don't have packager (it's a simple class), so
i tried
<deployment xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<service name="TestBean" provider="java:RPC">
<parameter name="className" value="TestBean"/>
<parameter name="allowedMethods" value="*"/>
</service>
</deployment>
and placed the TestBean classs inside apache's root, but got in return
for my call:
org.apache.axis.ConfigurationException: Could not find class for the
service named: TestBean
Hint: you may need to copy your class files/tree into the right
location (which depends on the servlet system you are using).; nested
exception is:
java.lang.ClassNotFoundException: TestBean
but what is the right location?
that's not all my problems after that i need to figure out how to pass
a bean a dot net client (creating a wsdl that would describe the bean).
i've been trying to deploy web services in axis using wsdd option.
however i my web services don't have packager (it's a simple class), so
i tried
<deployment xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<service name="TestBean" provider="java:RPC">
<parameter name="className" value="TestBean"/>
<parameter name="allowedMethods" value="*"/>
</service>
</deployment>
and placed the TestBean classs inside apache's root, but got in return
for my call:
org.apache.axis.ConfigurationException: Could not find class for the
service named: TestBean
Hint: you may need to copy your class files/tree into the right
location (which depends on the servlet system you are using).; nested
exception is:
java.lang.ClassNotFoundException: TestBean
but what is the right location?
that's not all my problems after that i need to figure out how to pass
a bean a dot net client (creating a wsdl that would describe the bean).