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-12-15 02:13:04.218336 wsdl: ctor wsdl=http://www.viamichelin.com/ws/services/Geocoding?wsdl timeout=0 response_timeout=30
2024-12-15 02:13:04.218386 wsdl: parse and process WSDL path=http://www.viamichelin.com/ws/services/Geocoding?wsdl
2024-12-15 02:13:04.218400 wsdl: parse WSDL at path=http://www.viamichelin.com/ws/services/Geocoding?wsdl
2024-12-15 02:13:04.218413 wsdl: getting WSDL http(s) URL http://www.viamichelin.com/ws/services/Geocoding?wsdl
2024-12-15 02:13:04.218433 soap_transport_http: ctor url=http://www.viamichelin.com/ws/services/Geocoding?wsdl use_curl=0 curl_options:
array(0) {
}
2024-12-15 02:13:04.218455 soap_transport_http: parsed URL scheme = http
2024-12-15 02:13:04.218461 soap_transport_http: parsed URL host = www.viamichelin.com
2024-12-15 02:13:04.218464 soap_transport_http: parsed URL path = /ws/services/Geocoding
2024-12-15 02:13:04.218469 soap_transport_http: parsed URL query = wsdl
2024-12-15 02:13:04.218477 soap_transport_http: set header Host: www.viamichelin.com
2024-12-15 02:13:04.218539 soap_transport_http: set header User-Agent: NuSOAP/0.9.5 (1.123)
2024-12-15 02:13:04.218546 soap_transport_http: set header Accept-Encoding: gzip, deflate
2024-12-15 02:13:04.218551 soap_transport_http: set header Connection: close
2024-12-15 02:13:04.218556 soap_transport_http: entered send() with data of length: 0
2024-12-15 02:13:04.218565 soap_transport_http: connect connection_timeout 0, response_timeout 30, scheme http, host www.viamichelin.com, port 80
2024-12-15 02:13:04.218574 soap_transport_http: calling fsockopen with host www.viamichelin.com connection_timeout 0
2024-12-15 02:13:04.287643 soap_transport_http: set response timeout to 30
2024-12-15 02:13:04.287672 soap_transport_http: socket connected
2024-12-15 02:13:04.287687 soap_transport_http: HTTP request: GET /ws/services/Geocoding?wsdl HTTP/1.1
2024-12-15 02:13:04.287695 soap_transport_http: HTTP header: Host: www.viamichelin.com
2024-12-15 02:13:04.287712 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.9.5 (1.123)
2024-12-15 02:13:04.287715 soap_transport_http: HTTP header: Accept-Encoding: gzip, deflate
2024-12-15 02:13:04.287718 soap_transport_http: HTTP header: Connection: close
2024-12-15 02:13:04.287741 soap_transport_http: wrote data to socket, length = 156
2024-12-15 02:13:04.319074 soap_transport_http: read line of 33 bytes: HTTP/1.1 307 Temporary Redirect
2024-12-15 02:13:04.319109 soap_transport_http: read line of 37 bytes: Date: Sat, 14 Dec 2024 22:13:04 GMT
2024-12-15 02:13:04.319116 soap_transport_http: read line of 25 bytes: Content-Type: text/html
2024-12-15 02:13:04.319121 soap_transport_http: read line of 19 bytes: Content-Length: 0
2024-12-15 02:13:04.319125 soap_transport_http: read line of 19 bytes: Connection: close
2024-12-15 02:13:04.319129 soap_transport_http: read line of 66 bytes: Location: https://www.viamichelin.com/ws/services/Geocoding?wsdl
2024-12-15 02:13:04.319134 soap_transport_http: read line of 80 bytes: x-azure-ref: 20241214T221304Z-16fcb4bb965jrkmthC1FRAp6yg00000006500000000060mv
2024-12-15 02:13:04.319226 soap_transport_http: read line of 25 bytes: X-Cache: CONFIG_NOCACHE
2024-12-15 02:13:04.319234 soap_transport_http: read line of 2 bytes:
2024-12-15 02:13:04.319249 soap_transport_http: found end of headers after length 306
2024-12-15 02:13:04.319281 soap_transport_http: want to read content of length 0
2024-12-15 02:13:04.319295 soap_transport_http: read to EOF
2024-12-15 02:13:04.319298 soap_transport_http: read body of length 0
2024-12-15 02:13:04.319302 soap_transport_http: received a total of 306 bytes of data from server
2024-12-15 02:13:04.319323 soap_transport_http: closed socket
2024-12-15 02:13:04.319338 soap_transport_http: end of send()
2024-12-15 02:13:04.319355 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)