i want use some data from a website with web service.
i have a username & password and i dont know how can i use webservice
i want use some data from a website with web service. i have a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The best place to start is with their API documentation. This will determine the following:
Once you have that information you will need to set up a script to request the information. This is typically accomplished using CURL or through a socket request. Once you get the data data back, you will be able to parse through it (SOAP, JSON, XML, CSV, etc).
If you post the webservice you are using, we can be of more help. But not knowing what you are using, this will be as much information as anyone can provide.