SOAP API request
Bruno enables you to make HTTP cals using Simple Object Access Protocol (SOAP), a messaging protocol used for exchanging structured information between systems over a network. SOAP defines a standard for request-response communication and is based on XML data format.
Key Components of a SOAP Message
- Envelope: The outermost element that defines the start and end of the message.
- Header: (Optional) Contains meta-information or additional information about the message.
- Body: The main part of the message that contains the actual data or the request/response payload
Create SOAP request
- Create new request inside a collection in Bruno.
- Select HTTP and add URL and name.
- Click on Create button.
Adding body data
- After creating request, Go to Body.
- Select XML from the dropdown list.
- Add your XML data in the textarea section.
- Save and Execute the request.
If your request is successful, Bruno will display the response in the Response tab.