You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Manish Saha <Ma...@ivl.stpt.soft.net> on 2001/04/09 14:48:38 UTC

urgent

hi all,

I am using weblogic6.0.I tried creating a small program helloworldservice
and tried deploying the service using deploy jsp(List ,deploy,undeploy)
since the helloworldservice is only having one service hello which takes a
string i have given the descriptor file something like this

id urn:helloworld
scope application
provider type java
provider class HelloWorldService (this is put in the weblogic as a war file
in the applications directory)
usestatic class false
method hello
type Mapping i have not provided anything since i use only string as a
parameter.



the error i get on server is 



<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xm
lns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:xsd="http://www.w3.org
/1999/XMLSchema">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server.BadTargetObjectURI</faultcode>
<faultstring>Unable to resolve target object:
HelloWorldService</faultstring>
<faultactor>/soap-webapp/rpcrouter</faultactor>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




it is not able to find the class.


what happens when i deploy a service.it didnot complain while i deployed.so
whether it is deployed at the time of  deploying or only when some client is
calling it.



thanks

manish SAHA


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org