locked
creating webservices using .net RRS feed

  • Question

  • Anyone tell me where to get some examples for creating webservices using c# .net

    Tuesday, May 19, 2009 11:57 AM

Answers

  • Hi Kishanraj,

        Here are a few examples.
        
    Creating
    http://www.codeproject.com/KB/webservices/myservice.aspx
    http://www.15seconds.com/Issue/010430.htm
    http://www.programminghelp.com/web-development/xml-and-web-services/how-to-create-a-web-service-in-c/

    Consuming
    http://msdn.microsoft.com/en-us/library/aa446547.aspx
    http://www.sitepoint.com/article/net-web-services-5-steps/
    http://www.dotnetjunkies.com/Article/4D13CEFA-D0FD-44BE-8749-8D17B5757564.dcik
    http://articles.techrepublic.com.com/5100-10878_11-5768122.html

    Not sure how your question relates to CRM so if are going to consume MS CRM webservices I recommend you download the MS CRM SDK and have a read of the help file.

    Hassan.



    Hassan Hussain | http://hassanhussain.wordpress.com/
    Tuesday, May 19, 2009 12:06 PM

All replies

  • Hi Kishanraj,

        Here are a few examples.
        
    Creating
    http://www.codeproject.com/KB/webservices/myservice.aspx
    http://www.15seconds.com/Issue/010430.htm
    http://www.programminghelp.com/web-development/xml-and-web-services/how-to-create-a-web-service-in-c/

    Consuming
    http://msdn.microsoft.com/en-us/library/aa446547.aspx
    http://www.sitepoint.com/article/net-web-services-5-steps/
    http://www.dotnetjunkies.com/Article/4D13CEFA-D0FD-44BE-8749-8D17B5757564.dcik
    http://articles.techrepublic.com.com/5100-10878_11-5768122.html

    Not sure how your question relates to CRM so if are going to consume MS CRM webservices I recommend you download the MS CRM SDK and have a read of the help file.

    Hassan.



    Hassan Hussain | http://hassanhussain.wordpress.com/
    Tuesday, May 19, 2009 12:06 PM
  • hi hassan hussain

    in the sdk where can i find creating webservices.

    kishan
    Tuesday, May 19, 2009 12:09 PM
  • Kishan,
             
           The SDK does not contain information about creating Web Services, but it does have examples on how you can consume MS CRM Web Services. Please look for "How to: Add the CrmService Web Reference" in the SDK help file.

    Hassan.

    Hassan Hussain | http://hassanhussain.wordpress.com/
    Tuesday, May 19, 2009 12:15 PM