Click here to Skip to main content
15,926,939 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Repeater and Runtime Pin
Not Active28-Sep-06 5:05
mentorNot Active28-Sep-06 5:05 
QuestionRepeater and Label Pin
shapper28-Sep-06 4:01
shapper28-Sep-06 4:01 
AnswerRe: Repeater and Label Pin
Not Active28-Sep-06 4:09
mentorNot Active28-Sep-06 4:09 
AnswerRe: Repeater and Label Pin
Meax28-Sep-06 7:32
Meax28-Sep-06 7:32 
QuestionHow to build RPC BASED WEB SERVICE IN ASP.NET 2.0 Pin
Yuwraj28-Sep-06 2:17
Yuwraj28-Sep-06 2:17 
AnswerRe: How to build RPC BASED WEB SERVICE IN ASP.NET 2.0 Pin
Jim Conigliaro28-Sep-06 2:41
Jim Conigliaro28-Sep-06 2:41 
GeneralRe: How to build RPC BASED WEB SERVICE IN ASP.NET 2.0 Pin
Yuwraj28-Sep-06 2:57
Yuwraj28-Sep-06 2:57 
GeneralRe: How to build RPC BASED WEB SERVICE IN ASP.NET 2.0 Pin
Yuwraj28-Sep-06 4:30
Yuwraj28-Sep-06 4:30 
Hi Jim,

I have created one RPC Style WebService by including [SoapRpcService()].

Now after launching how to open that webService to particular port,so that

it can able to listen the request from client.

Actualy i have one code snippet

[SoapRpcMethod()]
public string GetData(string request)
{

data.XmlRequest = request;
string response = data.GetData();

return response;
}

This take string as input which is in xml format.After parsing and performing calulation returns a string response which is in same format.

so, my question is how this method listen the request from client? i.e J2EE Client.

Or is there nessesary to open a partucular port for listening client

request?

What things I should do extra for converting it to RPC Based?


Once again...

Thanks in advance.





GeneralRe: How to build RPC BASED WEB SERVICE IN ASP.NET 2.0 Pin
Jim Conigliaro28-Sep-06 4:40
Jim Conigliaro28-Sep-06 4:40 
GeneralRe: How to build RPC BASED WEB SERVICE IN ASP.NET 2.0 Pin
Yuwraj28-Sep-06 19:51
Yuwraj28-Sep-06 19:51 
GeneralRe: How to build RPC BASED WEB SERVICE IN ASP.NET 2.0 Pin
Jim Conigliaro29-Sep-06 2:12
Jim Conigliaro29-Sep-06 2:12 
QuestionChange value on Page1 from Page2 Pin
Nitin198128-Sep-06 1:29
Nitin198128-Sep-06 1:29 
AnswerRe: Change value on Page1 from Page2 Pin
ToddHileHoffer28-Sep-06 2:25
ToddHileHoffer28-Sep-06 2:25 
GeneralRe: Change value on Page1 from Page2 Pin
Nitin198128-Sep-06 2:59
Nitin198128-Sep-06 2:59 
AnswerRe: Change value on Page1 from Page2 Pin
Not Active28-Sep-06 2:29
mentorNot Active28-Sep-06 2:29 
GeneralRe: Change value on Page1 from Page2 Pin
Nitin198128-Sep-06 3:01
Nitin198128-Sep-06 3:01 
GeneralRe: Change value on Page1 from Page2 Pin
Not Active28-Sep-06 3:10
mentorNot Active28-Sep-06 3:10 
AnswerRe: Change value on Page1 from Page2 Pin
Guffa28-Sep-06 3:02
Guffa28-Sep-06 3:02 
QuestionIs there Any library in ASP.net 2.0 for email Pin
sabby200628-Sep-06 0:45
sabby200628-Sep-06 0:45 
AnswerRe: Is there Any library in ASP.net 2.0 for email Pin
Kevin McFarlane28-Sep-06 0:58
Kevin McFarlane28-Sep-06 0:58 
QuestionRequired Help ... Its Urgent Pin
Dotnetjunkie1528-Sep-06 0:40
Dotnetjunkie1528-Sep-06 0:40 
AnswerRe: Required Help ... Its Urgent Pin
Guffa28-Sep-06 1:21
Guffa28-Sep-06 1:21 
GeneralRe: Required Help ... Its Urgent Pin
Keith Barrow28-Sep-06 2:42
professionalKeith Barrow28-Sep-06 2:42 
Questionpassing array to javascript Pin
vijay258328-Sep-06 0:25
vijay258328-Sep-06 0:25 
AnswerRe: passing array to javascript Pin
Guffa28-Sep-06 1:36
Guffa28-Sep-06 1:36 

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.