|
SOAP
|
|
09-07-2009, 04:50 PM
Post: #1
|
|||
|
|||
|
SOAP
No, not the imperial leather kind!
![]() Hi, not been here in a while. I have been asked to setup a system which exports data from SQL into a pre defined XML template, not much of an issue. The problem i have is that this then needs to be fired to another system via SOAP and HTTP Post requests. SOAP is something I have never had any experience with or know anything about. Do we have any SOAP gurus around who could give a quick idea of where to start? I have downloaded a SOAP toolkit from MS however the download page appeared to say I should be using .NET instead. Any input would be appreciated as I am rapidly getting all confuzzled. Thx DnF DarknFuzzy AKA Simon My Photo Collections |
|||
|
09-07-2009, 05:19 PM
Post: #2
|
|||
|
|||
|
SQL SOAP services does use .Net, and its generally a way to query the database directly.
I would recmmond building a .Net Web Service (which is SOAP) and only building in access to the data you require. Get the Visual Web Developer Express to help get started. Bomberman aka Colin Smith http://www.smithcolin.co.uk |
|||
|
09-07-2009, 05:39 PM
Post: #3
|
|||
|
|||
|
Thanks for the reply Col, found a couple of articles i'm gonna have a read through.
It's a SQL 2000 box so might struggle a little with some of the functionality. DarknFuzzy AKA Simon My Photo Collections |
|||
|
10-07-2009, 08:50 AM
Post: #4
|
|||
|
|||
|
Far be it from me to agree with Bomberman on a technical issue (
) but I think he's got the right idea.Visual Studio for .NET makes web services very easy to implement, and something like Linq to Sql will generate all your data access code for you. Also SQL2000 really isn't particularly short of features - 2005 brought a few nice things with it, but none of them are essential, and frankly none of them made life easier for the developer. 2000 is probably the easier to work with via being a little bit simpler
Give me liberty, or give me death - Patrick Henry 1775. Think for yourselves and let others enjoy the privilege to do so too - Evelyn Beatrice Hall 1906 I spread my wings, only to find that they are paper in the rain - Neko 2006 |
|||
|
« Next Oldest | Next Newest »
|

Search
Member List
Calendar
Help








) but I think he's got the right idea.