Click here to Skip to main content
15,901,035 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGridBoolColumn Pin
Heath Stewart22-Apr-04 5:21
protectorHeath Stewart22-Apr-04 5:21 
Generalsubtraction in matrix Pin
kcal21-Apr-04 4:11
kcal21-Apr-04 4:11 
GeneralInvalidate rectangle... Pin
TweeZz21-Apr-04 4:01
TweeZz21-Apr-04 4:01 
GeneralRe: Invalidate rectangle... Pin
Shail_Srivastav21-Apr-04 5:29
Shail_Srivastav21-Apr-04 5:29 
GeneralC# Web Service - Invoked from a VC++ 6.0 Client (MS-SOAP) Pin
Nirav Doshi21-Apr-04 2:07
Nirav Doshi21-Apr-04 2:07 
GeneralRe: C# Web Service - Invoked from a VC++ 6.0 Client (MS-SOAP) Pin
Mazdak21-Apr-04 2:24
Mazdak21-Apr-04 2:24 
GeneralRe: C# Web Service - Invoked from a VC++ 6.0 Client (MS-SOAP) Pin
Nirav Doshi21-Apr-04 3:04
Nirav Doshi21-Apr-04 3:04 
GeneralSolution: Got it working! Pin
Nirav Doshi21-Apr-04 22:28
Nirav Doshi21-Apr-04 22:28 
Hello,

I got the solution to the problem I was facing.

It was expecting a NAMESPACE parameter which I was not providing it. So by changing the following:

psmSerializer->StartElement("GreetMe", "http://172.16.1.95/WebServices/ws1/", "STANDARD", "mns");
psmSerializer->StartElement("nFirstNo", "", "STANDARD", "mns");


After I gave the last parameter "mns" for the namespace, the code worked as expected! Smile | :) Blush | :O

Posting this, just in case anyone had (or may have) a similar problem.

Righto!
Rgds,

Nirav

* Don't wish it was easier, wish you were better! *
General.NET Remoting Channels (Custom) Pin
Aisha Ikram21-Apr-04 1:42
Aisha Ikram21-Apr-04 1:42 
GeneralRe: .NET Remoting Channels (Custom) Pin
LongRange.Shooter21-Apr-04 2:33
LongRange.Shooter21-Apr-04 2:33 
GeneralRe: .NET Remoting Channels (Custom) Pin
Aisha Ikram21-Apr-04 2:37
Aisha Ikram21-Apr-04 2:37 
GeneralRe: .NET Remoting Channels (Custom) Pin
LongRange.Shooter21-Apr-04 2:54
LongRange.Shooter21-Apr-04 2:54 
GeneralRe: .NET Remoting Channels (Custom) Pin
Heath Stewart21-Apr-04 3:35
protectorHeath Stewart21-Apr-04 3:35 
GeneralRe: .NET Remoting Channels (Custom) Pin
Aisha Ikram21-Apr-04 19:05
Aisha Ikram21-Apr-04 19:05 
GeneralRe: .NET Remoting Channels (Custom) Pin
Heath Stewart22-Apr-04 2:25
protectorHeath Stewart22-Apr-04 2:25 
GeneralRe: .NET Remoting Channels (Custom) Pin
Heath Stewart21-Apr-04 3:37
protectorHeath Stewart21-Apr-04 3:37 
GeneralRe: .NET Remoting Channels (Custom) Pin
Aisha Ikram21-Apr-04 19:08
Aisha Ikram21-Apr-04 19:08 
GeneralRe: .NET Remoting Channels (Custom) Pin
Heath Stewart22-Apr-04 2:26
protectorHeath Stewart22-Apr-04 2:26 
GeneralProgress bar of a dll Pin
Anonymous21-Apr-04 0:33
Anonymous21-Apr-04 0:33 
GeneralRe: Progress bar of a dll Pin
Heath Stewart21-Apr-04 3:43
protectorHeath Stewart21-Apr-04 3:43 
GeneralRe: Progress bar of a dll Pin
Heath Stewart21-Apr-04 3:44
protectorHeath Stewart21-Apr-04 3:44 
GeneralListview Problem Pin
Reinier van de Wetering20-Apr-04 23:25
Reinier van de Wetering20-Apr-04 23:25 
GeneralRe: Listview Problem Pin
Jon G21-Apr-04 1:44
Jon G21-Apr-04 1:44 
GeneralRe: Listview Problem Pin
Heath Stewart21-Apr-04 3:49
protectorHeath Stewart21-Apr-04 3:49 
QuestionWaitForASingleObject(handle , Timeout) Time out for waiting function in C#? Pin
78720-Apr-04 23:03
78720-Apr-04 23:03 

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.