| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php mailing list Archives
Please Help me! php + curl + xml
From: Renato Bonicio <renatobonicio_at_gmail.com>
Date: Thu, 1 Dec 2005 10:14:24 -0200
Hi people,
I´m Renato from Brazil.
I have found some examples on the internet and i had mixed them trying to
The server that im trying to connect is https://pro400.seven.com/api
i want to send a xml file to this server..
my code: (i think there are to many errors)
<?php
$proxy = 'http://pro400.seven.com/api';
$XMLRequest = "<?xml version='1.0' encoding='UTF-8'?";
//$ServiceId = 'urn:com.schober:paymaster.ConsumerAddressCheck_Tst';
$data_string = "XMLRequest=".$XMLRequest;
$curl_handle = curl_init("http://pro400.seven.com/api");
curl_setopt ($curl_handle, CURLOPT_PROXY, $proxy);
#$result = curl_exec ($curl_handle) or die ("There has been an error");
if (curl_error($curl_handle))
Thank you very much!!
_______________________________________________
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info