From: <glassfish_at_javadesktop.org>
Date: Mon, 23 Feb 2009 04:17:34 PST
Here are some code snippets to show the problem:
In the WebService implementation class I have:
@WebService(targetNamespace = "http://www.pascalalma.net/EchoIt",
portName="EchoItPort",
serviceName="EchoItService",
endpointInterface="net.pascalalma.echoit.EchoItPortType")
public class EchoItPortTypeImpl {
Why does Glassfish behave differently when using the expected URl instead of its internal constructed one ?
[Message sent by forum member 'palma_it' (palma_it)]