(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