Test Result - pipe_char_character


Test Results

Name pipe_char_character
Start Date/Time 09/07/2021 19:01:44 +0300
End Date/Time 09/07/2021 19:01:47 +0300
Execution Thread Driver 0
Description pipe/char character
Number of Step(s) 1
Status PASSED
Dependency NONE
Failure Mode IGNORE
Cumulative Time (Seconds) 3.702
Failure Reason(s)
n/a


Status Code Summary

 
NOT_RUN PASSED FAILED FAILED_DEPENDENCY
Steps 0 1 0 0


Step Results

Number Name Description Status Cumulative Time (Seconds) Failure Reason(s)
1 SOAP
REQUEST
POST https://localhost:9443/ws/fwd?q1=v1 HTTP/1.1
h1: v1
Content-Type: text/xml

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:tempuri-org:fwd">
<soapenv:Header/>
<soapenv:Body>
<urn:pipe_char>
<urn:inputValue>George Smith</urn:inputValue>
</urn:pipe_char>
</soapenv:Body>
</soapenv:Envelope>


RESPONSE
HTTP/1.1 200 OK
Date: Tue, 07 Sep 2021 16:01:44 GMT
Content-Type: text/xml
Transfer-Encoding: chunked
Server: Jetty(9.4.22.v20191022)

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<pipe_charResponse xmlns="urn:tempuri-org:fwd">
<result xsi:nil="true"/>
<outputValue>George Smith</outputValue>
</pipe_charResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
PASSED 3.702