PC Review


Reply
Thread Tools Rate Thread

Calling web services with no proxy

 
 
JC
Guest
Posts: n/a
 
      27th Jul 2003
I'm a newbie to web services, so forigve me if I ask a stupid
question, but here it is...

The application I am working on is supposed to be a test client for a
web service. Basically, they want to be able to construct an XML file
containing a function call in Notepad (or whatever) then my
application will enable them to select an .xml file, post it to a URL
and record the response.

From the reading I have done around web services to date, it appears
that the usual usage of a web service involves a tight definition of
the call, creating a proxy class and so on, but I don't want to make
calls like this - I just want to be able to send XML data to a URL and
see what I get back.

Can anyone give me some guidance on classes/namespaces or other
resources I can look at to get me started on achieving this?

Thanks in advance,
 
Reply With Quote
 
 
 
 
Mark
Guest
Posts: n/a
 
      28th Jul 2003
(E-Mail Removed) (JC) wrote in news:2bc191ef.0307270915.73f9f806
@posting.google.com:

> Can anyone give me some guidance on classes/namespaces or other
> resources I can look at to get me started on achieving this?
>
> Thanks in advance,
>


WebService calls are just http calls. If you generate a proxy with wsdl.exe
you can see exactly how it is making the calls to the server.

For posting XML and getting responses back, you probably want to look at
the HttpWebRequest and HttpWebResponse classes.

Mark
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calling URL through Proxy server(Address and Port)/Proxy Script =?Utf-8?B?ZGVlcGFr?= Microsoft Dot NET Framework 3 24th Nov 2006 02:10 PM
Calling URL using the Proxy Server(address and port)/Proxy Script =?Utf-8?B?ZGVlcGFr?= Microsoft Dot NET 0 22nd Nov 2006 06:25 AM
Calling a webservice from a client using a proxy KrippZ@gmail.com Microsoft C# .NET 3 28th Feb 2006 12:22 PM
Am i calling a local proxy or a remote object?! Julia Microsoft C# .NET 3 17th Nov 2004 12:04 PM
Calling InvokeMember from transparent proxy Ulrich Proeller Microsoft Dot NET Framework 4 30th Sep 2003 03:40 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:42 PM.