|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
How to send XML requests to a url & with what language
Hello, I am very new to XML langauge and understand that I'm going about this whole learning thing wrong. But I have searched the forums and just don't have the patients right now to look through them.
Here's my question: Say I have this in a file called test.xml Code:
<NexRes product=”Hotel”> <session> <id>mySessionIDXXX</id> <affiliate> <id>10000000</id> </affiliate> </session> <request type=”PropertyInformation”> <hotelId>11223344</hotelId> <include>OVERVIEW</include> </request> </NexRes> Now how would I send this XML request to a XML server at this url http://www.domain.com/xml/xps.cgi and recieve a response? Thanks, Lunatic. I do have more question but lets start here. Appreciated. |
|
#2
|
|||
|
|||
|
Well, you can use pretty much any language. The xml probably just needs to go in the body of the request. You may also need to set some headers, but I couldn't tell you what those are.
What languages do you know/have available? |
|
#3
|
|||
|
|||
|
i am capable of using VB, perl, php, javascript, i think C++. but I'm better at perl or javascript. took VB class years ago and just diping in and out of C++. php haven't even started to learn.
I'm running this on an apache server if i didn't mention this before. |
|
#4
|
|||
|
|||
|
Well, start here: http://forums.devshed.com/t55945/s.html
You may need to do some hunting to find out the exact http headers you need to send. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > How to send XML requests to a url & with what language |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|