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

Some Questions Re The Repository #1

Open
bhreinb opened this issue Jan 14, 2019 · 2 comments
Open

Some Questions Re The Repository #1

bhreinb opened this issue Jan 14, 2019 · 2 comments
Labels
question Further information is requested

Comments

@bhreinb
Copy link

bhreinb commented Jan 14, 2019

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?

  1. 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.
  2. 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.

@anhthang anhthang added the question Further information is requested label Jan 15, 2019
@anhthang
Copy link
Owner

Hi @bhreinb

Thank you for using my module. Below are my answers:

  1. wsld2postman is a standard alone project which supported in this module
  2. Since it's in house WSDL, it should be available for use. Let me find a sample and go through when I have free time.

I'm glad if you can contribute to this project 😄

@bhreinb
Copy link
Author

bhreinb commented Jan 15, 2019

Hi @buianhthang

Ok so wsdl2postman is already covered in this module. I notice though that within that module you don't use apiconnect-wsdl but in this you do. Just wondering is their an issue using that package within the module? Their seems to be quite a bit of licensing restrictions in terms of use of that module.

In terms of helping out, i'd happily help out where I can, time permitting of course :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants