Jump to content

Send XML packet to a http application?


Recommended Posts

ok, i really have no clue how to do this:

i need to send the following data to a webserver:

POST /service/getMediaInfo.xml?clientGUID=****&VEOH_GUIDE_AUTH=*****%3D&version=3%2E9%2E0 HTTP/1.1
Content-length: 73
Content-Type: application/xml
Connection: Keep-Alive
User-Agent: veoh-3.9.0 service (NT 5.1; IE 7.0.5730.11; en-US Windows)
Host: www.veoh.com
Cookie: VEOH_GUIDE_AUTH=*****=; 
ACEGI_SECURITY_HASHED_REMEMBER_ME_COOKIE=****=

<MediaIdList>
 <MediaId permalinkId="*****"/>
</MediaIdList>

MediaIdList is xml obviously...this is extracted from a wireshark packet

how do i open a url and send post data as well as xml information?

Edited by pixartist
Link to comment
Share on other sites

too easy :)

search on forum for SOAP. Then use the xml.http or something like that to contruct your request, then send it.

-- Arck System _ Soon -- Ideas make everything

"La critique est facile, l'art est difficile"

Projects :

[list] [*]Au3Service : Run your exe as service V3 / Updated 29/07/2013 Get it Here [/list]
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...