Problem Calling Client Web Service

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike

    #1

    Problem Calling Client Web Service

    I am calling a web service that a client has set up for me to call. I am
    using Visual Studio 2003 with C# to call the web service.

    They are telling me on that on their side that the xml I send over to the
    web service needs to be a single line with no line breaks. Is there any
    attributes I can set in my program to send the xml as a single line? I know
    its a stupid issue on their side but I have a feeling I am going to have to
    find a way to code around it.

    Thanks in advance.

    Mike R


  • Keenan Newton

    #2
    Re: Problem Calling Client Web Service

    Honestly Mike I am nto sure but you could take the XML from the
    XmlDocument.Out erXml, and using the replace command remove new line and
    carriage returns. I am not to sure how clean, or efficeint that is but
    it should work.

    Comment

    Working...