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

Not able to insert a local WSDL file in SoapModule.register({ uri: #34

Open
rspace3 opened this issue Jul 20, 2023 · 1 comment
Open

Comments

@rspace3
Copy link

rspace3 commented Jul 20, 2023

Hello!

I facing a problem when i try to insert a relative local path as uri.

the code is something like
SoapModule.register({ clientName: 'SOAP_GESTIONE_PRIVACY', uri: 'http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?wsdl', clientOptions: { disableCache: true, }, }),

and i want to change the uri with a local file located in a relative path such ./src/CountryInfoService.wsdl.. is it possible?

anyway Cool Lib! Man

Thanks

@lehh
Copy link
Owner

lehh commented Jul 24, 2023

Hello @rspace3,

The soap npm package accepts a path as an 'uri', as they say. Maybe this is what you need?

I can't test it since I'm on a trip at the moment.

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

No branches or pull requests

2 participants