Click here to Skip to main content
15,913,349 members
Home / Discussions / C#
   

C#

 
GeneralRe: replace Pin
arkiboys22-Aug-08 0:47
arkiboys22-Aug-08 0:47 
GeneralRe: replace Pin
arkiboys22-Aug-08 1:01
arkiboys22-Aug-08 1:01 
QuestionHow to detect whether the same version was installed? Pin
bug_aonz21-Aug-08 23:51
bug_aonz21-Aug-08 23:51 
AnswerRe: How to detect whether the same version was installed? Pin
leppie22-Aug-08 0:16
leppie22-Aug-08 0:16 
QuestionChange variable value while debugging Pin
.NET- India 21-Aug-08 23:46
.NET- India 21-Aug-08 23:46 
AnswerRe: Change variable value while debugging Pin
leppie22-Aug-08 0:14
leppie22-Aug-08 0:14 
AnswerRe: Change variable value while debugging Pin
Pete O'Hanlon22-Aug-08 0:16
mvePete O'Hanlon22-Aug-08 0:16 
QuestionWEB Service Pin
arkiboys21-Aug-08 23:29
arkiboys21-Aug-08 23:29 
Hi,
I have the following xml which I wouold like to pass to the xml parameter of a web service.
please note I do not know how to get the < or > in this forum. sorry

Here is the xml
&lt;ns0:NxPrinterImportAll xmlns:ns0="http://elite.com/schemas/transaction/process/write/NxPrinterImportAll"&gt;
&lt;ns1:Initialize xmlns:ns1="http://elite.com/schemas/transaction/object/write/NxPrinter"&gt;
&lt;ns1:Edit&gt;
&lt;ns1:NxPrinter KeyValue="Dummy" AliasField="Name"&gt;
&lt;ns1:Attributes&gt;
&lt;/ns1:Attributes&gt;
&lt;/ns1:NxPrinter&gt;
&lt;/ns1:Edit&gt;
&lt;/ns1:Initialize&gt;
&lt;/ns0:NxPrinterImportAll&gt;

So I copy and paste this xml into the textbox of the web service xml parameter but when I then check the content of the text box, this following xml seems to be copied only.

&lt;ns0:NxPrinterImportAll xmlns:ns0="http://elite.com/schemas/transaction/process/write/NxPrinterImportAll"&gt;

Do you know why?
AnswerRe: WEB Service Pin
blackjack215022-Aug-08 0:00
blackjack215022-Aug-08 0:00 
Questionpermission error in socket programing Pin
behzadcp21-Aug-08 23:02
professionalbehzadcp21-Aug-08 23:02 
AnswerRe: permission error in socket programing Pin
Mark Salsbery22-Aug-08 5:02
Mark Salsbery22-Aug-08 5:02 
GeneralRe: permission error in socket programing Pin
behzadcp22-Aug-08 6:51
professionalbehzadcp22-Aug-08 6:51 
QuestionRe: permission error in socket programing Pin
Mark Salsbery22-Aug-08 7:45
Mark Salsbery22-Aug-08 7:45 
Questionispostback and loadcontrol() method issue Pin
Malay198621-Aug-08 22:56
Malay198621-Aug-08 22:56 
AnswerIgnore Repost Pin
Manas Bhardwaj21-Aug-08 23:00
professionalManas Bhardwaj21-Aug-08 23:00 
QuestionIts not displaying out Pin
Silvyster21-Aug-08 21:29
Silvyster21-Aug-08 21:29 
AnswerRe: Its not displaying out Pin
Vimalsoft(Pty) Ltd21-Aug-08 22:06
professionalVimalsoft(Pty) Ltd21-Aug-08 22:06 
Questionpolymorphism Pin
Ram_Bytes21-Aug-08 19:49
Ram_Bytes21-Aug-08 19:49 
AnswerRe: polymorphism Pin
Christian Graus21-Aug-08 20:04
protectorChristian Graus21-Aug-08 20:04 
AnswerRe: polymorphism Pin
Brij21-Aug-08 21:34
mentorBrij21-Aug-08 21:34 
AnswerRe: polymorphism Pin
lisan_al_ghaib21-Aug-08 22:17
lisan_al_ghaib21-Aug-08 22:17 
AnswerRe: polymorphism Pin
Pete O'Hanlon21-Aug-08 23:02
mvePete O'Hanlon21-Aug-08 23:02 
GeneralRe: polymorphism Pin
Manas Bhardwaj21-Aug-08 23:05
professionalManas Bhardwaj21-Aug-08 23:05 
RantRe: polymorphism Pin
Manas Bhardwaj21-Aug-08 23:05
professionalManas Bhardwaj21-Aug-08 23:05 
AnswerCP ALERT: HOMEWORK Pin
leckey22-Aug-08 3:10
leckey22-Aug-08 3:10 

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.