WSDL Constructor error

Getting http://www.viamichelin.com/ws/services/Geocoding?wsdl - HTTP ERROR: Unsupported HTTP response status 307 Temporary Redirect (soapclient->response has contents of the response)

Debug

2025-03-24 00:25:39.657972 wsdl: ctor wsdl=http://www.viamichelin.com/ws/services/Geocoding?wsdl timeout=0 response_timeout=30
2025-03-24 00:25:39.658028 wsdl: parse and process WSDL path=http://www.viamichelin.com/ws/services/Geocoding?wsdl
2025-03-24 00:25:39.658041 wsdl: parse WSDL at path=http://www.viamichelin.com/ws/services/Geocoding?wsdl
2025-03-24 00:25:39.658054 wsdl: getting WSDL http(s) URL http://www.viamichelin.com/ws/services/Geocoding?wsdl
2025-03-24 00:25:39.658077 soap_transport_http: ctor url=http://www.viamichelin.com/ws/services/Geocoding?wsdl use_curl=0 curl_options:
array(0) {
}
2025-03-24 00:25:39.658101 soap_transport_http: parsed URL scheme = http
2025-03-24 00:25:39.658107 soap_transport_http: parsed URL host = www.viamichelin.com
2025-03-24 00:25:39.658111 soap_transport_http: parsed URL path = /ws/services/Geocoding
2025-03-24 00:25:39.658117 soap_transport_http: parsed URL query = wsdl
2025-03-24 00:25:39.658125 soap_transport_http: set header Host: www.viamichelin.com
2025-03-24 00:25:39.658195 soap_transport_http: set header User-Agent: NuSOAP/0.9.5 (1.123)
2025-03-24 00:25:39.658204 soap_transport_http: set header Accept-Encoding: gzip, deflate
2025-03-24 00:25:39.658208 soap_transport_http: set header Connection: close
2025-03-24 00:25:39.658214 soap_transport_http: entered send() with data of length: 0
2025-03-24 00:25:39.658224 soap_transport_http: connect connection_timeout 0, response_timeout 30, scheme http, host www.viamichelin.com, port 80
2025-03-24 00:25:39.658232 soap_transport_http: calling fsockopen with host www.viamichelin.com connection_timeout 0
2025-03-24 00:25:39.729332 soap_transport_http: set response timeout to 30
2025-03-24 00:25:39.729367 soap_transport_http: socket connected
2025-03-24 00:25:39.729387 soap_transport_http: HTTP request: GET /ws/services/Geocoding?wsdl HTTP/1.1
2025-03-24 00:25:39.729399 soap_transport_http: HTTP header: Host: www.viamichelin.com
2025-03-24 00:25:39.729405 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.9.5 (1.123)
2025-03-24 00:25:39.729409 soap_transport_http: HTTP header: Accept-Encoding: gzip, deflate
2025-03-24 00:25:39.729414 soap_transport_http: HTTP header: Connection: close
2025-03-24 00:25:39.729439 soap_transport_http: wrote data to socket, length = 156
2025-03-24 00:25:39.753288 soap_transport_http: read line of 33 bytes: HTTP/1.1 307 Temporary Redirect
2025-03-24 00:25:39.753318 soap_transport_http: read line of 37 bytes: Date: Sun, 23 Mar 2025 20:25:39 GMT
2025-03-24 00:25:39.753325 soap_transport_http: read line of 25 bytes: Content-Type: text/html
2025-03-24 00:25:39.753330 soap_transport_http: read line of 19 bytes: Content-Length: 0
2025-03-24 00:25:39.753335 soap_transport_http: read line of 19 bytes: Connection: close
2025-03-24 00:25:39.753340 soap_transport_http: read line of 66 bytes: Location: https://www.viamichelin.com/ws/services/Geocoding?wsdl
2025-03-24 00:25:39.753344 soap_transport_http: read line of 80 bytes: x-azure-ref: 20250323T202539Z-r15d84578dc5dckkhC1FRA9kvs0000000rxg00000000wt2x
2025-03-24 00:25:39.753349 soap_transport_http: read line of 25 bytes: X-Cache: CONFIG_NOCACHE
2025-03-24 00:25:39.753353 soap_transport_http: read line of 2 bytes: 
2025-03-24 00:25:39.753368 soap_transport_http: found end of headers after length 306
2025-03-24 00:25:39.753402 soap_transport_http: want to read content of length 0
2025-03-24 00:25:39.753415 soap_transport_http: read body of length 0
2025-03-24 00:25:39.753421 soap_transport_http: received a total of 306 bytes of data from server
2025-03-24 00:25:39.753438 soap_transport_http: closed socket
2025-03-24 00:25:39.753452 soap_transport_http: end of send()
2025-03-24 00:25:39.753533 wsdl: Getting http://www.viamichelin.com/ws/services/Geocoding?wsdl - HTTP ERROR: Unsupported HTTP response status 307 Temporary Redirect (soapclient->response has contents of the response)