You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm with Bruno 1.37.0 we are unable to send SOAP Requests.
My guess is because #3648: By forcing the content-type header to text/xml, we are able to send Requests.
I have checked the following:
Describe the bug
OS: Linux Ubuntu
Installation: Snap
The same request was working in 1.35.0
.bru file to reproduce the bug
meta {
name: Capital City for a Country
type: http
seq: 3
}
post {
url: http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso
body: xml
auth: none
}
body:xml {
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
soap:Body
IN
</soap:Body>
</soap:Envelope>
}
Screenshots/Live demo link
The text was updated successfully, but these errors were encountered: