A Web Service is not an "XML sheet." It is an HTTP SOAP service. You access
it by making HTTP SOAP requests to the service and getting back HTTP SOAP
responses. Are you using Visual Studio for development? Here are some
articles that can help you get started:
http://msdn2.microsoft.com/en-us/library/w3h45ebk.aspx
--
HTH,
Kevin Spencer
Microsoft MVP
Software Composer
http://unclechutney.blogspot.com
In case of Minimalism, break Philip Glass.
"George jones" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I am creating a simple program that has 4 windows forms.
>
> Login, Register, modify and one is an MDI.
>
> Basically I have a webservice already set up and I need to be able to send
> a username, passcode, and name to this xml sheet and then it will return a
> id for me can anybody help me or am I being to vauge. I have already
> tried readers and streamers and they dont seem to work at all. thanks
>