users@jax-rpc.java.net

Multiple URNs on the same port

From: Hung Hoang <hungh_at_CODEBABY.COM>
Date: Tue, 09 Jul 2002 16:47:59 -0600

Hi,

How do I map various methods within the same port to different URNs? It seems right now, I can only map one URN to one port, for example, an entry in my JAXRPCService_Config.properties file maps all methods in the JAXSoapRPCPort class to the "urn:com.xyz.foo".

port0.tie=com.xyz.JAXSoapRPCPort_Tie
port0.servant=com.xyz.JAXSoapRPCImpl
port0.name=RPCRouter
port0.wsdl.targetNamespace=urn:com.xyz.foo
port0.wsdl.serviceName=JAXRPCService
port0.wsdl.portName=JAXSoapRPCPort
portcount=1

Thanks,

Hung Hoang