( ! ) Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_base has a deprecated constructor in /home/josa/sites/webserver/nusoap/lib/nusoap.php on line 85
Call Stack
#
Time
Memory
Function
Location
1
0.0008
357672
{main}( )
.../geodis.php:0
( ! ) Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_fault has a deprecated constructor in /home/josa/sites/webserver/nusoap/lib/nusoap.php on line 1007
Call Stack
#
Time
Memory
Function
Location
1
0.0008
357672
{main}( )
.../geodis.php:0
( ! ) Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_xmlschema has a deprecated constructor in /home/josa/sites/webserver/nusoap/lib/nusoap.php on line 1095
Call Stack
#
Time
Memory
Function
Location
1
0.0008
357672
{main}( )
.../geodis.php:0
( ! ) Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; soapval has a deprecated constructor in /home/josa/sites/webserver/nusoap/lib/nusoap.php on line 2067
Call Stack
#
Time
Memory
Function
Location
1
0.0008
357672
{main}( )
.../geodis.php:0
( ! ) Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; soap_transport_http has a deprecated constructor in /home/josa/sites/webserver/nusoap/lib/nusoap.php on line 2169
Call Stack
#
Time
Memory
Function
Location
1
0.0008
357672
{main}( )
.../geodis.php:0
( ! ) Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_server has a deprecated constructor in /home/josa/sites/webserver/nusoap/lib/nusoap.php on line 3474
Call Stack
#
Time
Memory
Function
Location
1
0.0008
357672
{main}( )
.../geodis.php:0
( ! ) Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; wsdl has a deprecated constructor in /home/josa/sites/webserver/nusoap/lib/nusoap.php on line 4597
Call Stack
#
Time
Memory
Function
Location
1
0.0008
357672
{main}( )
.../geodis.php:0
( ! ) Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_parser has a deprecated constructor in /home/josa/sites/webserver/nusoap/lib/nusoap.php on line 6532
Call Stack
#
Time
Memory
Function
Location
1
0.0008
357672
{main}( )
.../geodis.php:0
( ! ) Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_client has a deprecated constructor in /home/josa/sites/webserver/nusoap/lib/nusoap.php on line 7183
2025-08-13 05:46:04.970148 soap_transport_http: set cURL HTTP headers
2025-08-13 05:46:04.970171 soap_transport_http: set cURL payload
2025-08-13 05:46:04.970199 soap_transport_http: send and receive with cURL
2025-08-13 05:46:06.549097 soap_transport_http: No cURL error, closing cURL
2025-08-13 05:46:06.549722 soap_transport_http: found proper separation of headers and document
2025-08-13 05:46:06.549765 soap_transport_http: cleaned data, stringlen: 2115
2025-08-13 05:46:06.549813 soap_transport_http: The gzinflate function exists
2025-08-13 05:46:06.549890 soap_transport_http: The payload has been un-gzipped to 5637 bytes
2025-08-13 05:46:06.549918 soap_transport_http: end of send()
2025-08-13 05:46:06.549950 wsdl: got WSDL URL
2025-08-13 05:46:06.549973 wsdl: Parse WSDL
2025-08-13 05:46:06.550396 wsdl: XML error parsing WSDL from https://integracao.follownet.com.br/follownet.bin/Integracao/DotNet/indesembaraco/IntegracaoInDesembaraco.asmx on line 68: Mismatched tag
2025-08-13 05:46:06.550422 wsdl: XML payload:
IntegracaoInDesembaraco Web Service
IntegracaoInDesembaraco
The following operations are supported. For a formal definition, please review the Service Description.
This web service is using http://tempuri.org/ as its default namespace.
Recommendation: Change the default namespace before the XML Web service is made public.
Each XML Web service needs a unique namespace in order for client applications to distinguish it from other services on the Web. http://tempuri.org/ is available for XML Web services that are under development, but published XML Web services should use a more permanent namespace.
Your XML Web service should be identified by a namespace that you control. For example, you can use your company's Internet domain name as part of the namespace. Although many XML Web service namespaces look like URLs, they need not point to actual resources on the Web. (XML Web service namespaces are URIs.)
For XML Web services creating using ASP.NET, the default namespace can be changed using the WebService attribute's Namespace property. The WebService attribute is an attribute applied to the class that contains the XML Web service methods. Below is a code example that sets the namespace to "http://microsoft.com/webservices/":
C#
[WebService(Namespace="http://microsoft.com/webservices/")]
public class MyWebService {
// implementation
}
Visual Basic
<WebService(Namespace:="http://microsoft.com/webservices/")> Public Class MyWebService
' implementation
End Class
C++
[WebService(Namespace="http://microsoft.com/webservices/")]
public ref class MyWebService {
// implementation
};
For more details on XML namespaces, see the W3C recommendation on Namespaces in XML.
2025-08-13 05:46:06.550459 nusoap_client: checkWSDL
2025-08-13 05:46:06.550485 nusoap_client: got wsdl error: XML error parsing WSDL from https://integracao.follownet.com.br/follownet.bin/Integracao/DotNet/indesembaraco/IntegracaoInDesembaraco.asmx on line 68: Mismatched tag