[esb-issues] [JBoss JIRA] Created: (JBESB-3303) Add better description of SOAPProxy wsdl property URI schemes

David Ward (JIRA) jira-events at lists.jboss.org
Thu May 6 12:47:05 EDT 2010


Add better description of SOAPProxy wsdl property URI schemes
-------------------------------------------------------------

                 Key: JBESB-3303
                 URL: https://jira.jboss.org/jira/browse/JBESB-3303
             Project: JBoss ESB
          Issue Type: Task
      Security Level: Public (Everyone can see)
    Affects Versions: 4.8
            Reporter: David Ward
            Assignee: David Ward
            Priority: Minor
             Fix For: 4.9


The documentation here:
http://www.redhat.com/docs/en-US/JBoss_SOA_Platform/5.0.0/html/Programmers_Guide/chap-SOA_ESB_Programmers_Guide-Out-of-the-box_Actions.html#sect-SOAP-SOAPPROXY
lists examples for the http://, https://, file://, classpath:// and internal:// schemes, but should give detail on when you would use which scheme.  The internal:// scheme is the one that could be most confusing to readers.

Additionally, there is a typo on the classpath:// example.
classpath://META-INF/HelloWorldWS.wsdl should instead be classpath:///META-INF/HelloWorldWS.wsdl (with 3 slashes).  The "classpath://" prefix is chopped off during parsing, and 1 more slash is needed for absolute classpath resource loading, otherwise relative classpath resource loading is employed.  This is NOT a bug - it was intended to work that way - but the documentation should be updated.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the esb-issues mailing list