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

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Mon Jun 28 12:15:47 EDT 2010


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

Brian Fitzpatrick reopened JBIDE-6497:
--------------------------------------



> [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
>             Fix For: 3.2.x
>
>         Attachments: imported.wsdl, jbide6497.zip, org.jboss.tools.ws.ui.patch, original.wsdl, patch.txt, schema.xsd, wsdls.zip
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> -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