Simple Object Access Protocol (SOAP) is a protocol specification for exchanging structured information in the implementation of Web Services.
1
vote
1answer
117 views
OO PHP, requesting a look if good practice
I'm starting with OOP for php, i get the idea, but don't have someone physical near me to fallback on so I'm hoping i can do that here.
The following works but i would like to know if it's good ...
0
votes
1answer
215 views
What is this simple SOAP client missing? [closed]
I used Service Reference > Add > Advanced > Web Reference to add a reference and wrote this very simple SOAP client to test out the service:
class Program
{
static void Main(string[] ...
6
votes
2answers
1k views
How to increase download speed using the following method?
I have written an Android application which downloads pdf files through web service. I am using kSoap2 android library to parse the response of web service which basically contains file name & ...