Forum Discussion

al0's avatar
al0
Occasional Contributor
14 years ago

4.0.1 has broken a raw representation tab for requests

Hi,

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

1 Reply

  • al0's avatar
    al0
    Occasional Contributor
    Additional information - my colleagues using SoapUI Pro 4.0.1 states that in their case this issue appears intermittently, with no clear pattern (some requests have proper raw representations and some - headers only). But I am using freeware SoapUI and all requests produced only headers in raw.