Click here to Skip to main content
16,005,121 members
Home / Discussions / C#
   

C#

 
GeneralGotDotNet workspaces :) Pin
leppie16-Sep-02 23:30
leppie16-Sep-02 23:30 
GeneralRe: GotDotNet workspaces :) Pin
Ray Cassick17-Sep-02 10:07
Ray Cassick17-Sep-02 10:07 
GeneralRe: GotDotNet workspaces :) Pin
leppie17-Sep-02 10:18
leppie17-Sep-02 10:18 
GeneralRe: GotDotNet workspaces :) Pin
Paul Watson17-Sep-02 22:00
sitebuilderPaul Watson17-Sep-02 22:00 
GeneralRe: GotDotNet workspaces :) Pin
leppie18-Sep-02 1:57
leppie18-Sep-02 1:57 
GeneralConsuming Web Services... Pin
Matt Philmon16-Sep-02 11:16
Matt Philmon16-Sep-02 11:16 
GeneralRe: Consuming Web Services... Pin
leppie16-Sep-02 11:26
leppie16-Sep-02 11:26 
GeneralRe: Consuming Web Services... Pin
Paul Watson17-Sep-02 0:05
sitebuilderPaul Watson17-Sep-02 0:05 
Matt Philmon wrote:
In my case, I actually WANT the raw XML response that's coming back from the web service. However, .NET is appropriately using the WDSL to package the response into a member of variable of the specified return type... which is really nice... if I needed that. Can anyone help me get at the XML response itself?

This is actually easier than you think, but it also baffled me for awhile.

Basically it is very easy: You use the the XMLTextReader and pass it the full URL of the web service. Not as a SOAP packet or anything, just the URL. You naturally need to pass the parametres through in the URL.

e.g. In my CP+ article I do exactly what you want like so: xtrBriefs = new XmlTextReader ("http://www.codeproject.com/webservices/latest.asmx/GetLatestArticleBrief?NumArticles=2");

It is C# but you can easily do it in VB.NET too. Have a look at my article, it explains how to retrieve the XML data and how to save it.

Paul Watson
Bluegrass
Cape Town, South Africa

GeneralRe: Consuming Web Services... Pin
Matt Philmon17-Sep-02 5:35
Matt Philmon17-Sep-02 5:35 
GeneralPrivileges [again] Pin
Nnamdi Onyeyiri16-Sep-02 10:24
Nnamdi Onyeyiri16-Sep-02 10:24 
GeneralRe: Privileges [again] Pin
leppie16-Sep-02 10:51
leppie16-Sep-02 10:51 
GeneralRe: Privileges [again] Pin
Nnamdi Onyeyiri16-Sep-02 11:32
Nnamdi Onyeyiri16-Sep-02 11:32 
GeneralRe: Privileges [again] Pin
leppie16-Sep-02 11:54
leppie16-Sep-02 11:54 
GeneralRe: Privileges [again] Pin
leppie16-Sep-02 12:12
leppie16-Sep-02 12:12 
Questionhow to implement SHFileOperation api call in c# Pin
waleed riaz16-Sep-02 1:34
waleed riaz16-Sep-02 1:34 
AnswerRe: how to implement SHFileOperation api call in c# Pin
James T. Johnson16-Sep-02 2:37
James T. Johnson16-Sep-02 2:37 
AnswerRe: how to implement SHFileOperation api call in c# Pin
Richard Deeming16-Sep-02 7:50
mveRichard Deeming16-Sep-02 7:50 
Questionunable to upload file,WebClient.UploadFile() doesn't work??? Pin
fftongzhi15-Sep-02 22:37
fftongzhi15-Sep-02 22:37 
GeneralIdentifying DesignTime Mode for Forms Pin
Firoz15-Sep-02 19:54
Firoz15-Sep-02 19:54 
GeneralRe: Identifying DesignTime Mode for Forms Pin
leppie15-Sep-02 21:49
leppie15-Sep-02 21:49 
GeneralRe: Identifying DesignTime Mode for Forms Pin
Firoz16-Sep-02 0:03
Firoz16-Sep-02 0:03 
GeneralRe: Identifying DesignTime Mode for Forms Pin
leppie16-Sep-02 5:44
leppie16-Sep-02 5:44 
GeneralRe: Identifying DesignTime Mode for Forms Pin
James T. Johnson16-Sep-02 9:30
James T. Johnson16-Sep-02 9:30 
GeneralRe: Identifying DesignTime Mode for Forms Pin
leppie16-Sep-02 9:46
leppie16-Sep-02 9:46 
GeneralRe: Identifying DesignTime Mode for Forms Pin
James T. Johnson16-Sep-02 15:23
James T. Johnson16-Sep-02 15:23 

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.