Usually tests that alter the request message, either HTTP or SOAP Header,
have the request message checked against an expected request message.
If the "Client Execution (Message on Wire) - FAILED" message is seen then
it means that the request is not as expected. Most of these tests are just
testing the APIs to alter the SOAP header for example and the service does
not do anything with the data so the server just performs the operation and
returns the response. This is why the test Client Execution can pass even
if the request is not in the expected format.
You will need to compare the expected request with the actual request. The
expected request file is specified in the test properties file in the
<test><expected><request> tag. The actual request is the tcpm.req file in
the test output directory. A failing message on the wire implies that the
request is not as expected so the API to alter the request may have failed
or have been altered in some way.
Regards,
Andrew Perry
IBM Web Services Client for C/C++
[EMAIL PROTECTED]
Mail Point 127
IBM UK Laboratories. Hursley Park, Winchester, Hants. SO21 2JN
Tel. Internal 249828 External + 44 (0)1962 819828
Fax. + 44(0)1962 818080
"sanjaya
singharage"
<[EMAIL PROTECTED] To
rce.lk> "Apache AXIS C Developers List"
<[email protected]>
08/04/2005 04:46 cc
Subject
Please respond to Re: ant tests result "Client
"Apache AXIS C Execution (Message on Wire) -
Developers List" FAILED"
So what is the outcome of a test if
[echo] SomeTest - Client Execution - PASSED
[echo] SomeTest - Client Execution (Message on Wire) - FAILED
as opposed to
[echo] SomeTest - Client Execution - PASSED
[echo] SomeTest - Client Execution (Message on Wire) - PASSED
?
sanjaya.
----- Original Message -----
From: "Dushshantha Chandradasa" <[EMAIL PROTECTED]>
To: "Apache AXIS C Developers List" <[email protected]>
Sent: Friday, April 08, 2005 9:47 AM
Subject: RE: ant tests result "Client Execution (Message on Wire) - FAILED"
> The framework compares the SOAP request from the client with the given
> expected SOAP request.
> Ex: for HandlerTest1, The expected SOAP request is in the file
> HandlerTest1Request.expected
>
> Thanks,
> Dushshantha
>
> -----Original Message-----
> From: sanjaya singharage [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 08, 2005 9:31 AM
> To: Apache AXIS C Developers List
> Subject: ant tests result "Client Execution (Message on Wire) - FAILED"
>
> What does this message mean in ant test results?
> [echo] SomeTest - Client Execution (Message on Wire) - FAILED
>
> sanjaya.
>
>
>
>