>I created a web service in visual studio 2003, tested it with a sample.xml
> file from a vendor we are using, and it worked exactly like it should. I
[quoted text clipped - 22 lines]
>
> Any suggestions?
Line 1, position 1 is the first character of the data. I suspect they aren't
sending any data, or are sending it in the wrong XML namespace.
You should use your favorite network monitoring tool to see the exchange
between the client and server, then look at it and see how it differs from
your expectations.

Signature
John Saunders [MVP]
jmgro - 15 Jun 2007 18:02 GMT
They state that something in my environment is stripping the xml, so that is
why I am receiving it incorrectly. My web service is running on Windows
Server 2003, my IIS version is 6.0.
> >I created a web service in visual studio 2003, tested it with a sample.xml
> > file from a vendor we are using, and it worked exactly like it should. I
[quoted text clipped - 29 lines]
> between the client and server, then look at it and see how it differs from
> your expectations.