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

fix: Extract SOAP URL from wsdl URL passed #94

Closed

Conversation

chirag-parmar-vts
Copy link

Context

There are cases where wsdl URL starts with https but wsdl definition has URL starting with http. This makes it impossible to call https endpoint and it gives below error:

Expected element type <Envelope> but have <html>

Changes

Extract SOAP URL from wsdl URL rather then taking it from wsdl definition

Extract SOAP URL from wsdl URL because the URL present in WSDL might not be the same and many times we dont have control over it. It might happen that the WSDL URL could be https but in wsdl definition, it could start with http. Calling https URL with http will give error below:

Expected element type <Envelope> but have <html>
@chirag-parmar-vts chirag-parmar-vts changed the title Fix: Extract SOAP URL from wsdl URL passed fix: Extract SOAP URL from wsdl URL passed Sep 4, 2023
@chirag-parmar-vts chirag-parmar-vts closed this by deleting the head repository May 23, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants