WebClient UploadValues

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

As a follow up to my previous question. We are using the WebClient
UploadValues function to send an xml string containging Western European
characters to a web service. The service is saying that junk is being sent
in place of the European characters. What is the best and easiest way to
view what is being posted? We tried to build a simple web service for this
but keep running into "remote server is returning a 500 error".

Thanks for your help!
Ken
 
Ken said:
As a follow up to my previous question. We are using the WebClient
UploadValues function to send an xml string containging Western
European characters to a web service. The service is saying that
junk is being sent in place of the European characters. What is the
best and easiest way to view what is being posted? We tried to build
a simple web service for this but keep running into "remote server is
returning a 500 error".

Try Fiddler: www.fiddlertool.com

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top