We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Since a few days, the examples are not working because Mondial Relay change some of its endpoints to https (the WSDL is not correctly updated yet). To fix it : add client.setEndpoint(apiUrl); after soap.createClient tilli-fr@2b5f2bd#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346R21
client.setEndpoint(apiUrl);
soap.createClient
The text was updated successfully, but these errors were encountered:
You saved my day
Sorry, something went wrong.
Thanks 🙏
No branches or pull requests
Hello,
Since a few days, the examples are not working because Mondial Relay change some of its endpoints to https (the WSDL is not correctly updated yet).
To fix it : add
client.setEndpoint(apiUrl);
aftersoap.createClient
tilli-fr@2b5f2bd#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346R21
The text was updated successfully, but these errors were encountered: