Ben, Before you buy a book check out the web for soap and xml tutorials. Soap is just a protocol/standard that you format you xml in. Once you understand basic xml (it isn't that complicated it is just a standard way to mark up plain text) you will can just read up on soap on the web. They you can buy or find a book on C# is should have a section on xml and touch on soap. The wrox (big red books) should have a good section. I have done soap and xml before, and accessed then via java and vb.net. I am sure C# is the same.
travis -----Original Message----- From: ben joyce [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 12:20 PM To: dotnet Subject: c#, xml, SOAP, etc hi all. just wondering if anyone can recommend a good book for learning how to build & use SOAP objects in c#/xml. My idea is that my app/website (plan to write both) will request data via SOAP. c# will talk to the database and return data in XML back to the calling code, where is is displayed. I've never used c#, very little XML and not touched SOAP so a good book is needed! suggestions appreciated! Cheers, .ben --- You are currently subscribed to dotnet as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/ --- You are currently subscribed to dotnet as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/
