From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- .../20110208/69d2df41/attachment-0001.bin | 44 ++++++++++++++++++++++ .../attachments/20110208/69d2df41/attachment.bin | 44 ++++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 zarb-ml/mageia-dev/attachments/20110208/69d2df41/attachment-0001.bin create mode 100644 zarb-ml/mageia-dev/attachments/20110208/69d2df41/attachment.bin (limited to 'zarb-ml/mageia-dev/attachments/20110208/69d2df41') diff --git a/zarb-ml/mageia-dev/attachments/20110208/69d2df41/attachment-0001.bin b/zarb-ml/mageia-dev/attachments/20110208/69d2df41/attachment-0001.bin new file mode 100644 index 000000000..193390946 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110208/69d2df41/attachment-0001.bin @@ -0,0 +1,44 @@ +setDebug(2); + +# ask the client to send the message to the server +$response = $client->send($message); + +# handle the response +if (!$response->faultCode()) { + print "
I got this value back
" .
+		htmlentities($response->serialize()). "

\n"; +} else { + print "Fault
"; + print "Code: " . htmlentities($response->faultCode()) . "
" . + "Reason: '" . htmlentities($response->faultString()) . "'
"; +} + +?> \ No newline at end of file diff --git a/zarb-ml/mageia-dev/attachments/20110208/69d2df41/attachment.bin b/zarb-ml/mageia-dev/attachments/20110208/69d2df41/attachment.bin new file mode 100644 index 000000000..193390946 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110208/69d2df41/attachment.bin @@ -0,0 +1,44 @@ +setDebug(2); + +# ask the client to send the message to the server +$response = $client->send($message); + +# handle the response +if (!$response->faultCode()) { + print "
I got this value back
" .
+		htmlentities($response->serialize()). "

\n"; +} else { + print "Fault
"; + print "Code: " . htmlentities($response->faultCode()) . "
" . + "Reason: '" . htmlentities($response->faultString()) . "'
"; +} + +?> \ No newline at end of file -- cgit v1.2.1