| Author |
JAX RPC jaxrpc-ri.xml
|
Cory Wilkerson
Ranch Hand
Joined: Aug 14, 2001
Posts: 84
|
|
All, I've recently published an Axis service and all is fine and well with it -- but I'm now exploring JAXRPC for both client and server devlopment. Sun hasn't done much in the way of explaining the jaxrpc-ri.xml document as best I can tell -- perhaps someone can clarify? Specifically, I'm wondering exactly what targetNamespaceBase, typeNamespaceBase, and urlPatternBase are doing here. I can see that perhaps targetNamespaceBase is simplpy saying, "I'm defining services for 'com.test/wsdl'", but the typeNamespace is throwing me -- perhaps it's saying "any types defined here belong to the "com.test/types namespace"? Any clarification would be greatly appreciated, Cory [ February 16, 2003: Message edited by: Cory Wilkerson ]
|
 |
anders norrmann
Greenhorn
Joined: Nov 04, 2004
Posts: 1
|
|
https://jax-rpc.dev.java.net/whitepaper/1.1/index-part1.html#5.0 you'll find a good explanation here.
|
 |
 |
|
|
subject: JAX RPC jaxrpc-ri.xml
|
|
|