Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
[X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
Hi!
In the company where I'm working we are using a soap webservice since ever and only our customers
using Postman seems to have problems in generating XML requests from the WSDL.
All others customers using SoapUI, python-zeep, etc never reported issues.
Following there is a reduced WSDL (I cannot post original WSDL) but useful to see that
XML requests generated by other tools differ from that generated by Postman.
login
```
- XML request generated by Postman (web or app):
```
stringstring
```
- XML request generated by SoapUI:
```
??
```
- XML request generated by python-zeep:
```
??
```
Is there a way to generate the same XML?
Thank you
### Steps To Reproduce
1. Import the reported WSDL in Postman
2. Import the reported WSDL in SoapUI
3. Compare the XML requests generated by both tools
### Screenshots or Videos
_No response_
### Operating System
Linux
### Postman Version
10.12
### Postman Platform
Postman Web
### User Account Type
Signed In User
### Additional Context?
_No response_
Is there an existing issue for this?
Describe the Issue
Hi!
In the company where I'm working we are using a soap webservice since ever and only our customers using Postman seems to have problems in generating XML requests from the WSDL. All others customers using SoapUI, python-zeep, etc never reported issues.
Following there is a reduced WSDL (I cannot post original WSDL) but useful to see that XML requests generated by other tools differ from that generated by Postman.