Coding Problem : I am extracting from a array city name. I want to extract cities with different names. In […]
Tag: web-service
Create a web service from a WSDL file
1- Go to Visual Studio .NET 2010 command prompt. 2-Type: WSDL path file wsdl /l:CS /server. ‘CS’ is for C#; […]
Query in a Web Service every 1 minute [closed]
Coding Problem : I have a Web Service in JSON, which I’m querying through a PHP page and saving the […]
How to extract only different values from an array?
Coding Problem : I am extracting from a array city name. I want to extract cities with different names. In […]
Webservice returns pro SoapUI, but does not return pro PHP
Coding Problem : I am consuming a WebService SOAP and I am encountering the following problem: The WebService has two […]
Webservice returns pro SoapUI, but does not return pro PHP
Coding Problem : I am consuming a WebService SOAP and I am encountering the following problem: The WebService has two […]
Questions to implement a webservice
Coding Problem : I have a question regarding the implementation of a webservice, see the logic: I have a process […]
Run parallel process in PHP
Coding Problem : I have a Web service that is consumed by some applications. On the Web service server you […]
Questions to implement a webservice
Coding Problem : I have a question regarding the implementation of a webservice, see the logic: I have a process […]
Connection with WebService SOAP WSDL with XML return
Coding Problem : I have the following code that works perfectly. The webservice return is XML , but the return […]