[jbosstools-issues] [JBoss JIRA] Closed: (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
Wed Jul 28 09:01:34 EDT 2010


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

Lukas Jungmann closed JBIDE-6693.
---------------------------------



v. in v20100728-0531-H126-M2

> [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
>             Fix For: 3.2.0.M2
>
>
> -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