Project

General

Profile

Parsing_Arguments-base_type-matching_definition-0-FAILED.txt

Sergey Ivanovskiy, 07/28/2026 05:52 AM

Download (3.19 KB)

 
1
Status: FAILED
2
Time Taken: 422
3
Size: 577
4
Timestamp: Tue Jul 28 12:44:50 MSK 2026
5
TestStep: matching_definition
6

    
7
----------------- Messages ------------------------------
8
[Schema Compliance] Expected element 'requestID' before the end of the content in element FaultDetail@urn:soap-fault:details
9
[Not SOAP Fault] Response is a SOAP Fault
10
[var1 Match] XPathContains assertion failed for path [declare namespace xmlns="urn:tempuri-org:fwd"
11
//xmlns:var1] : Exception:Missing content for xpath [declare namespace xmlns="urn:tempuri-org:fwd"
12
//xmlns:var1] in Response
13
[var2 Match] XPathContains assertion failed for path [declare namespace xmlns="urn:tempuri-org:fwd"
14
//xmlns:var2] : Exception:Missing content for xpath [declare namespace xmlns="urn:tempuri-org:fwd"
15
//xmlns:var2] in Response
16
[var3[1] Match] XPathContains assertion failed for path [declare namespace xmlns="urn:tempuri-org:fwd"
17
//xmlns:var3[1]] : Exception:Missing content for xpath [declare namespace xmlns="urn:tempuri-org:fwd"
18
//xmlns:var3[1]] in Response
19
[var4 Match] XPathContains assertion failed for path [declare namespace xmlns="urn:tempuri-org:fwd"
20
//xmlns:var4] : Exception:Missing content for xpath [declare namespace xmlns="urn:tempuri-org:fwd"
21
//xmlns:var4] in Response
22
[var5[2] Match] XPathContains assertion failed for path [declare namespace xmlns="urn:tempuri-org:fwd"
23
//xmlns:var5[2]] : Exception:Missing content for xpath [declare namespace xmlns="urn:tempuri-org:fwd"
24
//xmlns:var5[2]] in Response
25

    
26
----------------- Properties ------------------------------
27
Endpoint: https://localhost:9443/ws/wsa/wsafwd/
28
Encoding: UTF-8
29

    
30
---------------- Request ---------------------------
31
Request Headers: SOAPAction : ""
32
Connection : Keep-Alive
33
User-Agent : Apache-HttpClient/4.5.5 (Java/17.0.12)
34
Host : localhost:9443
35
Accept-Encoding : gzip,deflate
36
Content-Length : 533
37
Content-Type : text/xml;charset=UTF-8
38

    
39

    
40
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:tempuri-org:fwd">
41
   <soapenv:Header/>
42
   <soapenv:Body>
43
      <urn:pipe_io_base_type>
44
         <urn:var1>9223372036854775807</urn:var1>
45
         <urn:var2>2</urn:var2>
46
         <urn:var3>3</urn:var3>
47
         <urn:var3>4</urn:var3>
48
         <urn:var3>5</urn:var3>
49
         <urn:var4>6</urn:var4>
50
         <urn:var5>7</urn:var5>
51
         <urn:var5>8</urn:var5>
52
      </urn:pipe_io_base_type>
53
   </soapenv:Body>
54
</soapenv:Envelope>
55

    
56
---------------- Response --------------------------
57
Response Headers: Transfer-Encoding : chunked
58
Server : Jetty(12.0.34)
59
#status# : HTTP/1.1 500 Server Error
60
Date : Tue, 28 Jul 2026 09:44:50 GMT
61

    
62

    
63
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
64
   <SOAP-ENV:Body>
65
      <SOAP-ENV:Fault>
66
         <faultcode>SOAP-ENV:Client</faultcode>
67
         <faultstring>An error was detected in the Web Service request. (10894)</faultstring>
68
         <detail>
69
            <ns1:FaultDetail xmlns:ns1="urn:soap-fault:details">
70
               <errorMessage>Error in SOAP method: Not found. (10916)</errorMessage>
71
            </ns1:FaultDetail>
72
         </detail>
73
      </SOAP-ENV:Fault>
74
   </SOAP-ENV:Body>
75
</SOAP-ENV:Envelope>