Click here to Skip to main content
15,898,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUpload Pics Pin
ADY00712-Dec-06 9:47
ADY00712-Dec-06 9:47 
AnswerRe: Upload Pics Pin
postmaster@programmingknowledge.com12-Dec-06 16:07
postmaster@programmingknowledge.com12-Dec-06 16:07 
AnswerRe: Upload Pics Pin
ednrgc13-Dec-06 1:46
ednrgc13-Dec-06 1:46 
QuestionReporting Services Pin
Sergio Luix12-Dec-06 9:14
Sergio Luix12-Dec-06 9:14 
QuestionDynamic Controls Pin
Marc Paliotti12-Dec-06 7:10
Marc Paliotti12-Dec-06 7:10 
AnswerRe: Dynamic Controls Pin
theJazzyBrain12-Dec-06 23:18
theJazzyBrain12-Dec-06 23:18 
QuestionHow to create .NET SOA Web service ? Pin
xyz2000000012-Dec-06 6:03
xyz2000000012-Dec-06 6:03 
AnswerRe: How to create .NET SOA Web service ? Pin
IamMohan12-Dec-06 22:30
IamMohan12-Dec-06 22:30 
Hi,
There is no difference between SOA webservice and normal webservice, Webservice is a specialized implementation of SOA, its is framework that allows you to intercommunicate with the variant objects of different technology or platform.

The procedure to create a webservice is:

1) Open VS 2005 IDE and create a new Project of Webservice type
2) You will gain access to the projectName.asmx file
3) Under that u can add your own custom webmethods like,

[WebMethod]
pubic void GetFirstOutput()
{
// Executable C# or VB.net code
}
4) Build the code.
5) Implement this service from other webapplicaion or Windows application, by adding the webreference from the implementing project, solution explorer->Project->Right click->Add Web reference, provide the URL like http://localhost/Alias Name/ProjectName.asmx (Which you have created)
6) Add the namespace for the webreference made and to the implementation project and access that GetFirstOutput() method




Mohan

QuestionFilter Floating point Pin
pitchu mani12-Dec-06 4:27
pitchu mani12-Dec-06 4:27 
AnswerRe: Filter Floating point Pin
Mike Ellison12-Dec-06 6:24
Mike Ellison12-Dec-06 6:24 
QuestionIncrease upload file size Pin
R.Palanivel12-Dec-06 3:55
R.Palanivel12-Dec-06 3:55 
QuestionDiv refresh using AJAX Pin
just3ala212-Dec-06 3:00
just3ala212-Dec-06 3:00 
AnswerRe: Div refresh using AJAX Pin
ednrgc12-Dec-06 3:37
ednrgc12-Dec-06 3:37 
GeneralRe: Div refresh using AJAX Pin
just3ala212-Dec-06 3:44
just3ala212-Dec-06 3:44 
GeneralRe: Div refresh using AJAX Pin
ednrgc12-Dec-06 3:49
ednrgc12-Dec-06 3:49 
GeneralRe: Div refresh using AJAX Pin
just3ala212-Dec-06 19:21
just3ala212-Dec-06 19:21 
GeneralRe: Div refresh using AJAX Pin
ednrgc13-Dec-06 1:41
ednrgc13-Dec-06 1:41 
Questionwhy nobody answer my question. is it really so complicated? Pin
m.rastgar12-Dec-06 2:44
m.rastgar12-Dec-06 2:44 
AnswerRe: why nobody answer my question. is it really so complicated? Pin
ednrgc12-Dec-06 3:30
ednrgc12-Dec-06 3:30 
AnswerRe: why nobody answer my question. is it really so complicated? Pin
GaryWoodfine 12-Dec-06 5:40
professionalGaryWoodfine 12-Dec-06 5:40 
QuestionProblem in Importing data from excel to database,please help me Pin
kishore19@hotmail.com12-Dec-06 1:48
kishore19@hotmail.com12-Dec-06 1:48 
QuestionTo control the size of the dropdownlist's item [modified] Pin
Senthil Kumar Murugan12-Dec-06 1:46
Senthil Kumar Murugan12-Dec-06 1:46 
QuestionFailed to map the path '/WSConcessionaria/App_GlobalResources/'. Pin
Imran Khan Pathan12-Dec-06 1:03
Imran Khan Pathan12-Dec-06 1:03 
GeneralAllocation of images on site Pin
El'Cachubrey12-Dec-06 1:02
El'Cachubrey12-Dec-06 1:02 
QuestionBatch Problem asp.net and vb.net Pin
Carlos Felipe12-Dec-06 0:43
Carlos Felipe12-Dec-06 0:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.