On Tue, 2005-06-28 at 22:10, Sheward, Barry wrote:
> I'm using XDoclet 1.2.3 and I'm trying to generate everything required
> to deploy a stateless session bean as a web service.
> 
...
> 
> Now, I generate the WSDL successfully (as far as I can tell), the
> webservices.xml and the ejb-jar.xml all look OK and have the
> appropriate service endpoints, but the namespaceURI in the
> jaxrpc-mapping.xml file look suspicious and the comments about
> "service interface mappings are still lacking" and "service endpoint
> mappings are still lacking" make me think I'm missing something which
> is required to fill that stuff in.

The namespaceURI will either be taken from a tag parameter
(@wsee.port-component namespace-uri="foobar" or @wsee.jaxrpc-mapping
namespace-uri="foobar") or calculated based on the package name (after
substitutions) by replacing "." with "-" and adding a "urn-" prefix.

The "service interface mappings are still lacking" and "service endpoint
mappings are still lacking" comments mean what they say, there's
currently nothing in the template to generate anything at those points. 
Likewise for the other comments in the generated file.  I guess that's
what issue XDT-1128
(http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1128) is
getting at.  Patches gratefully accepted :-)


Andrew.



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to