Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

can not call urn on server

70836May 21 2002
Hi,
I built a webservice and deploy on my server, and created a stub from the wsdl file. I had a java class calling the stub. When I ran the java file, I get the following error:

"[SOAPException: faultCode=SOAP-ENV:Server.BadTargetObjectURI; msg=Unable to resolve target object(NodeServiceRequest): NodeServiceRequest [java.lang.ClassNotFoundException]]
java.lang.String NodeServiceRequestStub.getFacilityByChangeDate(java.util.Date)
void NodeServiceClient.main(java.lang.String[])
Process exited with exit code 0."

Can someone tell me what I need to do to fix this, so I can call the urn.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 18 2002
Added on May 21 2002
0 comments
154 views