users@jax-rpc.java.net

Fw: For a clarification in JAXRPC webservice

From: santhakumar <santhakumar_at_sgstechnologie.com>
Date: Thu, 7 Apr 2005 10:20:38 +0530

----- Original Message -----
From: santhakumar
To: lexi_at_dev.java.net ; antonm_at_dev.java.net ; rameshm_at_dev.java.net ; vinc_at_dev.java.net
Sent: Wednesday, April 06, 2005 5:52 PM
Subject: For a clarification in JAXRPC webservice


Hi,

This is Santhakumar.

I have develped and deployed a JAXRPC webservice in Tomcat5.0 with JWSDP1.5.

WSDL is created and it works fine for normal java remote methods.

But when I write a code for to connect a live server ( EPP-Extensible Provisioning Protocol TCP server ), I could not invoke the service.


I get the following error:

================================================================

C:\examples\jaxrpc\dynamicproxy>ant run
Buildfile: build.xml

run-client:
[java] UrlString = http://localhost:8080/domain-jaxrpc/domain?WSDL
[java] java.rmi.ServerException: JAXRPCSERVLET28: Missing port information
[java] at com.sun.xml.rpc.client.StreamingSender._raiseFault(StreamingS
ender.java:497)
[java] at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.
java:294)
[java] at com.sun.xml.rpc.client.dii.CallInvokerImpl.doInvoke(CallInvok
erImpl.java:79)
[java] at com.sun.xml.rpc.client.dii.BasicCall.invoke(BasicCall.java:48
2)
[java] at com.sun.xml.rpc.client.dii.CallInvocationHandler.doCall(CallI
nvocationHandler.java:121)
[java] at com.sun.xml.rpc.client.dii.CallInvocationHandler.invoke(CallI
nvocationHandler.java:85)
[java] at $Proxy0.domainCheck(Unknown Source)
[java] at dynamicproxy.DomainClient.main(Unknown Source)

run:

BUILD SUCCESSFUL
Total time: 3 seconds
C:\examples\jaxrpc\dynamicproxy>
===========================================================================


I tried in many ways to resolve it.But still I could not find out any solutions.

Is there any security settings to be handled for that?

The method works fine and the server is connected when I execute it from the normal java class in command prompt.

But when implementing that method in JAXRPC webservice only I found this problem.

Please share ur ideas with me to resolve this problem.I am at urgent.

Thanks in advance.


Santhakumar.

The sample example site used is:

http://www.cis.umassd.edu/~hxu/Projects/UMD/WebServices/