gosoap icon indicating copy to clipboard operation
gosoap copied to clipboard

fix: Extract SOAP URL from wsdl URL passed

Open chirag-parmar-vts opened this issue 10 months ago • 0 comments

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

chirag-parmar-vts avatar Sep 04 '23 09:09 chirag-parmar-vts