[jbossws-issues] [JBoss JIRA] Created: (JBWS-2277) When publishing WS using an existing WSDL file from wsdlLocation, file:// <soap:address> bindings are not converted to http://

Alexandros Karypidis (JIRA) jira-events at lists.jboss.org
Mon Aug 11 08:55:50 EDT 2008


When publishing WS using an existing WSDL file from wsdlLocation, file:// <soap:address> bindings are not converted to http://
------------------------------------------------------------------------------------------------------------------------------

                 Key: JBWS-2277
                 URL: https://jira.jboss.org/jira/browse/JBWS-2277
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions:  jbossws-native-3.0.2
         Environment: I am using Sun's JDK 1.5.0_15, JBoss 4.2.3 with JBossWS-Native-3.0.2 on a x86-32 Intel PC with Windows XP.

            Reporter: Alexandros Karypidis
            Priority: Trivial
         Attachments: fileURLBindingBug.zip

When using "wsdLocation" in @WebService, JBoss reads the WSDL file you provided and does the following:

1) if the <soap:address> tag in the WSDL file has a "file://..." URL in it,
it does NOT replace it with the actual address where your web service
endpoint was bound.
2) if the <soap:address> tag in the WSDL file has an "http://..." URL in it,
it replaces it with the actual address where your web service
endpoint was bound.

The WSDL published by JBoss should use http/https as appropriate.

-- 
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 jbossws-issues mailing list