Click here to Skip to main content
15,900,461 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionUploading documents via HTTPS via xml? Pin
Jag_K27-Jul-05 4:40
Jag_K27-Jul-05 4:40 
AnswerRe: Uploading documents via HTTPS via xml? Pin
Vasudevan Deepak Kumar8-Aug-05 21:14
Vasudevan Deepak Kumar8-Aug-05 21:14 
GeneralMSXML3.dll- Performance difference between Win2000SP4 and Win2003SP1 Pin
SandeepN26-Jul-05 14:53
SandeepN26-Jul-05 14:53 
GeneralMSXML4: Cannot load XML Pin
arun140526-Jul-05 0:59
arun140526-Jul-05 0:59 
GeneralRe: MSXML4: Cannot load XML Pin
Marc Soleda26-Jul-05 6:47
Marc Soleda26-Jul-05 6:47 
Generalword document and XML Pin
delnaz26-Jul-05 0:32
delnaz26-Jul-05 0:32 
Generalconvert xml file to access db in vb.net Pin
A.N24-Jul-05 14:43
sussA.N24-Jul-05 14:43 
QuestionHow read the SOAP elements Pin
satishrg20-Jul-05 5:28
satishrg20-Jul-05 5:28 
hi,
I am trying to access the webservice by sending the SOAP request.That webservice actually allows only the valid user so it validates with the data base.I got the folloing message

<soap:body>
<soap:fault>
<soap:faultcode xmlns="urn:verizon:security:soap:authorize:code">DENIED<s
oap:faultstring>DENIED

when I tried to pass an invalid user.

If the user on my application enters the valid "id" and "password" which i will be sending to the webservice then I get the Xml which I will be parsing but if the user enters the invalid id or password then I get the error as above How do I take care of this.

What I am thinking is when I get the SOAP I will parse the SOAP response with the XMLDOCUMENT as bellow

XmlDocument xd=new XmlDocument();
xd.LoadXml(strOutputXML);
XmlNodeList JobIDNodeList=xd.GetElementsByTagName("soap:Faultcode");
but is throwing an error.

questions:
1)IS my Approach wrong
2)IF correct How can I get the data of Xml tag with attributes in it
3)Does this problem get solved if I use proxy class instead of directly parsing the SOAP,If so how.

Thanking you in advace.
Satish.
General[HELP] I got error message, when I tried to parse XML on PocketPC Pin
Member 208243219-Jul-05 23:05
Member 208243219-Jul-05 23:05 
GeneralRe: [HELP] I got error message, when I tried to parse XML on PocketPC Pin
Philip Fitzsimons20-Jul-05 5:25
Philip Fitzsimons20-Jul-05 5:25 
GeneralRe: [HELP] I got error message, when I tried to parse XML on PocketPC Pin
Member 208243220-Jul-05 15:42
Member 208243220-Jul-05 15:42 
GeneralRe: [HELP] I got error message, when I tried to parse XML on PocketPC Pin
Philip Fitzsimons20-Jul-05 23:17
Philip Fitzsimons20-Jul-05 23:17 
GeneralRe: [HELP] I got error message, when I tried to parse XML on PocketPC Pin
Member 208243221-Jul-05 14:50
Member 208243221-Jul-05 14:50 
Generalxslt table iteration Pin
Jag_K19-Jul-05 22:20
Jag_K19-Jul-05 22:20 
GeneralRe: xslt table iteration Pin
Anonymous21-Jul-05 7:56
Anonymous21-Jul-05 7:56 
GeneralHelp: XML transform with XSL Pin
Anonymous19-Jul-05 5:40
Anonymous19-Jul-05 5:40 
GeneralRe: Help: XML transform with XSL Pin
Christian Graus19-Jul-05 11:19
protectorChristian Graus19-Jul-05 11:19 
GeneralRe: Help: XML transform with XSL Pin
Anonymous19-Jul-05 13:14
Anonymous19-Jul-05 13:14 
GeneralRe: Help: XML transform with XSL Pin
Bluebamboo29-Jun-06 4:48
Bluebamboo29-Jun-06 4:48 
GeneralWebservice against DLL Pin
dabuskol18-Jul-05 20:42
dabuskol18-Jul-05 20:42 
GeneralRe: Webservice against DLL Pin
DavidNohejl19-Jul-05 2:48
DavidNohejl19-Jul-05 2:48 
GeneralMy XmlFile looses its tree hierarchy after saving it Pin
rudy.net18-Jul-05 5:44
rudy.net18-Jul-05 5:44 
Generalfile containing specification of default namespace Pin
Suman Singh18-Jul-05 4:31
professionalSuman Singh18-Jul-05 4:31 
Generalexecute xml Pin
18-Jul-05 1:23
suss18-Jul-05 1:23 
QuestionMemory leak? Pin
LaxRoth17-Jul-05 21:29
LaxRoth17-Jul-05 21:29 

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.