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

2024-09-13 20:44:58.018135 wsdl: ctor wsdl=http://www.viamichelin.com/ws/services/Geocoding?wsdl timeout=0 response_timeout=30
2024-09-13 20:44:58.018180 wsdl: parse and process WSDL path=http://www.viamichelin.com/ws/services/Geocoding?wsdl
2024-09-13 20:44:58.018191 wsdl: parse WSDL at path=http://www.viamichelin.com/ws/services/Geocoding?wsdl
2024-09-13 20:44:58.018203 wsdl: getting WSDL http(s) URL http://www.viamichelin.com/ws/services/Geocoding?wsdl
2024-09-13 20:44:58.018212 soap_transport_http: ctor url=http://www.viamichelin.com/ws/services/Geocoding?wsdl use_curl=0 curl_options:
array(0) {
}
2024-09-13 20:44:58.018229 soap_transport_http: parsed URL scheme = http
2024-09-13 20:44:58.018235 soap_transport_http: parsed URL host = www.viamichelin.com
2024-09-13 20:44:58.018239 soap_transport_http: parsed URL path = /ws/services/Geocoding
2024-09-13 20:44:58.018245 soap_transport_http: parsed URL query = wsdl
2024-09-13 20:44:58.018260 soap_transport_http: set header Host: www.viamichelin.com
2024-09-13 20:44:58.018291 soap_transport_http: set header User-Agent: NuSOAP/0.9.5 (1.123)
2024-09-13 20:44:58.018300 soap_transport_http: set header Accept-Encoding: gzip, deflate
2024-09-13 20:44:58.018305 soap_transport_http: set header Connection: close
2024-09-13 20:44:58.018312 soap_transport_http: entered send() with data of length: 0
2024-09-13 20:44:58.018323 soap_transport_http: connect connection_timeout 0, response_timeout 30, scheme http, host www.viamichelin.com, port 80
2024-09-13 20:44:58.018332 soap_transport_http: calling fsockopen with host www.viamichelin.com connection_timeout 0
2024-09-13 20:44:58.371821 soap_transport_http: set response timeout to 30
2024-09-13 20:44:58.371855 soap_transport_http: socket connected
2024-09-13 20:44:58.371886 soap_transport_http: HTTP request: GET /ws/services/Geocoding?wsdl HTTP/1.1
2024-09-13 20:44:58.371897 soap_transport_http: HTTP header: Host: www.viamichelin.com
2024-09-13 20:44:58.371904 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.9.5 (1.123)
2024-09-13 20:44:58.371909 soap_transport_http: HTTP header: Accept-Encoding: gzip, deflate
2024-09-13 20:44:58.371914 soap_transport_http: HTTP header: Connection: close
2024-09-13 20:44:58.371946 soap_transport_http: wrote data to socket, length = 156
2024-09-13 20:44:58.848951 soap_transport_http: read line of 33 bytes: HTTP/1.1 307 Temporary Redirect
2024-09-13 20:44:58.848996 soap_transport_http: read line of 37 bytes: Date: Fri, 13 Sep 2024 17:44:58 GMT
2024-09-13 20:44:58.849005 soap_transport_http: read line of 25 bytes: Content-Type: text/html
2024-09-13 20:44:58.849013 soap_transport_http: read line of 19 bytes: Content-Length: 0
2024-09-13 20:44:58.849022 soap_transport_http: read line of 19 bytes: Connection: close
2024-09-13 20:44:58.849030 soap_transport_http: read line of 66 bytes: Location: https://www.viamichelin.com/ws/services/Geocoding?wsdl
2024-09-13 20:44:58.849040 soap_transport_http: read line of 80 bytes: x-azure-ref: 20240913T174458Z-r1b476dfddfhbq5vbsnsnuwf0800000002d0000000002c3e
2024-09-13 20:44:58.849049 soap_transport_http: read line of 25 bytes: X-Cache: CONFIG_NOCACHE
2024-09-13 20:44:58.849059 soap_transport_http: read line of 2 bytes: 
2024-09-13 20:44:58.849103 soap_transport_http: found end of headers after length 306
2024-09-13 20:44:58.849169 soap_transport_http: want to read content of length 0
2024-09-13 20:44:58.849184 soap_transport_http: read body of length 0
2024-09-13 20:44:58.849190 soap_transport_http: received a total of 306 bytes of data from server
2024-09-13 20:44:58.849230 soap_transport_http: closed socket
2024-09-13 20:44:58.849274 soap_transport_http: end of send()
2024-09-13 20:44:58.849289 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)