Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Rational Tester for SOA Quality
Rational Tester for SOA Quality [message #123138] Wed, 13 February 2008 17:45 Go to next message
Eclipse UserFriend
Originally posted by: alejogabriel.tutopia.com

The following are the reproducible steps I do

1. File -> New -> Performance Test Project
2. Enter the project name in " New Performance Test Project" and cilck
"Finish"
3. Select "Webservices Recording using the Webservices Explorer" from
"Create New Test from Recording" the click "Next"
4. Enter the test file name in "Create New Test from Recording" window and
click "Next"
5. Import the WSDL file to the project and click "Next" -> "Next" ->
"Finish"
6. Now starts the initialisation and leads to the webservices explorer
page.
7. Click on a link and click "Go".
Now we are getting the following error which is in status bar

IWAB0135E An unexpected error has occurred.
500
Issue detected by recorder proxy, Connection refused

I would appreciate if anybody could provide solution.
Thank

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://sample"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:apachesoap="http://xml.apache.org/xml-soap"
xmlns:impl="http://sample" xmlns:intf="http://sample"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<wsdl:types>
<schema elementFormDefault="qualified" targetNamespace="http://sample"
xmlns="http://www.w3.org/2001/XMLSchema">
<element name="fahrenheitToCelsius">
<complexType>
<sequence>
<element name="fahrenheitValue" type="xsd:double"/>
</sequence>
</complexType>
</element>
<element name="fahrenheitToCelsiusResponse">
<complexType>
<sequence>
<element name="fahrenheitToCelsiusReturn" type="xsd:double"/>
</sequence>
</complexType>
</element>
<element name="celsiusToFahrenheit">
<complexType>
<sequence>
<element name="celsiusValue" type="xsd:double"/>
</sequence>
</complexType>
</element>
<element name="celsiusToFahrenheitResponse">
<complexType>
<sequence>
<element name="celsiusToFahrenheitReturn" type="xsd:double"/>
</sequence>
</complexType>
</element>
</schema>
</wsdl:types>

<wsdl:message name="celsiusToFahrenheitRequest">

<wsdl:part element="intf:celsiusToFahrenheit" name="parameters"/>

</wsdl:message>

<wsdl:message name="fahrenheitToCelsiusResponse">

<wsdl:part element="intf:fahrenheitToCelsiusResponse"
name="parameters"/>

</wsdl:message>

<wsdl:message name="fahrenheitToCelsiusRequest">

<wsdl:part element="intf:fahrenheitToCelsius" name="parameters"/>

</wsdl:message>

<wsdl:message name="celsiusToFahrenheitResponse">

<wsdl:part element="intf:celsiusToFahrenheitResponse"
name="parameters"/>

</wsdl:message>

<wsdl:portType name="ConvertTemperature">

<wsdl:operation name="fahrenheitToCelsius">

<wsdl:input message="intf:fahrenheitToCelsiusRequest"
name="fahrenheitToCelsiusRequest"/>

<wsdl:output message="intf:fahrenheitToCelsiusResponse"
name="fahrenheitToCelsiusResponse"/>

</wsdl:operation>

<wsdl:operation name="celsiusToFahrenheit">

<wsdl:input message="intf:celsiusToFahrenheitRequest"
name="celsiusToFahrenheitRequest"/>

<wsdl:output message="intf:celsiusToFahrenheitResponse"
name="celsiusToFahrenheitResponse"/>

</wsdl:operation>

</wsdl:portType>

<wsdl:binding name="ConvertTemperatureSoapBinding"
type="intf:ConvertTemperature">

<wsdlsoap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http"/>

<wsdl:operation name="fahrenheitToCelsius">

<wsdlsoap:operation soapAction=""/>

<wsdl:input name="fahrenheitToCelsiusRequest">

<wsdlsoap:body use="literal"/>

</wsdl:input>

<wsdl:output name="fahrenheitToCelsiusResponse">

<wsdlsoap:body use="literal"/>

</wsdl:output>

</wsdl:operation>

<wsdl:operation name="celsiusToFahrenheit">

<wsdlsoap:operation soapAction=""/>

<wsdl:input name="celsiusToFahrenheitRequest">

<wsdlsoap:body use="literal"/>

</wsdl:input>

<wsdl:output name="celsiusToFahrenheitResponse">

<wsdlsoap:body use="literal"/>

</wsdl:output>

</wsdl:operation>

</wsdl:binding>

<wsdl:service name="ConvertTemperatureService">

<wsdl:port binding="intf:ConvertTemperatureSoapBinding"
name="ConvertTemperature">

<wsdlsoap:address
location=" http://localhost:9080/temperatureProject/services/ConvertTem perature"/>

</wsdl:port>

</wsdl:service>

</wsdl:definitions>
Re: Rational Tester for SOA Quality [message #124011 is a reply to message #123138] Mon, 25 February 2008 12:10 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Alejo,
Rational Tester for SOA Quality is a consuming product marketed by IBM.
Please contact IBM support.

PS
"alejo" <alejogabriel@tutopia.com> wrote in message
news:94d62d2ecf86ed2578d69fe3682043c8$1@www.eclipse.org...
>
>
> The following are the reproducible steps I do
>
> 1. File -> New -> Performance Test Project
> 2. Enter the project name in " New Performance Test Project" and cilck
> "Finish"
> 3. Select "Webservices Recording using the Webservices Explorer" from
> "Create New Test from Recording" the click "Next"
> 4. Enter the test file name in "Create New Test from Recording" window and
> click "Next"
> 5. Import the WSDL file to the project and click "Next" -> "Next" ->
> "Finish"
> 6. Now starts the initialisation and leads to the webservices explorer
> page.
> 7. Click on a link and click "Go".
> Now we are getting the following error which is in status bar
>
> IWAB0135E An unexpected error has occurred.
> 500
> Issue detected by recorder proxy, Connection refused
>
> I would appreciate if anybody could provide solution.
> Thank
>
> <?xml version="1.0" encoding="UTF-8"?>
> <wsdl:definitions targetNamespace="http://sample"
> xmlns="http://schemas.xmlsoap.org/wsdl/"
> xmlns:apachesoap="http://xml.apache.org/xml-soap"
> xmlns:impl="http://sample" xmlns:intf="http://sample"
> xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
> xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema">
> <wsdl:types>
> <schema elementFormDefault="qualified" targetNamespace="http://sample"
> xmlns="http://www.w3.org/2001/XMLSchema">
> <element name="fahrenheitToCelsius">
> <complexType>
> <sequence>
> <element name="fahrenheitValue" type="xsd:double"/>
> </sequence>
> </complexType>
> </element>
> <element name="fahrenheitToCelsiusResponse">
> <complexType>
> <sequence>
> <element name="fahrenheitToCelsiusReturn" type="xsd:double"/>
> </sequence>
> </complexType>
> </element>
> <element name="celsiusToFahrenheit">
> <complexType>
> <sequence>
> <element name="celsiusValue" type="xsd:double"/>
> </sequence>
> </complexType>
> </element>
> <element name="celsiusToFahrenheitResponse">
> <complexType>
> <sequence>
> <element name="celsiusToFahrenheitReturn" type="xsd:double"/>
> </sequence>
> </complexType>
> </element>
> </schema>
> </wsdl:types>
>
> <wsdl:message name="celsiusToFahrenheitRequest">
>
> <wsdl:part element="intf:celsiusToFahrenheit" name="parameters"/>
>
> </wsdl:message>
>
> <wsdl:message name="fahrenheitToCelsiusResponse">
>
> <wsdl:part element="intf:fahrenheitToCelsiusResponse"
> name="parameters"/>
>
> </wsdl:message>
>
> <wsdl:message name="fahrenheitToCelsiusRequest">
>
> <wsdl:part element="intf:fahrenheitToCelsius" name="parameters"/>
>
> </wsdl:message>
>
> <wsdl:message name="celsiusToFahrenheitResponse">
>
> <wsdl:part element="intf:celsiusToFahrenheitResponse"
> name="parameters"/>
>
> </wsdl:message>
>
> <wsdl:portType name="ConvertTemperature">
>
> <wsdl:operation name="fahrenheitToCelsius">
>
> <wsdl:input message="intf:fahrenheitToCelsiusRequest"
> name="fahrenheitToCelsiusRequest"/>
>
> <wsdl:output message="intf:fahrenheitToCelsiusResponse"
> name="fahrenheitToCelsiusResponse"/>
>
> </wsdl:operation>
>
> <wsdl:operation name="celsiusToFahrenheit">
>
> <wsdl:input message="intf:celsiusToFahrenheitRequest"
> name="celsiusToFahrenheitRequest"/>
>
> <wsdl:output message="intf:celsiusToFahrenheitResponse"
> name="celsiusToFahrenheitResponse"/>
>
> </wsdl:operation>
>
> </wsdl:portType>
>
> <wsdl:binding name="ConvertTemperatureSoapBinding"
> type="intf:ConvertTemperature">
>
> <wsdlsoap:binding style="document"
> transport="http://schemas.xmlsoap.org/soap/http"/>
>
> <wsdl:operation name="fahrenheitToCelsius">
>
> <wsdlsoap:operation soapAction=""/>
>
> <wsdl:input name="fahrenheitToCelsiusRequest">
>
> <wsdlsoap:body use="literal"/>
>
> </wsdl:input>
>
> <wsdl:output name="fahrenheitToCelsiusResponse">
>
> <wsdlsoap:body use="literal"/>
>
> </wsdl:output>
>
> </wsdl:operation>
>
> <wsdl:operation name="celsiusToFahrenheit">
>
> <wsdlsoap:operation soapAction=""/>
>
> <wsdl:input name="celsiusToFahrenheitRequest">
>
> <wsdlsoap:body use="literal"/>
>
> </wsdl:input>
>
> <wsdl:output name="celsiusToFahrenheitResponse">
>
> <wsdlsoap:body use="literal"/>
>
> </wsdl:output>
>
> </wsdl:operation>
>
> </wsdl:binding>
>
> <wsdl:service name="ConvertTemperatureService">
>
> <wsdl:port binding="intf:ConvertTemperatureSoapBinding"
> name="ConvertTemperature">
>
> <wsdlsoap:address
> location=" http://localhost:9080/temperatureProject/services/ConvertTem perature"/>
>
> </wsdl:port>
>
> </wsdl:service>
>
> </wsdl:definitions>
>
>
Previous Topic:TPTP Plugins
Next Topic:JVM parameters
Goto Forum:
  


Current Time: Thu Apr 18 23:04:59 GMT 2024

Powered by FUDForum. Page generated in 0.02262 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top