Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOAP API request not working in Bruno 1.37.0 version #3722

Open
2 tasks done
cyrilgeorge153 opened this issue Jan 3, 2025 · 2 comments
Open
2 tasks done

SOAP API request not working in Bruno 1.37.0 version #3722

cyrilgeorge153 opened this issue Jan 3, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@cyrilgeorge153
Copy link

I have checked the following:

  • I use the newest version of bruno.
  • I've searched existing issues and found nothing related to my issue.

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

image

@cyrilgeorge153 cyrilgeorge153 added the bug Something isn't working label Jan 3, 2025
@ganesh-bruno ganesh-bruno self-assigned this Jan 3, 2025
@ganesh-bruno
Copy link
Collaborator

Hey @cyrilgeorge153,

Thanks for reporting this issue.

I was able to reproduce it at my end. I tested it on 1.35.0, and as expected, its working fine.
We're working on it.

@ggiambo
Copy link

ggiambo commented Jan 6, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants