[jbosstools-issues] [JBoss JIRA] Created: (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:51:46 EDT 2010


[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


-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