The problem was solved.The problem is the cache
ini_set('soap.wsdl_cache_enabled',0);
ini_set('soap.wsdl_cache_ttl',0);
Related Contents:
- How to make a PHP SOAP call using the SoapClient class
- SOAP request in PHP with CURL
- REST API – why use PUT DELETE POST GET?
- How to parse SOAP XML?
- SOAP-ERROR: Parsing WSDL: Couldn’t load from – but works on WAMP
- parse an XML with SimpleXML which has multiple namespaces [duplicate]
- Fatal error: Class ‘SoapClient’ not found
- Connecting to WS-Security protected Web Service with PHP
- SOAP PHP fault parsing WSDL: failed to load external entity?
- Disable certificate verification in PHP SoapClient
- How do I install soap extension?
- How to convert SOAP response to PHP Array?
- SOAP-ERROR: Parsing WSDL: Couldn’t load from
- WSDL to PHP with Basic Auth
- How can I send SOAP XML via Curl and PHP?
- Social Networking [closed]
- how to display only 5 records?
- PHP: How to send HTTP response code?
- PHP in_array() / array_search() odd behaviour
- How to view query error in PDO PHP
- Get name of caller function in PHP?
- Streaming a large file using PHP
- Remove all html tags from php string
- Storing files in database Vs file system
- Is it possible to define a class property value dynamically in PHP?
- How to set proper codeigniter base url?
- PHP convert date format dd/mm/yyyy => yyyy-mm-dd [duplicate]
- Default value in Doctrine
- Change DIV content using ajax, php and jQuery
- PHP How do I round down to two decimal places? [duplicate]
- Trying to access array offset on value of type bool in PHP 7.4
- Strip all HTML tags, except allowed
- Get the sum of all digits in a numeric string
- Sanitizing HTML input
- Is it possible to type hint more than one type?
- How to prepare statement for update query? [duplicate]
- iPhone emoticons insert into MySQL but become blank value
- PHP merge arrays by value
- What is PDO & why should I use it?
- PHP Fatal error: Call to undefined function mysqli_stmt_get_result()
- PHP: Static and non Static functions and Objects
- header location not working in my php code
- When setting environment variables in Apache RewriteRule directives, what causes the variable name to be prefixed with “REDIRECT_”?
- PHP: Split string into array, like explode with no delimiter
- sqlsrv_num_rows Not Returning Any Value
- Nested or Inner Class in PHP
- Which line break in php mail header, \r\n or \n?
- How to get the first word of a sentence in PHP?
- Document Root PHP
- How to remove empty paragraph tags from string?