Announcement

Collapse
No announcement yet.

How to http.submit xml content

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to http.submit xml content

    Hi Guys,

    Is it possible to use http.submit to post XML content?

    The XML contains the following structure:
    <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:tem="http://tempuri.org/">
    <soap:Header>
    <To soap:mustUnderstand="1" xmlns="http://www.w3.org/2005/08/addressing">http://server1/Services/Feed.svc</To>
    </soap:Header>
    <soap:Body>
    <tem:GetServers/>
    </soap:Body>
    </soap:Envelope>


    How to do this? Can it be done?

    Eric

  • #2
    It appears that you already asked this over two years ago, and reteset provided a working project and sample code. If you don't remember what you asked in the past, you could use the search functions to locate previous discussions.

    Ulrich

    Comment


    • #3
      Good follow up:yes

      Comment


      • #4
        Oepss, shame on me!! thanks Ulrich

        Comment

        Working...
        X