[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6693) [tester] soap service is not being invoked if one types in all required info (url, request message)

Lukas Jungmann (JIRA) jira-events at lists.jboss.org
Thu Jul 22 04:59:45 EDT 2010


[tester] soap service is not being invoked if one types in all required info (url, request message)
---------------------------------------------------------------------------------------------------

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


-start eclipse w/ JBT
-open WebService tester view
-type/paste in some URL into the url combo, ie: http://www.webservicex.net/usweather.asmx
-type/paste in some request body, ie:

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetWeatherReport xmlns="http://www.webserviceX.NET">
      <ZipCode>94043</ZipCode>
    </GetWeatherReport>
  </soap:Body>
</soap:Envelope>

-invoke the service (if "Invoke" button is disabled - which should not be as soon as one types in full URL - press Ctrl+Enter)

=> response shows "Test unsuccessful: Check the URL, request message, and parameter values." but should show response from the service since all requested info is in and correct (same as if one would use Get from WSDL button...)

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