|
| Provide a webservice |
 |
Thu, 27 Mar 2008 10:43:41 +000 |
Hi Team,
I am new to webservice and currently I am responsible to work on the webservice
part on my team. Basically, we would like to use webservice for any user profile
update to the database because this database will also be used by other
application. What do I need to create in order for other member/application be
able to call and do transaction into the db? And then, what do i need to give to
them beside Method name? Do i need to give them the wsdl? Thanks in advance.
|
| Post Reply
|
| Re: Provide a webservice |
 |
Wed, 2 Apr 2008 11:32:50 +0000 |
Hi Compose,
You need some web service started tutorial:
http://msdn2.microsoft.com/en-us/library/ms972326.aspx
http://www.codeproject.com/KB/webservices/aspwebsvr.aspx
http://msdn2.microsoft.com/en-us/webservices/aa740678.aspx
For how to implement a database transaction:
http://msdn2.microsoft.com/en-us/library/2k2hy99x(VS.71).aspx
You have no need give client wsdl, just providing web service url is ok. Client
side can get wsdl information via IE.
Best regards,
Guang-Ming Bian - MSFT
|
| Post Reply
|
|
|
|
|
|
|
|
|
|