We're a community of 1.1M IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,080,620 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

Webservice Url

Can anyone explain me better the conpcept of the webservice. I'm using wamp for a school project, i'm creating an adress-book with JSON and AJAX. The Deitel's one if you have encounteered it before. I have the deitel's code and simply want to implement it in my website. It's requesting webserviceurl. The site i want to create is in php. I have attached the script and highlighted the things i don't understand.

Attachments Document.rtf (17.1KB)
3
Contributors
5
Replies
14 Hours
Discussion Span
4 Months Ago
Last Updated
6
Views
Question
Answered
pucivogel
Junior Poster in Training
64 posts since Jan 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

Hope this explains it:
In a simple sense, webservice is a standardized way for you to provide data and communication to your other software or a 3rd party software.
Like in your php code and your js code, how will the js code understand your php code?

gon1387
Posting Whiz in Training
233 posts since Jan 2011
Reputation Points: 32
Solved Threads: 37
Skill Endorsements: 3

So in this line i should provide the path of the php file, where i have done the connection with the database?
var webServiceUrl = '/AddressBookWebService/AddressService.asmx';

pucivogel
Junior Poster in Training
64 posts since Jan 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

That specifically is just a declaration of a variable and assigning a string. But yes, if you're going to connect and fetch data to that webservice URL of yours. :)

gon1387
Posting Whiz in Training
233 posts since Jan 2011
Reputation Points: 32
Solved Threads: 37
Skill Endorsements: 3

One more thing please, what parameters should i pass here? Thanks in advance
** function callWebService( method, paramString, callBack )**

pucivogel
Junior Poster in Training
64 posts since Jan 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

Based on the code you provided,

Method:

  • getAllnames
  • search
  • validateZip
  • validateTel
  • addEntry

Param:

  • Any array of an object with a param and value properties.

callBack:

  • Anonymous function

Note: Please do mark this as solved once you think your query's been answered.

gon1387
Posting Whiz in Training
233 posts since Jan 2011
Reputation Points: 32
Solved Threads: 37
Skill Endorsements: 3
Question Answered as of 4 Months Ago by gon1387

This question has already been solved: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
View similar articles that have also been tagged:
 
© 2013 DaniWeb® LLC
Page generated in 0.0695 seconds using 2.71MB