Wednesday, April 23, 2008

Just a note about creating your own Web service.

For a description on how to create a Web site project for a Web service see my previous blog entry regarding this issue.

I would like everyone to go ahead and create a Web site for your Web service. Once you have created it let me know by sending me the URL. This will allow me to check whether it has been created correctly.

The other thing that you probably want to send me is the classes that you will use in your project. This serves two purposes; one, I will be able to give you feedback on the class structure itself, second, I will be able to help you setup the functions in your Web service with the classes (i.e., getXList, updateX, ... whatever your X is).

One additional note. If you do want to test your Web service you need to insert this snippet of XML in your Web.config file:

      <webServices>
        <protocols>
          <add name="HttpPost"/>
        </protocols>
      </webServices>

It goes right under the

<system.web>
tag in the Web.config file.

4/23/2008 10:16:01 AM (Central Standard Time, UTC-06:00)
Search
Navigation
On this page....
Archives
<September 2008>
SunMonTueWedThuFriSat
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011
Aggregate Me!
RSS 2.0 | Atom 1.0 | CDF
Categories
Blogroll
Contact me
Send mail to the author(s) E-mail
Themes
Administration