CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2010
    Posts
    2

    need help on posting xml over http

    Hi all,

    I am currently working on an application which is based on client-server architecture.

    On Client side:
    ==========
    I have to read data from database and send it to the server.
    Currently i am sending data using HTTP POST method (using utf-8 encoding).

    But now my problem is:

    In database, i have a column of CLOB type which contains xml file. I have to fetch this file and then post it to server through HTTP POST.
    Fetching part is done but my problem is how to send this file to server through HTTP POST method?


    On Server side i have to parse this xml and need to do some validations.

  2. #2
    Join Date
    Apr 2010
    Posts
    2

    Re: need help on posting xml over http

    Hi guys, can anyone please help me out with this problem.......?
    How to post an xml over HTTP ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured