Click here to Skip to main content
16,007,885 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using Named Pipes with C#?? Pin
mcljava19-Mar-06 17:29
mcljava19-Mar-06 17:29 
GeneralRe: Using Named Pipes with C#?? Pin
Phil C19-Mar-06 22:59
Phil C19-Mar-06 22:59 
QuestionProblem Occured - IP address Pin
Jijo BP16-Mar-06 13:48
Jijo BP16-Mar-06 13:48 
AnswerRe: Problem Occured - IP address Pin
Phil C16-Mar-06 14:03
Phil C16-Mar-06 14:03 
GeneralRe: Problem Occured - IP address Pin
Jijo BP16-Mar-06 14:54
Jijo BP16-Mar-06 14:54 
GeneralRe: Problem Occured - IP address Pin
Phil C16-Mar-06 15:14
Phil C16-Mar-06 15:14 
QuestionResponse.BinaryWrite to open/save word doc Pin
missy416-Mar-06 13:13
missy416-Mar-06 13:13 
QuestionSOAP and wsdl Pin
allenmpcx16-Mar-06 11:21
allenmpcx16-Mar-06 11:21 
I have a .wsdl file and I want to get information from it. I have tried the following:

<br />
[System.Web.Services.Protocols.SoapRpcMethod(<br />
            RequestNamespace = "somehttp", <br />
            ResponseNamespace = "somehttp")]<br />
        [return: System.Xml.Serialization.SoapElementAttribute("return")]<br />
        public className get_attr(string username, string password)<br />
        {<br />
            object[] me = new object[] { username,password };<br />
            object[] results = this.Invoke("get_attr",me);<br />
            return ((className)(results[0]));<br />
        }<br />


Of course, somehttp is a valid http:// address, and get_attr is an operation name inside the .wsdl. When I run this, the "className" object I return is empty (not null, just empty). What would be the simplest way to get information from the .wsdl and also, is C# (without ASP.Net) able to accomplish this. Thanks for all the help.

Mike - I love to program!

-- modified at 17:27 Thursday 16th March, 2006
QuestionLimitations on parameters for Interfaces? Pin
Erik Davidson16-Mar-06 10:38
Erik Davidson16-Mar-06 10:38 
AnswerRe: Limitations on parameters for Interfaces? Pin
leppie16-Mar-06 15:02
leppie16-Mar-06 15:02 
GeneralRe: Limitations on parameters for Interfaces? Pin
Erik Davidson16-Mar-06 19:25
Erik Davidson16-Mar-06 19:25 
QuestionRegular Expressions in C# Pin
conrado716-Mar-06 9:52
conrado716-Mar-06 9:52 
AnswerRe: Regular Expressions in C# Pin
Curtis Schlak.16-Mar-06 10:02
Curtis Schlak.16-Mar-06 10:02 
GeneralRe: Regular Expressions in C# Pin
conrado716-Mar-06 11:21
conrado716-Mar-06 11:21 
AnswerRe: Regular Expressions in C# Pin
leppie16-Mar-06 15:08
leppie16-Mar-06 15:08 
GeneralRe: Regular Expressions in C# Pin
conrado717-Mar-06 0:57
conrado717-Mar-06 0:57 
GeneralRe: Regular Expressions in C# Pin
leppie17-Mar-06 1:04
leppie17-Mar-06 1:04 
GeneralRe: Regular Expressions in C# Pin
conrado717-Mar-06 2:27
conrado717-Mar-06 2:27 
GeneralRe: Regular Expressions in C# Pin
leppie17-Mar-06 2:48
leppie17-Mar-06 2:48 
QuestionTabPage activation on Form Load Pin
zaboboa16-Mar-06 9:06
zaboboa16-Mar-06 9:06 
AnswerRe: TabPage activation on Form Load Pin
Ed.Poore16-Mar-06 11:54
Ed.Poore16-Mar-06 11:54 
QuestionReading data from GPS Pin
prashantkgupta16-Mar-06 9:00
prashantkgupta16-Mar-06 9:00 
AnswerRe: Reading data from GPS Pin
BlackDice16-Mar-06 9:08
BlackDice16-Mar-06 9:08 
GeneralRe: Reading data from GPS Pin
Phil C16-Mar-06 14:11
Phil C16-Mar-06 14:11 
QuestionClass-constant functions? Pin
Dominik Reichl16-Mar-06 8:44
Dominik Reichl16-Mar-06 8:44 

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.