TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Administrator
Tech Writer
2.2k
1.5m
Request for advice: Webservice interface updating records
Mar 24 2003 7:06 AM
A webservice I have to write has to offer clients the following functionality: - retrieve business objects with selection of fields and records (paging) - delete business objects - update business objects - insert business objects The webservice is actually just an interface to an underlying business objects model. I'd like your advice on the following: In what way does the client have to tell which fields in which records he wants to insert/update? For instance: the client wants to update record (business object) with id "12345" and fields "Name" and "address" with given data. Should he provide a string array with field names and an object array with field values? Or maybe an XML document containing data from several records? Which would you advise me? Thanks in advance!
Reply
Answers (
0
)
I cant start windows service :(
Calling entry points in C# DLL