Home >Backend Development >PHP Tutorial >Problems encountered when php calls Webservices
1. Webservices provided by JAVA, PHP calls through CURL GET.
Time parameter needs to be passed,
When there are spaces in the parameters, the parameter value needs to be urlencoded.
Otherwise, the call cannot be successful
2.
The above introduces the problems encountered when PHP calls Webservices, including aspects of the content. I hope it will be helpful to friends who are interested in PHP tutorials.