[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-6497) [tester] wrong namespace is used in generated soap body for wsdl importing another wsdl

Lukas Jungmann (JIRA) jira-events at lists.jboss.org
Fri Jun 18 05:58:46 EDT 2010


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

Lukas Jungmann updated JBIDE-6497:
----------------------------------

    Attachment: jbide6497.zip


sample project

> [tester] wrong namespace is used in generated soap body for wsdl importing another wsdl
> ---------------------------------------------------------------------------------------
>
>                 Key: JBIDE-6497
>                 URL: https://jira.jboss.org/browse/JBIDE-6497
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Webservices
>    Affects Versions: 3.2.0.M1
>            Reporter: Lukas Jungmann
>            Assignee: Brian Fitzpatrick
>         Attachments: jbide6497.zip
>
>
> -deploy attached project containing ws from wsdl
> -open tester view
> -open "Get from WSDL..." dialog, fill in the WSDL URI, keep defaults and press ok
> -invoke the service
> => response says:
> Cannot find dispatch method for {http://webservices.www.ecubicle.net/}GetSearchResults
> problem is that generated SOAP request contains:
> <GetSearchResults xmlns = "http://webservices.www.ecubicle.net/">
> but it should contain:
> <GetSearchResults xmlns = "http://www.ecubicle.net/webservices">
> the cause of the problem seems to be the fact that target namespace in concrete WSDL is different from the one defined in imported/abstract WSDL

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

        


More information about the jbosstools-issues mailing list