[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6593) [tester] Sample soap message is not being generated for the second service defined in a WSDL

Lukas Jungmann (JIRA) jira-events at lists.jboss.org
Thu Jul 8 04:41:48 EDT 2010


[tester] Sample soap message is not being generated for the second service defined in a WSDL
--------------------------------------------------------------------------------------------

                 Key: JBIDE-6593
                 URL: https://jira.jboss.org/browse/JBIDE-6593
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Webservices
    Affects Versions: 3.2.0.M1
            Reporter: Lukas Jungmann
            Assignee: Brian Fitzpatrick


-have attached wsdls/xsd
-load it into tester
-choose "gsearch_rss" service in service selection popup

=> generated SOAP msg is empty but should be:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" >
<soap:Body>
<GetSearchResults xmlns = "http://www.ecubicle.net/webservices">
<searchPage>?</searchPage>
<gQuery>?</gQuery>
<numOfResults>?</numOfResults>
</GetSearchResults>
</soap:Body>
</soap:Envelope>

-- 
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