Hi @buianhthang
I came across your library. Thanks for providing this, it's a fantastic module and is potentially something I'd like to use. I have some questions for you if you don't mind me asking?
- I also found this repo https://github.com/buianhthang/wsdl2postman that you developed. I assume this does the same as converting SOAP/WSDL to Postman v2.0? Does this still work? I know it's currently archived but curious to know whether it works and how different it is to this library.
- Is their anyway in customising the template been returned from your library? For example below is some sample request xml that is generated based on an in house wsdl I'm using as part of converting wsdl to postman collection
<soapenv:Header>
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:UsernameToken>
<wsse:Username>string</wsse:Username>
<wsse:Password>string</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
<wsu:Timestamp wsu:Id="string">
<wsu:Created>string</wsu:Created>
<wsu:Expires>string</wsu:Expires>
</wsu:Timestamp>
</soapenv:Header>
is their a way of having stringvalue1, stringvalue2, stringvalue3, stringvalue4 been set for Username, Password, Created and Expires tags and stringattribute1 for wsu:Id attribute?
Thanks in advance re any help with the above.
Hi @buianhthang
I came across your library. Thanks for providing this, it's a fantastic module and is potentially something I'd like to use. I have some questions for you if you don't mind me asking?
is their a way of having stringvalue1, stringvalue2, stringvalue3, stringvalue4 been set for Username, Password, Created and Expires tags and stringattribute1 for wsu:Id attribute?
Thanks in advance re any help with the above.