Tom Fennelly [
http://community.jboss.org/people/tfennelly] replied to the discussion
"Naming for webservice endpoints"
To view the discussion, visit:
http://community.jboss.org/message/559843#559843
--------------------------------------------------------------
Of course another option for SOAPProxy... you could leave the existing "wsdl"
property format as is and add support for a new (alternative) property that has exactly
the same name and value format as the SOAPProcessor i.e. support 2 options.
URI:
<action ...>
<property name="wsdl" value="http://...."/>
... etc
</action>
and, endpoint ObjectName...
<action ... class="org.jboss....SOAPProxy">
<property name="jbossws-endpoint"
value="foo:HelloWorldWS"/>
... etc
</action>
Raise an error if both are configured.
Just say'n.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/559843#559843]
Start a new discussion in JBoss ESB Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]