ASP.NET3.5 Create WEB SERVICE

Newbie Member
7Aug2010,14:59   #1
Lennie's Avatar
Hi Good Guys,

I need your help. Please help me.
I am using VB>NET2008 with ASP.NET3.5 using VB Scripting.

I am trying to create WEB SERVICE to be linked to Web Application and FORM. And not sure which option to select from the FILE->NEW->PROJECT menu option as per attachment.

Please help me. Thanks.


Have a Good Day,
Cheers,
Lennie
Attached Files
File Type: doc WebService.doc (91.0 KB, 11 views)
Light Poster
30Aug2010,11:36   #2
iamscottj's Avatar
You can select any one of the WCF or the Web Service Application to create webservice. WCF is latest and requires some more efforts to begin with and Web Service Application would be SOAP based service.
Contributor
26Feb2011,22:01   #3
shyam_oec's Avatar
Quote:
Originally Posted by Lennie View Post
Hi Good Guys,

I need your help. Please help me.
I am using VB>NET2008 with ASP.NET3.5 using VB Scripting.

I am trying to create WEB SERVICE to be linked to Web Application and FORM. And not sure which option to select from the FILE->NEW->PROJECT menu option as per attachment.

Please help me. Thanks.


Have a Good Day,
Cheers,
Lennie
For creating XML web Service you can use asmx file .From file template list choose Web Service file.Note that it's extension will be asmx.