Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
GeneralRe: read-only Pin
Anonymous28-Jul-04 13:00
Anonymous28-Jul-04 13:00 
GeneralDynamically adding textbox's Pin
Adam °Wimsatt28-Jul-04 11:35
Adam °Wimsatt28-Jul-04 11:35 
GeneralRe: Dynamically adding textbox's Pin
Nick Parker28-Jul-04 11:39
protectorNick Parker28-Jul-04 11:39 
GeneralHelp with writing to buffers Pin
Winter28-Jul-04 11:11
Winter28-Jul-04 11:11 
GeneralRe: Help with writing to buffers Pin
Daniel Turini28-Jul-04 11:29
Daniel Turini28-Jul-04 11:29 
GeneralHelp Required. Pin
Nasir Wasim28-Jul-04 9:45
Nasir Wasim28-Jul-04 9:45 
GeneralRe: Help Required. Pin
Nick Parker28-Jul-04 10:00
protectorNick Parker28-Jul-04 10:00 
QuestionHow do I create a dynamic webservice client in C# Pin
JM9328-Jul-04 9:41
JM9328-Jul-04 9:41 
My requirement is I need to put web service name space/ url in a properties file and invoke the corresponding web service. How can I do that ?

Here is the sample C# code which got generated with a wsdl utility using a wsdl file.
My requirement is I should read that IP addresses, Name, namesapce from a configuration file insteadof hard coding like below. Is that possible? If yes, How?

[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="MyValidationBinding", Namespace="http://33.83.76.254/")]
public class Validation : System.Web.Services.Protocols.SoapHttpClientProtocol
{

/// <remarks>
public Validation()
{
this.Url = "http://33.83.76.254:5556/soap/rpc";
}

/// <remarks>
[System.Web.Services.Protocols.SoapRpcMethodAttribute("", RequestNamespace="http://33.83.76.254/MyValidation", ResponseNamespace="http://33.83.76.254/MyValidation")]
[return: System.Xml.Serialization.SoapElementAttribute("responseXml")]
public string myvalidate(string s1, string s2)
{



Thanks,
jcm

JCM
AnswerRe: How do I create a dynamic webservice client in C# Pin
Nick Parker28-Jul-04 9:56
protectorNick Parker28-Jul-04 9:56 
GeneralRe: How do I create a dynamic webservice client in C# Pin
JM9329-Jul-04 8:00
JM9329-Jul-04 8:00 
GeneralRe: How do I create a dynamic webservice client in C# Pin
Nick Parker29-Jul-04 8:45
protectorNick Parker29-Jul-04 8:45 
GeneralWMI Windows Service Pin
silverbullet28-Jul-04 9:12
silverbullet28-Jul-04 9:12 
GeneralRe: WMI Windows Service Pin
Heath Stewart28-Jul-04 10:10
protectorHeath Stewart28-Jul-04 10:10 
QuestionHow do I disconnect my crystal report from it's datasource Pin
kornstyle28-Jul-04 8:24
kornstyle28-Jul-04 8:24 
AnswerRe: How do I disconnect my crystal report from it's datasource Pin
Heath Stewart28-Jul-04 8:50
protectorHeath Stewart28-Jul-04 8:50 
Generallogg/scan open windows Pin
pat27088128-Jul-04 6:25
pat27088128-Jul-04 6:25 
GeneralRe: logg/scan open windows Pin
pat27088128-Jul-04 6:55
pat27088128-Jul-04 6:55 
GeneralRe: logg/scan open windows Pin
Heath Stewart28-Jul-04 7:04
protectorHeath Stewart28-Jul-04 7:04 
GeneralRe: logg/scan open windows Pin
pat27088128-Jul-04 7:41
pat27088128-Jul-04 7:41 
GeneralRe: logg/scan open windows Pin
Nick Parker28-Jul-04 8:11
protectorNick Parker28-Jul-04 8:11 
GeneralRe: logg/scan open windows Pin
pat27088128-Jul-04 8:23
pat27088128-Jul-04 8:23 
GeneralRe: logg/scan open windows Pin
Nick Parker28-Jul-04 8:33
protectorNick Parker28-Jul-04 8:33 
GeneralRe: logg/scan open windows Pin
pat27088128-Jul-04 11:25
pat27088128-Jul-04 11:25 
GeneralRe: logg/scan open windows Pin
pat27088128-Jul-04 23:01
pat27088128-Jul-04 23:01 
GeneralRe: logg/scan open windows - important question! Pin
pat27088129-Jul-04 3:04
pat27088129-Jul-04 3:04 

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.