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

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Sat Feb 4 06:47:49 EST 2012


     [ https://issues.jboss.org/browse/JBWS-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessio Soldano updated JBWS-2277:
----------------------------------

      Fix Version/s: community contributions
    Forum Reference: http://community.jboss.org/thread/103127?tstart=0  (was: http://community.jboss.org/thread/103127?tstart=0)

    
> When publishing WS using an existing WSDL file from wsdlLocation, file:// <soap:address> bindings are not converted to http://
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBWS-2277
>                 URL: https://issues.jboss.org/browse/JBWS-2277
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-native
>    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
>             Fix For: community contributions
>
>         Attachments: fileURLBindingBug.patch, 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, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list