[jboss-dev-forums] [JBoss ESB Development] - Naming for webservice endpoints
Keith Babo
do-not-reply at jboss.com
Tue Aug 31 10:08:36 EDT 2010
Keith Babo [http://community.jboss.org/people/kcbabo] replied to the discussion
"Naming for webservice endpoints"
To view the discussion, visit: http://community.jboss.org/message/559795#559795
--------------------------------------------------------------
> For SOAPProcessor, how about also supporting the context defined on the "jbossws-endpoint" property (eliminating the need for the "jbossws-context" property) ala:<property name="jbossws-endpoint" value="myapp:fooservice"/>
This is an interesting alternative, although I would prefer to use a jbossws: scheme to clearly separate values for new config from the old config.
> For "pure" consistency between SOAPProcessor and SOAPProxy, couldn't they both be coded to also support exactly the same format for internal endpoints i.e.
>
> <property name="jbossws-endpoint" value="foo:HelloWorldWS"/>
>
> <property name="wsdl" value="foo:HelloWorldWS"/>
>
>
Now this is where things get really interesting. I was thinking that we couldn't have a config syntax that would make sense between SOAPProcessor and SOAPProxy, but I think you are on to something here. Only thing I would ask is that we actually use the jbossws: scheme (I think David suggested this in an email originally).
Re: the URI issue, a quick read of RFC 2396 leaves me with the impression that ":" is allowed in the path section of the URI. I could be misinterpreting it though; relevant definitions from the RFC below ...
<scheme>://<authority><path>?<query>path = [ abs_path | opaque_part ]abs_path = "/" path_segmentspath_segments = segment *( "/" segment )segment = *pchar *( ";" param )param = *pcharpchar = unreserved | escaped | ":" | "@" | "&" | "=" | "+" | "$" | ","
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/559795#559795]
Start a new discussion in JBoss ESB Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2032]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20100831/e386396d/attachment.html
More information about the jboss-dev-forums
mailing list