]
Brian Fitzpatrick resolved JBIDE-6497.
--------------------------------------
Resolution: Done
[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: