You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Ulhas Bhole (JIRA)" <ji...@apache.org> on 2007/10/15 15:29:50 UTC

[jira] Created: (CXF-1113) soap:address location attribute is wrong when wsdl query to default servant delegate returns wsdl.

soap:address location attribute is wrong when wsdl query to default servant delegate returns wsdl.
--------------------------------------------------------------------------------------------------

                 Key: CXF-1113
                 URL: https://issues.apache.org/jira/browse/CXF-1113
             Project: CXF
          Issue Type: Bug
          Components: Transports
            Reporter: Ulhas Bhole
            Assignee: Ulhas Bhole
            Priority: Minor


If a wsdl query is done on a service that is supporting default servant delegates. The soap:address location returned in WSDL is incorrect.

Here is how to reproduce:

Run Server from cxf  factory_pattern system test.

issue the queries in the following sequence. First 2 queries will return correct url but for rest of the sequence soap:address location will be same as the 2nd query.

Here is the sequence.

http://localhost:9006/NumberFactoryService/NumberFactoryPort?wsdl
http://localhost:9006/NumberFactoryService/NumberFactoryPort/20?wsdl

http://localhost:9006/NumberFactoryService/NumberFactoryPort/22?wsdl
http://localhost:9006/NumberFactoryService/NumberFactoryPort/20?wsdl
http://localhost:9006/NumberFactoryService/NumberFactoryPort?wsdl




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-1113) soap:address location attribute is wrong when wsdl query to default servant delegate returns wsdl.

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1113.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.4


This seems to be resolved as the sequence of events results in proper soap:addresses for all the urls.



> soap:address location attribute is wrong when wsdl query to default servant delegate returns wsdl.
> --------------------------------------------------------------------------------------------------
>
>                 Key: CXF-1113
>                 URL: https://issues.apache.org/jira/browse/CXF-1113
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>            Reporter: Ulhas Bhole
>            Assignee: Ulhas Bhole
>            Priority: Minor
>             Fix For: 2.0.4
>
>
> If a wsdl query is done on a service that is supporting default servant delegates. The soap:address location returned in WSDL is incorrect.
> Here is how to reproduce:
> Run Server from cxf  factory_pattern system test.
> issue the queries in the following sequence. First 2 queries will return correct url but for rest of the sequence soap:address location will be same as the 2nd query.
> Here is the sequence.
> http://localhost:9006/NumberFactoryService/NumberFactoryPort?wsdl
> http://localhost:9006/NumberFactoryService/NumberFactoryPort/20?wsdl
> http://localhost:9006/NumberFactoryService/NumberFactoryPort/22?wsdl
> http://localhost:9006/NumberFactoryService/NumberFactoryPort/20?wsdl
> http://localhost:9006/NumberFactoryService/NumberFactoryPort?wsdl

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.