al0
14 years agoOccasional Contributor
4.0.1 has broken a raw representation tab for requests
Hi,
I am sending the following request
using 3.0.1 and 4.0.1 (using the same SoapUI project). In both cases the request succeeds and return a proper response.
Nevertheless in 3.0.1 the request's raw representation looks as
and in 4.0.1 the raw representation looks as
That means the request's body is missing from it altogether.
A responses are represented properly in both 3.0.1 and 4.0.1.
Kind regards,
Oleksandr
I am sending the following request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:inp="http://www.navteq.com/schemas/ncs/fbs/productmanagement-3.0/" xmlns:dom="http://www.navteq.com/schemas/ncs/fbs/domain-3.0/">
<soapenv:Header/>
<soapenv:Body>
<inp:GetPermissionsInput/>
</soapenv:Body>
</soapenv:Envelope>
using 3.0.1 and 4.0.1 (using the same SoapUI project). In both cases the request succeeds and return a proper response.
Nevertheless in 3.0.1 the request's raw representation looks as
POST http://milkyway.map24.local:43301/ncs-fbs-web/ncs/services/fbs HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: ""
User-Agent: Jakarta Commons-HttpClient/3.1
Host: milkyway.map24.local:43301
Content-Length: 925
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:inp="http://www.navteq.com/schemas/ncs/fbs/productmanagement-3.0/" xmlns:dom="http://www.navteq.com/schemas/ncs/fbs/domain-3.0/">
<soapenv:Header/>
<soapenv:Body>
<inp:GetPermissionsInput/>
</soapenv:Body>
</soapenv:Envelope>
and in 4.0.1 the raw representation looks as
POST http://milkyway.map24.local:43301/ncs-fbs-web/ncs/services/fbs HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: ""
User-Agent: Jakarta Commons-HttpClient/3.1
Host: milkyway.map24.local:43301
Content-Length: 925
That means the request's body is missing from it altogether.
A responses are represented properly in both 3.0.1 and 4.0.1.
Kind regards,
Oleksandr