浏览代码

first commit

wang jun 2 年之前
当前提交
2104c59f24
共有 100 个文件被更改,包括 14720 次插入0 次删除
  1. 二进制
      file/htdocs.rar
  2. 0 0
      file/htdocs/htdocs/.htaccess
  3. 62 0
      file/htdocs/htdocs/Amfphp/ClassLoader.php
  4. 73 0
      file/htdocs/htdocs/Amfphp/Core/Amf/Constants.php
  5. 841 0
      file/htdocs/htdocs/Amfphp/Core/Amf/Deserializer.php
  6. 242 0
      file/htdocs/htdocs/Amfphp/Core/Amf/Handler.php
  7. 57 0
      file/htdocs/htdocs/Amfphp/Core/Amf/Header.php
  8. 65 0
      file/htdocs/htdocs/Amfphp/Core/Amf/Message.php
  9. 53 0
      file/htdocs/htdocs/Amfphp/Core/Amf/Packet.php
  10. 982 0
      file/htdocs/htdocs/Amfphp/Core/Amf/Serializer.php
  11. 36 0
      file/htdocs/htdocs/Amfphp/Core/Amf/Types/ByteArray.php
  12. 37 0
      file/htdocs/htdocs/Amfphp/Core/Amf/Types/Date.php
  13. 20 0
      file/htdocs/htdocs/Amfphp/Core/Amf/Types/Undefined.php
  14. 67 0
      file/htdocs/htdocs/Amfphp/Core/Amf/Types/Vector.php
  15. 38 0
      file/htdocs/htdocs/Amfphp/Core/Amf/Types/Xml.php
  16. 37 0
      file/htdocs/htdocs/Amfphp/Core/Amf/Types/XmlDocument.php
  17. 79 0
      file/htdocs/htdocs/Amfphp/Core/Amf/Util.php
  18. 44 0
      file/htdocs/htdocs/Amfphp/Core/Common/ClassFindInfo.php
  19. 28 0
      file/htdocs/htdocs/Amfphp/Core/Common/IDeserializedRequestHandler.php
  20. 27 0
      file/htdocs/htdocs/Amfphp/Core/Common/IDeserializer.php
  21. 27 0
      file/htdocs/htdocs/Amfphp/Core/Common/IExceptionHandler.php
  22. 25 0
      file/htdocs/htdocs/Amfphp/Core/Common/ISerializer.php
  23. 51 0
      file/htdocs/htdocs/Amfphp/Core/Common/IVoConverter.php
  24. 43 0
      file/htdocs/htdocs/Amfphp/Core/Common/ServiceCallParameters.php
  25. 176 0
      file/htdocs/htdocs/Amfphp/Core/Common/ServiceRouter.php
  26. 108 0
      file/htdocs/htdocs/Amfphp/Core/Config.php
  27. 20 0
      file/htdocs/htdocs/Amfphp/Core/Exception.php
  28. 129 0
      file/htdocs/htdocs/Amfphp/Core/FilterManager.php
  29. 277 0
      file/htdocs/htdocs/Amfphp/Core/Gateway.php
  30. 55 0
      file/htdocs/htdocs/Amfphp/Core/HttpRequestGatewayFactory.php
  31. 114 0
      file/htdocs/htdocs/Amfphp/Core/PluginManager.php
  32. 201 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpAuthentication/AmfphpAuthentication.php
  33. 214 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpCharsetConverter/AmfphpCharsetConverter.php
  34. 82 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpDiscovery/AmfphpDiscovery.php
  35. 253 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpDiscovery/AmfphpDiscoveryService.php
  36. 61 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpDiscovery/MethodDescriptor.php
  37. 58 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpDiscovery/ParameterDescriptor.php
  38. 50 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpDiscovery/ServiceDescriptor.php
  39. 108 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpDummy/AmfphpDummy.php
  40. 216 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpDummy/index.html
  41. 45 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpErrorHandler/AmfphpErrorHandler.php
  42. 103 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpFlexMessaging/AcknowledgeMessage.php
  43. 158 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpFlexMessaging/AmfphpFlexMessaging.php
  44. 63 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpFlexMessaging/ErrorMessage.php
  45. 171 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpGet/AmfphpGet.php
  46. 169 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpJson/AmfphpJson.php
  47. 88 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpLogger/AmfphpLogger.php
  48. 239 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpMonitor/AmfphpMonitor.php
  49. 130 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpMonitor/AmfphpMonitorService.php
  50. 4258 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpMonitor/log.txt.php
  51. 260 0
      file/htdocs/htdocs/Amfphp/Plugins/AmfphpVoConverter/AmfphpVoConverter.php
  52. 408 0
      file/htdocs/htdocs/Amfphp/Services/ExampleService.php
  53. 372 0
      file/htdocs/htdocs/Amfphp/Services/ExampleService_Q.php
  54. 239 0
      file/htdocs/htdocs/Amfphp/Services/ExampleService_raw.php
  55. 435 0
      file/htdocs/htdocs/Amfphp/Services/ExampleServiceflash.php
  56. 33 0
      file/htdocs/htdocs/Amfphp/index.php
  57. 79 0
      file/htdocs/htdocs/applications.html
  58. 17 0
      file/htdocs/htdocs/bitnami.css
  59. 0 0
      file/htdocs/htdocs/button/.htaccess
  60. 62 0
      file/htdocs/htdocs/button/000.php
  61. 50 0
      file/htdocs/htdocs/button/100.php
  62. 51 0
      file/htdocs/htdocs/button/101.php
  63. 51 0
      file/htdocs/htdocs/button/102.php
  64. 93 0
      file/htdocs/htdocs/button/103.php
  65. 51 0
      file/htdocs/htdocs/button/103A.php
  66. 51 0
      file/htdocs/htdocs/button/104.php
  67. 51 0
      file/htdocs/htdocs/button/105.php
  68. 93 0
      file/htdocs/htdocs/button/106.php
  69. 51 0
      file/htdocs/htdocs/button/106A.php
  70. 51 0
      file/htdocs/htdocs/button/106S.php
  71. 51 0
      file/htdocs/htdocs/button/200.php
  72. 51 0
      file/htdocs/htdocs/button/201.php
  73. 51 0
      file/htdocs/htdocs/button/202.php
  74. 51 0
      file/htdocs/htdocs/button/203.php
  75. 51 0
      file/htdocs/htdocs/button/204.php
  76. 51 0
      file/htdocs/htdocs/button/205.php
  77. 68 0
      file/htdocs/htdocs/button/206.php
  78. 51 0
      file/htdocs/htdocs/button/206A.php
  79. 51 0
      file/htdocs/htdocs/button/300.php
  80. 51 0
      file/htdocs/htdocs/button/301.php
  81. 51 0
      file/htdocs/htdocs/button/302.php
  82. 51 0
      file/htdocs/htdocs/button/303.php
  83. 51 0
      file/htdocs/htdocs/button/304.php
  84. 51 0
      file/htdocs/htdocs/button/305.php
  85. 51 0
      file/htdocs/htdocs/button/306.php
  86. 115 0
      file/htdocs/htdocs/button/306_1.php
  87. 51 0
      file/htdocs/htdocs/button/307.php
  88. 51 0
      file/htdocs/htdocs/button/308.php
  89. 51 0
      file/htdocs/htdocs/button/309.php
  90. 74 0
      file/htdocs/htdocs/button/310.php
  91. 49 0
      file/htdocs/htdocs/button/310A.php
  92. 51 0
      file/htdocs/htdocs/button/310S.php
  93. 94 0
      file/htdocs/htdocs/button/311.php
  94. 51 0
      file/htdocs/htdocs/button/311A.php
  95. 51 0
      file/htdocs/htdocs/button/311S.php
  96. 93 0
      file/htdocs/htdocs/button/312.php
  97. 51 0
      file/htdocs/htdocs/button/312A.php
  98. 51 0
      file/htdocs/htdocs/button/312S.php
  99. 76 0
      file/htdocs/htdocs/button/313.php
  100. 51 0
      file/htdocs/htdocs/button/313A.php

二进制
file/htdocs.rar


+ 0 - 0
file/htdocs/htdocs/.htaccess


+ 62 - 0
file/htdocs/htdocs/Amfphp/ClassLoader.php

@@ -0,0 +1,62 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * include this to include amfphp
+ * note: this list could be generated. In the meantime maintain it manually. 
+ * It would be nice to do this alphabetically, It seems however that an interface must be loaded before a class, so do as possible
+ *
+ * @author Ariel Sommeria-klein
+ * @package Amfphp
+ *
+ */
+
+define( 'AMFPHP_ROOTPATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
+define( 'AMFPHP_VERSION', '2.2.1');
+
+//core/common
+require_once AMFPHP_ROOTPATH . 'Core/Common/ClassFindInfo.php';
+require_once AMFPHP_ROOTPATH . 'Core/Common/IDeserializer.php';
+require_once AMFPHP_ROOTPATH . 'Core/Common/IExceptionHandler.php';
+require_once AMFPHP_ROOTPATH . 'Core/Common/IDeserializedRequestHandler.php';
+require_once AMFPHP_ROOTPATH . 'Core/Common/ISerializer.php';
+require_once AMFPHP_ROOTPATH . 'Core/Common/IVoConverter.php';
+require_once AMFPHP_ROOTPATH . 'Core/Common/ServiceRouter.php';
+require_once AMFPHP_ROOTPATH . 'Core/Common/ServiceCallParameters.php';
+
+//core/amf
+require_once AMFPHP_ROOTPATH . 'Core/Amf/Constants.php';
+require_once AMFPHP_ROOTPATH . 'Core/Amf/Deserializer.php';
+require_once AMFPHP_ROOTPATH . 'Core/Amf/Handler.php';
+require_once AMFPHP_ROOTPATH . 'Core/Amf/Header.php';
+require_once AMFPHP_ROOTPATH . 'Core/Amf/Message.php';
+require_once AMFPHP_ROOTPATH . 'Core/Amf/Packet.php';
+require_once AMFPHP_ROOTPATH . 'Core/Amf/Serializer.php';
+require_once AMFPHP_ROOTPATH . 'Core/Amf/Util.php';
+
+//core/Amf/types
+require_once AMFPHP_ROOTPATH . 'Core/Amf/Types/ByteArray.php';
+require_once AMFPHP_ROOTPATH . 'Core/Amf/Types/Undefined.php';
+require_once AMFPHP_ROOTPATH . 'Core/Amf/Types/Date.php';
+require_once AMFPHP_ROOTPATH . 'Core/Amf/Types/Vector.php';
+require_once AMFPHP_ROOTPATH . 'Core/Amf/Types/Xml.php';
+require_once AMFPHP_ROOTPATH . 'Core/Amf/Types/XmlDocument.php';
+
+//core
+require_once AMFPHP_ROOTPATH . 'Core/Config.php';
+require_once AMFPHP_ROOTPATH . 'Core/Exception.php';
+require_once AMFPHP_ROOTPATH . 'Core/Gateway.php';
+require_once AMFPHP_ROOTPATH . 'Core/FilterManager.php';
+require_once AMFPHP_ROOTPATH . 'Core/HttpRequestGatewayFactory.php';
+require_once AMFPHP_ROOTPATH . 'Core/PluginManager.php';
+
+
+
+?>

+ 73 - 0
file/htdocs/htdocs/Amfphp/Core/Amf/Constants.php

@@ -0,0 +1,73 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * constants relative to the Amf format
+ *
+ * @package Amfphp_Core_Amf
+ * @author Ariel Sommeria-klein
+ */
+class Amfphp_Core_Amf_Constants {
+    /**
+     * The success method name
+     */
+    const CLIENT_SUCCESS_METHOD = '/onResult';
+    /**
+     * The status method name
+     */
+    const CLIENT_FAILURE_METHOD = '/onStatus';
+
+    /**
+     * used when there is an error and the request response uri is not available
+     */
+    const DEFAULT_REQUEST_RESPONSE_URI = '/1';
+    /**
+     * The AMf content type, for use in the headers
+     */
+    const CONTENT_TYPE = 'application/x-amf';
+    /**
+     * this is the field where the class name of an object must be set so that it can be sent as a strongly typed object. 
+     * 
+     * try to use this where possible, but it can't be everywhere because we would need to use ReflectionClass::hasProperty, and that is only with PHP 5.1
+     */
+    const FIELD_EXPLICIT_TYPE = '_explicitType';
+    /**
+     * if an object is marked as externalizable(AMF3 and later), this is where the externalized data goes.
+     */
+    const FIELD_EXTERNALIZED_DATA = '_externalizedData';
+
+    /**
+     * this is the name of the credentials header. can be used for AS3, but is mostly AS2 only
+     */
+    const CREDENTIALS_HEADER_NAME = 'Credentials';
+
+    /**
+     * the user id field in the credentials header
+     */
+    const CREDENTIALS_FIELD_USERID = 'userid';
+
+    /**
+     * the password field in the credentials header
+     */
+    const CREDENTIALS_FIELD_PASSWORD = 'password';
+
+    /**
+     * amf0 encoding
+     */
+    const AMF0_ENCODING = 0;
+
+    /**
+     * amf3 encoding
+     */
+    const AMF3_ENCODING = 3;
+
+
+}
+?>

+ 841 - 0
file/htdocs/htdocs/Amfphp/Core/Amf/Deserializer.php

@@ -0,0 +1,841 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * Amfphp_Core_Amf_Deserializer takes the raw amf input stream and converts it PHP objects
+ * representing the data.
+ * 
+ * Based on code from amfphp 1.9, adapted and enhanced by Ariel Sommeria-Klein to amfphp 2.x architecture
+ * Vector code by Mick Powell
+ * @package Amfphp_Core_Amf
+ */
+class Amfphp_Core_Amf_Deserializer implements Amfphp_Core_Common_IDeserializer {
+
+    /**
+     * data to deserialize
+     * @var string 
+     */
+    protected $rawData;
+
+    /**
+     * The number of Messages in the packet left to process
+     *
+     * @access protected
+     * @var int
+     */
+    protected $messagesLeftToProcess;
+
+    /**
+     * The current seek cursor of the stream
+     *
+     * @access protected
+     * @var int
+     */
+    protected $currentByte;
+
+    /**
+     * The number of headers in the packet left to process
+     *
+     * @access protected
+     * @var int
+     */
+    protected $headersLeftToProcess;
+
+    /**
+     * the Packet contained in the serialized data
+     * @var <Amfphp_Core_Amf_Packet>
+     */
+    protected $deserializedPacket;
+
+    /**
+     *  strings stored for tracking references(amf3)
+     * @var array
+     */
+    protected $storedStrings;
+
+    /**
+     *  objects stored for tracking references(amf3)
+     * @var array
+     */
+    protected $storedObjects;
+
+    /**
+     *  class definitions(traits) stored for tracking references(amf3)
+     * @var array
+     */
+    protected $storedDefinitions;
+
+    /**
+     *  objects stored for tracking references(amf0)
+     * @var array
+     */
+    protected $amf0storedObjects;
+
+    /**
+     * converts VOs directly if set, rather than instanciating anonymous classes that are converted later
+     * @var Amfphp_Core_Common_IVoConverter
+     */
+    public $voConverter;
+
+    /**
+     * convert from text/binary to php object
+     * @param array $getData
+     * @param array $postData
+     * @param string $rawPostData
+     * @return Amfphp_Core_Amf_Packet
+     */
+    public function deserialize(array $getData, array $postData, $rawPostData) {
+        $this->rawData = $rawPostData;
+        $this->currentByte = 0;
+        $this->deserializedPacket = new Amfphp_Core_Amf_Packet();
+        $this->readHeaders(); // read the binary headers
+        $this->readMessages(); // read the binary Messages
+        return $this->deserializedPacket;
+    }
+
+    /**
+     * reset reference stores
+     */
+    protected function resetReferences() {
+        $this->amf0storedObjects = array();
+        $this->storedStrings = array();
+        $this->storedObjects = array();
+        $this->storedDefinitions = array();
+    }
+
+    /**
+     * readHeaders converts that header section of the amf Packet into php obects.
+     * Header information typically contains meta data about the Packet.
+     */
+    protected function readHeaders() {
+
+        $topByte = $this->readByte(); // ignore the first two bytes --  version or something
+        $secondByte = $this->readByte(); //0 for Flash,
+        //If firstByte != 0, then the Amf data is corrupted, for example the transmission
+        //
+			if (!($topByte == 0 || $topByte == 3)) {
+            throw new Amfphp_Core_Exception('Malformed Amf Packet, connection may have dropped');
+        }
+        if ($secondByte == 3) {
+            $this->deserializedPacket->amfVersion = Amfphp_Core_Amf_Constants::AMF3_ENCODING;
+        }
+
+        $this->headersLeftToProcess = $this->readInt(); //  find the total number of header elements
+
+        while ($this->headersLeftToProcess--) { // loop over all of the header elements
+            $this->resetReferences();
+            $name = $this->readUTF();
+            $required = $this->readByte() == 1; // find the must understand flag
+            //$length   = $this->readLong(); // grab the length of  the header element
+            $this->currentByte += 4; // grab the length of the header element
+
+
+            $type = $this->readByte();  // grab the type of the element
+            $content = $this->readData($type); // turn the element into real data
+
+            $header = new Amfphp_Core_Amf_Header($name, $required, $content);
+            $this->deserializedPacket->headers[] = $header;
+        }
+    }
+
+    /**
+     * read messages in AMF packet
+     */
+    protected function readMessages() {
+        $this->messagesLeftToProcess = $this->readInt(); // find the total number  of Message elements
+        while ($this->messagesLeftToProcess--) { // loop over all of the Message elements
+            $this->resetReferences();
+            $target = $this->readUTF();
+            $response = $this->readUTF(); //    the response that the client understands
+            //$length = $this->readLong(); // grab the length of    the Message element
+            $this->currentByte += 4;
+            $type = $this->readByte(); // grab the type of the element
+            $data = $this->readData($type); // turn the element into real data
+            $message = new Amfphp_Core_Amf_Message($target, $response, $data);
+            $this->deserializedPacket->messages[] = $message;
+        }
+    }
+
+    /**
+     * readInt grabs the next 2 bytes and returns the next two bytes, shifted and combined
+     * to produce the resulting integer
+     *
+     * @return int The resulting integer from the next 2 bytes
+     */
+    protected function readInt() {
+        return ((ord($this->rawData[$this->currentByte++]) << 8) |
+                ord($this->rawData[$this->currentByte++])); // read the next 2 bytes, shift and add
+    }
+
+    /**
+     * readUTF first grabs the next 2 bytes which represent the string length.
+     * Then it grabs the next (len) bytes of the resulting string.
+     *
+     * @return string The utf8 decoded string
+     */
+    protected function readUTF() {
+        $length = $this->readInt(); // get the length of the string (1st 2 bytes)
+        //BUg fix:: if string is empty skip ahead
+        if ($length == 0) {
+            return '';
+        } else {
+            $val = substr($this->rawData, $this->currentByte, $length); // grab the string
+            $this->currentByte += $length; // move the seek head to the end of the string
+
+            return $val; // return the string
+        }
+    }
+
+    /**
+     * readByte grabs the next byte from the data stream and returns it.
+     *
+     * @return int The next byte converted into an integer
+     */
+    protected function readByte() {
+        return ord($this->rawData[$this->currentByte++]); // return the next byte
+    }
+
+    /**
+     * readData is the main switch for mapping a type code to an actual
+     * implementation for deciphering it.
+     *
+     * @param mixed $type The $type integer
+     * @return mixed The php version of the data in the Packet block
+     */
+    public function readData($type) {
+        switch ($type) {
+            //amf3 is now most common, so start with that
+            case 0x11: //Amf3-specific
+                return $this->readAmf3Data();
+                break;
+            case 0: // number
+                return $this->readDouble();
+            case 1: // boolean
+                return $this->readByte() == 1;
+            case 2: // string
+                return $this->readUTF();
+            case 3: // object Object
+                return $this->readObject();
+            //ignore movie clip
+            case 5: // null
+                return null;
+            case 6: // undefined
+                return new Amfphp_Core_Amf_Types_Undefined();
+            case 7: // Circular references are returned here
+                return $this->readReference();
+            case 8: // mixed array with numeric and string keys
+                return $this->readMixedArray();
+            case 9: //object end. not worth , TODO maybe some integrity checking
+                return null;
+            case 0X0A: // array
+                return $this->readArray();
+            case 0X0B: // date
+                return $this->readDate();
+            case 0X0C: // string, strlen(string) > 2^16
+                return $this->readLongUTF();
+            case 0X0D: // mainly internal AS objects
+                return null;
+            //ignore recordset
+            case 0X0F: // XML
+                return $this->readXml();
+            case 0x10: // Custom Class
+                return $this->readCustomClass();
+            default: // unknown case
+                throw new Amfphp_Core_Exception("Found unhandled type with code: $type");
+                exit();
+                break;
+        }
+        return $data;
+    }
+
+    /**
+     * readDouble reads the floating point value from the bytes stream and properly orders
+     * the bytes depending on the system architecture.
+     *
+     * @return float The floating point value of the next 8 bytes
+     */
+    protected function readDouble() {
+        $bytes = substr($this->rawData, $this->currentByte, 8);
+        $this->currentByte += 8;
+        if (Amfphp_Core_Amf_Util::isSystemBigEndian()) {
+            $bytes = strrev($bytes);
+        }
+        $zz = unpack('dflt', $bytes); // unpack the bytes
+        return $zz['flt']; // return the number from the associative array
+    }
+
+    /**
+     * readObject reads the name/value properties of the amf Packet and converts them into
+     * their equivilent php representation
+     *
+     * @return Object The php object filled with the data
+     */
+    protected function readObject() {
+        $ret = new stdClass();
+        $this->amf0storedObjects[] = & $ret;
+        $key = $this->readUTF();
+        for ($type = $this->readByte(); $type != 9; $type = $this->readByte()) {
+            $val = $this->readData($type); // grab the value
+            $ret->$key = $val; // save the name/value pair in the object
+            $key = $this->readUTF(); // get the next name
+        }
+        return $ret;
+    }
+
+    /**
+     * readReference replaces the old readFlushedSO. It treats where there
+     * are references to other objects. Currently it does not resolve the
+     * object as this would involve a serious amount of overhead, unless
+     * you have a genius idea
+     *
+     * @return String
+     */
+    protected function readReference() {
+        $reference = $this->readInt();
+        return $this->amf0storedObjects[$reference];
+    }
+
+    /**
+     * readMixedArray turns an array with numeric and string indexes into a php array
+     *
+     * @return array The php array with mixed indexes
+     */
+    protected function readMixedArray() {
+        //$length   = $this->readLong(); // get the length  property set by flash
+        $this->currentByte += 4;
+        return $this->readMixedObject(); // return the Message of mixed array
+    }
+
+    /**
+     * readMixedObject reads the name/value properties of the amf Packet and converts
+     * numeric looking keys to numeric keys
+     *
+     * @return array The php array with the object data
+     */
+    protected function readMixedObject() {
+        $ret = array(); // init the array
+        $this->amf0storedObjects[] = & $ret;
+        $key = $this->readUTF(); // grab the key
+        for ($type = $this->readByte(); $type != 9; $type = $this->readByte()) {
+            $val = $this->readData($type); // grab the value
+            if (is_numeric($key)) {
+                $key = (float) $key;
+            }
+            $ret[$key] = $val; // save the name/value pair in the array
+            $key = $this->readUTF(); // get the next name
+        }
+        return $ret; // return the array
+    }
+
+    /**
+     * readArray turns an all numeric keyed actionscript array into a php array.
+     *
+     * @return array The php array
+     */
+    protected function readArray() {
+        $ret = array(); // init the array object
+        $this->amf0storedObjects[] = & $ret;
+        $length = $this->readLong(); // get the length  of the array
+        for ($i = 0; $i < $length; $i++) { // loop over all of the elements in the data
+            $type = $this->readByte(); // grab the type for each element
+            $ret[] = $this->readData($type); // grab each element
+        }
+        return $ret; // return the data
+    }
+
+    /**
+     * readDate reads a date from the amf Packet and returns the time in ms.
+     * This method is still under development.
+     *
+     * @return Amfphp_Core_Amf_Types_Date a container with the date in ms.
+     */
+    protected function readDate() {
+        $ms = $this->readDouble(); // date in milliseconds from 01/01/1970
+        $int = $this->readInt(); // unsupported timezone
+        $date = new Amfphp_Core_Amf_Types_Date($ms);
+        return $date;
+    }
+
+    /**
+     * read xml
+     * @return Amfphp_Core_Amf_Types_Xml 
+     */
+    protected function readXml() {
+        $str = $this->readLongUTF();
+        return new Amfphp_Core_Amf_Types_Xml($str);
+    }
+
+    /**
+     * readLongUTF first grabs the next 4 bytes which represent the string length.
+     * Then it grabs the next (len) bytes of the resulting in the string
+     *
+     * @return string The utf8 decoded string
+     */
+    protected function readLongUTF() {
+        $length = $this->readLong(); // get the length of the string (1st 4 bytes)
+        $val = substr($this->rawData, $this->currentByte, $length); // grab the string
+        $this->currentByte += $length; // move the seek head to the end of the string
+
+        return $val; // return the string
+    }
+
+    /**
+     * tries to use the type to get a typed object. If not possible, return a stdClass, 
+     * with the explicit type marker set if the type was not just an empty string
+     * @param type $typeIdentifier
+     * @return stdClass or typed object 
+     */
+    protected function resolveType($typeIdentifier) {
+        if ($typeIdentifier != '') {
+            if ($this->voConverter) {
+                $obj = $this->voConverter->getNewVoInstance($typeIdentifier);
+            } else {
+                $obj = new stdClass();
+                $explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
+                $obj->$explicitTypeField = $typeIdentifier;
+            }
+        } else {
+            $obj = new stdClass();
+        }
+        return $obj;
+    }
+
+    /**
+     * readCustomClass reads the amf content associated with a class instance which was registered
+     * with Object.registerClass.  
+     * If a VoConverter is available, it is used to instanciate the Vo. 
+     * If not, In order to preserve the class name an additional property is assigned
+     * to the object Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE.  This property will be overwritten if it existed within the class already.
+     *
+     * @return object The php representation of the object
+     */
+    protected function readCustomClass() {
+        //not really sure why the replace is here? A.S. 201310
+        $typeIdentifier = str_replace('..', '', $this->readUTF());
+        $obj = $this->resolveType($typeIdentifier);
+        $this->amf0storedObjects[] = & $obj;
+        $key = $this->readUTF(); // grab the key
+        for ($type = $this->readByte(); $type != 9; $type = $this->readByte()) {
+            $val = $this->readData($type); // grab the value
+            $obj->$key = $val; // save the name/value pair in the array
+            $key = $this->readUTF(); // get the next name
+        }
+        return $obj;
+    }
+
+    /**
+     * read the type byte, then call the corresponding amf3 data reading function 
+     * @return mixed
+     */
+    public function readAmf3Data() {
+        $type = $this->readByte();
+        switch ($type) {
+            case 0x00 :
+                return new Amfphp_Core_Amf_Types_Undefined();
+            case 0x01 :
+                return null; //null
+            case 0x02 :
+                return false; //boolean false
+            case 0x03 :
+                return true; //boolean true
+            case 0x04 :
+                return $this->readAmf3Int();
+            case 0x05 :
+                return $this->readDouble();
+            case 0x06 :
+                return $this->readAmf3String();
+            case 0x07 :
+                return $this->readAmf3XmlDocument();
+            case 0x08 :
+                return $this->readAmf3Date();
+            case 0x09 :
+                return $this->readAmf3Array();
+            case 0x0A :
+                return $this->readAmf3Object();
+            case 0x0B :
+                return $this->readAmf3Xml();
+            case 0x0C :
+                return $this->readAmf3ByteArray();
+            case 0x0D :
+            case 0x0E :
+            case 0x0F :
+            case 0x10 :
+                return $this->readAmf3Vector($type);
+            case 0x11 :
+                throw new Amfphp_Core_Exception('dictionaries not supported, as it is not possible to use an object as array key in PHP ');
+            default:
+                throw new Amfphp_Core_Exception('undefined Amf3 type encountered: ' . $type);
+        }
+    }
+
+    /**
+     * Handle decoding of the variable-length representation
+     * which gives seven bits of value per serialized byte by using the high-order bit
+     * of each byte as a continuation flag.
+     *
+     * @return read integer value
+     */
+    protected function readAmf3Int() {
+        $int = $this->readByte();
+        if ($int < 128)
+            return $int;
+        else {
+            $int = ($int & 0x7f) << 7;
+            $tmp = $this->readByte();
+            if ($tmp < 128) {
+                return $int | $tmp;
+            } else {
+                $int = ($int | ($tmp & 0x7f)) << 7;
+                $tmp = $this->readByte();
+                if ($tmp < 128) {
+                    return $int | $tmp;
+                } else {
+                    $int = ($int | ($tmp & 0x7f)) << 8;
+                    $tmp = $this->readByte();
+                    $int |= $tmp;
+
+                    // Integers in Amf3 are 29 bit. The MSB (of those 29 bit) is the sign bit.
+                    // In order to properly convert that integer to a PHP integer - the system
+                    // might be 32 bit, 64 bit, 128 bit or whatever - all higher bits need to
+                    // be set.
+
+                    if (($int & 0x10000000) !== 0) {
+                        $int |= ~0x1fffffff; // extend the sign bit regardless of integer (bit) size
+                    }
+                    return $int;
+                }
+            }
+        }
+    }
+
+    /**
+     * read amf 3 date
+     * @return boolean|\Amfphp_Core_Amf_Types_Date
+     * @throws Amfphp_Core_Exception
+     */
+    protected function readAmf3Date() {
+        $firstInt = $this->readAmf3Int();
+        if (($firstInt & 0x01) == 0) {
+            $firstInt = $firstInt >> 1;
+            if ($firstInt >= count($this->storedObjects)) {
+                throw new Amfphp_Core_Exception('Undefined date reference: ' . $firstInt);
+                return false;
+            }
+            return $this->storedObjects[$firstInt];
+        }
+
+
+        $ms = $this->readDouble();
+        $date = new Amfphp_Core_Amf_Types_Date($ms);
+        $this->storedObjects[] = & $date;
+        return $date;
+    }
+
+    /**
+     * readString
+     *
+     * @return string
+     */
+    protected function readAmf3String() {
+
+        $strref = $this->readAmf3Int();
+
+        if (($strref & 0x01) == 0) {
+            $strref = $strref >> 1;
+            if ($strref >= count($this->storedStrings)) {
+                throw new Amfphp_Core_Exception('Undefined string reference: ' . $strref, E_USER_ERROR);
+                return false;
+            }
+            return $this->storedStrings[$strref];
+        } else {
+            $strlen = $strref >> 1;
+            $str = '';
+            if ($strlen > 0) {
+                $str = $this->readBuffer($strlen);
+                $this->storedStrings[] = $str;
+            }
+            return $str;
+        }
+    }
+
+    /**
+     * read amf 3 xml
+     * @return Amfphp_Core_Amf_Types_Xml
+     */
+    protected function readAmf3Xml() {
+        $handle = $this->readAmf3Int();
+        $inline = (($handle & 1) != 0);
+        $handle = $handle >> 1;
+        if ($inline) {
+            $xml = $this->readBuffer($handle);
+            $this->storedObjects[] = & $xml;
+        } else {
+            $xml = $this->storedObjects[$handle];
+        }
+        return new Amfphp_Core_Amf_Types_Xml($xml);
+    }
+
+    /**
+     * read amf 3 xml doc
+     * @return Amfphp_Core_Amf_Types_Xml
+     */
+    protected function readAmf3XmlDocument() {
+        $handle = $this->readAmf3Int();
+        $inline = (($handle & 1) != 0);
+        $handle = $handle >> 1;
+        if ($inline) {
+            $xml = $this->readBuffer($handle);
+            $this->storedObjects[] = & $xml;
+        } else {
+            $xml = $this->storedObjects[$handle];
+        }
+        return new Amfphp_Core_Amf_Types_XmlDocument($xml);
+    }
+
+    /**
+     * read Amf 3 byte array
+     * @return Amfphp_Core_Amf_Types_ByteArray
+     */
+    protected function readAmf3ByteArray() {
+        $handle = $this->readAmf3Int();
+        $inline = (($handle & 1) != 0);
+        $handle = $handle >> 1;
+        if ($inline) {
+            $ba = new Amfphp_Core_Amf_Types_ByteArray($this->readBuffer($handle));
+            $this->storedObjects[] = & $ba;
+        } else {
+            $ba = $this->storedObjects[$handle];
+        }
+        return $ba;
+    }
+
+    /**
+     * read amf 3 array
+     * @return array
+     */
+    protected function readAmf3Array() {
+        $handle = $this->readAmf3Int();
+        $inline = (($handle & 1) != 0);
+        $handle = $handle >> 1;
+        if ($inline) {
+            $hashtable = array();
+            $this->storedObjects[] = & $hashtable;
+            $key = $this->readAmf3String();
+            while ($key != '') {
+                $value = $this->readAmf3Data();
+                $hashtable[$key] = $value;
+                $key = $this->readAmf3String();
+            }
+
+            for ($i = 0; $i < $handle; $i++) {
+                //Grab the type for each element.
+                $value = $this->readAmf3Data();
+                $hashtable[$i] = $value;
+            }
+            return $hashtable;
+        } else {
+            return $this->storedObjects[$handle];
+        }
+    }
+
+    /**
+     * read amf 3 object
+     * @return mixed stdClass, or VoClass if VoConverter could find it. 
+     */
+    protected function readAmf3Object() {
+        $handle = $this->readAmf3Int();
+        $inline = (($handle & 1) != 0);
+        $handle = $handle >> 1;
+
+        if ($inline) {
+            //an inline object
+            $inlineClassDef = (($handle & 1) != 0);
+            $handle = $handle >> 1;
+            if ($inlineClassDef) {
+                //inline class-def
+                $typeIdentifier = $this->readAmf3String();
+                $typedObject = !is_null($typeIdentifier) && $typeIdentifier != '';
+                //flags that identify the way the object is serialized/deserialized
+                $externalizable = (($handle & 1) != 0);
+                $handle = $handle >> 1;
+                $dynamic = (($handle & 1) != 0);
+                $handle = $handle >> 1;
+                $classMemberCount = $handle;
+
+                $classMemberDefinitions = array();
+                for ($i = 0; $i < $classMemberCount; $i++) {
+                    $classMemberDefinitions[] = $this->readAmf3String();
+                }
+
+                $classDefinition = array('type' => $typeIdentifier, 'members' => $classMemberDefinitions,
+                    'externalizable' => $externalizable, 'dynamic' => $dynamic);
+                $this->storedDefinitions[] = $classDefinition;
+            } else {
+                //a reference to a previously passed class-def
+                $classDefinition = $this->storedDefinitions[$handle];
+            }
+        } else {
+            //an object reference
+            return $this->storedObjects[$handle];
+        }
+
+        $typeIdentifier = $classDefinition['type'];
+        $obj = $this->resolveType($typeIdentifier);
+        //Add to references as circular references may search for this object
+        $this->storedObjects[] = & $obj;
+
+        if ($classDefinition['externalizable']) {
+            if (($typeIdentifier == 'flex.messaging.io.ArrayCollection') || ($typeIdentifier == 'flex.messaging.io.ObjectProxy')) {
+                //special for Flex. This doesn't belong here, but it's the least worst way I found to support returning them
+                $obj = $this->readAmf3Data();
+            } else {
+                $externalizedDataField = Amfphp_Core_Amf_Constants::FIELD_EXTERNALIZED_DATA;
+                $obj->$externalizedDataField = $this->readAmf3Data();
+            }
+        } else {
+            $members = $classDefinition['members'];
+            $memberCount = count($members);
+            for ($i = 0; $i < $memberCount; $i++) {
+                $val = $this->readAmf3Data();
+                $key = $members[$i];
+                $obj->$key = $val;
+            }
+
+            if ($classDefinition['dynamic'] /* && obj is ASObject */) {
+                $key = $this->readAmf3String();
+                while ($key != '') {
+                    $value = $this->readAmf3Data();
+                    $obj->$key = $value;
+                    $key = $this->readAmf3String();
+                }
+            }
+        }
+
+        return $obj;
+    }
+
+    /**
+     * readLong grabs the next 4 bytes shifts and combines them to produce an integer
+     *
+     * @return int The resulting integer from the next 4 bytes
+     */
+    protected function readLong() {
+        return ((ord($this->rawData[$this->currentByte++]) << 24) |
+                (ord($this->rawData[$this->currentByte++]) << 16) |
+                (ord($this->rawData[$this->currentByte++]) << 8) |
+                ord($this->rawData[$this->currentByte++])); // read the next 4 bytes, shift and add
+    }
+
+    /**
+     * read some data and move pointer
+     * @param type $len
+     * @return mixed
+     */
+    protected function readBuffer($len) {
+        $data = '';
+        for ($i = 0; $i < $len; $i++) {
+            $data .= $this->rawData
+                    {$i + $this->currentByte};
+        }
+        $this->currentByte += $len;
+        return $data;
+    }
+    
+
+    /**
+     * Reads a vector array of objects from the AMF stream. This works for all vector arrays: vector-object, vector-int vector-uint and 
+     * vector-double. The Vector is cast to a PHP array. Please note that because of the way php handles integers, uints have to be cast as 
+     * floats. See {@link http://php.net/manual/en/language.types.integer.php}
+     * @param        int             Type - the AMF vector array type.
+     * @return       array   The objects in the vector in a native PHP array.
+     */
+    protected function readAmf3Vector($type) {
+        /* AMF Spec: "The first (low) bit is a flag with value 1. The remaining 1 to 28 significant bits are used to encode the count of 
+          items in Vector." */
+        // according to the above - $inline will always be 1 after the bitshift, and what remains in $handle
+        // after the bitshift is the count of the vector 
+        $handle = $this->readAmf3Int();
+        $inline = (($handle & 1) != 0 );
+        $handle = $handle >> 1;
+        if ($inline) {
+            $vector = new Amfphp_Core_Amf_Types_Vector();
+            $vector->type = $type;
+            /* AMF Spec: "Boolean U8 value, 0x00 if not a fixed-length Vector, otherwise 0x01 if fixed-length." */
+            // we are not really concerned in PHP if the vector is fixed-length right now.
+            $vector->fixed = $this->readByte();
+            $vector->data = array();
+            $this->storedObjects[] = & $vector;
+            
+            if ($type === Amfphp_Core_Amf_Types_Vector::VECTOR_OBJECT) {
+                $vector->className = $this->readAmf3String();
+                for ($i = 0; $i < $handle; $i++) {
+                    //Grab the type for each element.
+                    $vector->data[] = $this->readAmf3Data();
+                }
+            }else{
+                switch ($type) {
+                    case Amfphp_Core_Amf_Types_Vector::VECTOR_INT : ;
+                        $length = 4;
+                        $format = "ival";
+                        break;
+                    case Amfphp_Core_Amf_Types_Vector::VECTOR_UINT :;
+                        $length = 4;
+                        $format = "Ival";
+                        break;
+                    case Amfphp_Core_Amf_Types_Vector::VECTOR_DOUBLE : ;
+                        $length = 8;
+                        $format = "dval";
+                        break;
+                }
+                for ($i = 0; $i < $handle; $i++) {
+                    //Grab the type for each element.
+                    $vector->data[] = $this->readAmf3VectorValue($length, $format);
+                }
+
+                
+            }
+
+            
+            return $vector;
+        } else {
+            return $this->storedObjects[$handle];
+        }
+    }
+
+    /**
+     * Read numeric values from the AMF byte stream. Please be aware that unsigned integers are not really supported in PHP, and for this reason
+     * unsigned integers are cast to float. {@link http://php.net/manual/en/language.types.integer.php}.
+     * 
+     * @param   integer You can specify 4 for integers or 8 for double precision floating point.
+     * @param   string  'ival' for signed integers, 'Ival' for unsigned integers, and "dval" for double precision floating point
+     * 
+     * @return <type>
+     */
+    protected function readAmf3VectorValue($length, $format) {
+        $bytes = $this->readBuffer($length);
+        if (Amfphp_Core_Amf_Util::isSystemBigEndian()) {
+            $bytes = strrev($bytes);
+        }
+        $array = unpack($format, $bytes);
+
+        // Unsigned Integers don't work in PHP amazingly enough. If you go into the "upper" region
+        // on the Actionscript side, this will come through as a negative without this cast to a float
+        // see http://php.net/manual/en/language.types.integer.php
+        if ($format === "Ival") {
+            $array["val"] = floatval(sprintf('%u', $array["val"]));
+        }
+        return $array["val"];
+    }
+
+
+}
+
+?>

+ 242 - 0
file/htdocs/htdocs/Amfphp/Core/Amf/Handler.php

@@ -0,0 +1,242 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * This is the default handler for the gateway. It's job is to handle everything that is specific to Amf for the gateway.
+ * 
+ * @todo determine if indirection for serializer/deserializer necessary. Makes gateway code lighter, but is cumbersome 
+ * @package Amfphp_Core_Amf
+ * @author Ariel Sommeria-Klein
+ */
+class Amfphp_Core_Amf_Handler implements Amfphp_Core_Common_IDeserializer, Amfphp_Core_Common_IDeserializedRequestHandler, Amfphp_Core_Common_IExceptionHandler, Amfphp_Core_Common_ISerializer {
+    /**
+     * filter called for each amf request header, to give a plugin the chance to handle it.
+     * Unless a plugin handles them, amf headers are ignored
+     * Headers embedded in the serialized requests are regarded to be a Amf specific, so they get their filter in Amf Handler
+     * @param Object $handler. null at call. Return if the plugin can handle
+     * @param Amfphp_Core_Amf_Header $header the request header
+     * @todo consider an interface for $handler. Maybe overkill here
+     */
+
+    const FILTER_AMF_REQUEST_HEADER_HANDLER = 'FILTER_AMF_REQUEST_HEADER_HANDLER';
+
+    /**
+     * filter called for each amf request message, to give a plugin the chance to handle it.
+     * This is for the Flex Messaging plugin to be able to intercept the message and say it wants to handle it
+     * @param Object $handler. null at call. Return if the plugin can handle
+     * @param Amfphp_Core_Amf_Message $requestMessage the request message
+     * @todo consider an interface for $handler. Maybe overkill here
+     */
+    const FILTER_AMF_REQUEST_MESSAGE_HANDLER = 'FILTER_AMF_REQUEST_MESSAGE_HANDLER';
+
+    /**
+     * filter called for exception handling an Amf packet/message, to give a plugin the chance to handle it.
+     * This is for the Flex Messaging plugin to be able to intercept the exception and say it wants to handle it
+     * @param Object $handler. null at call. Return if the plugin can handle
+     * @todo consider an interface for $handler. Maybe overkill here
+     */
+    const FILTER_AMF_EXCEPTION_HANDLER = 'FILTER_AMF_EXCEPTION_HANDLER';
+
+    /**
+     * Amf specifies that an error message must be aimed at an end point. This stores the last message's response Uri to be able to give this end point
+     * in case of an exception during the handling of the message. The default is '/1', because a response Uri is not always available
+     * @var String
+     */
+    protected $lastRequestMessageResponseUri;
+
+    /**
+     * return error details
+     * @see Amfphp_Core_Config::CONFIG_RETURN_ERROR_DETAILS
+     * @var boolean 
+     */
+    protected $returnErrorDetails = true;
+
+    /**
+     * Vo Converter. 
+     * @var Amfphp_Core_Common_IVoConverter 
+     */
+    protected $voConverter;
+    /**
+     * use this to manipulate the packet directly from your services. This is an advanced option, and should be used with caution!
+     * @var Amfphp_Core_Amf_Packet
+     */
+    public static $requestPacket;
+
+    /**
+     * use this to manipulate the packet directly from your services. This is an advanced option, and should be used with caution!
+     * @var Amfphp_Core_Amf_Packet
+     */
+    public static $responsePacket;
+    
+    /**
+     * constructor
+     * @param array $sharedConfig
+     */
+    public function __construct($sharedConfig) {
+        $this->lastRequestMessageResponseUri = '/1';
+        if (isset($sharedConfig[Amfphp_Core_Config::CONFIG_RETURN_ERROR_DETAILS])) {
+            $this->returnErrorDetails = $sharedConfig[Amfphp_Core_Config::CONFIG_RETURN_ERROR_DETAILS];
+        }
+    }
+
+    /**
+     * deserialize
+     * @see Amfphp_Core_Common_IDeserializer
+     * @param array $getData
+     * @param array $postData
+     * @param string $rawPostData
+     * @return string
+     */
+    public function deserialize(array $getData, array $postData, $rawPostData) {
+        $deserializer = new Amfphp_Core_Amf_Deserializer();
+        //note: this has to be done here and not in the constructor to avoid 
+        //disabling scanning when it's another handler that ends up handling the request
+        $this->voConverter = Amfphp_Core_FilterManager::getInstance()->callFilters(Amfphp_Core_Gateway::FILTER_VO_CONVERTER, null);
+        if($this->voConverter){
+            $this->voConverter->setScanEnabled(false);
+            $deserializer->voConverter = $this->voConverter;
+        }
+        $requestPacket = $deserializer->deserialize($getData, $postData, $rawPostData);
+        return $requestPacket;
+    }
+
+    /**
+     * creates a ServiceCallParameters object from an Amfphp_Core_Amf_Message
+     * supported separators in the targetUri are '/' and '.'
+     * @param Amfphp_Core_Amf_Message $Amfphp_Core_Amf_Message
+     * @return Amfphp_Core_Common_ServiceCallParameters
+     */
+    protected function getServiceCallParameters(Amfphp_Core_Amf_Message $Amfphp_Core_Amf_Message) {
+        $targetUri = str_replace('.', '/', $Amfphp_Core_Amf_Message->targetUri);
+        $split = explode('/', $targetUri);
+        $ret = new Amfphp_Core_Common_ServiceCallParameters();
+        $ret->methodName = array_pop($split);
+        $ret->serviceName = join($split, '/');
+        $ret->methodParameters = $Amfphp_Core_Amf_Message->data;
+        return $ret;
+    }
+
+    /**
+     * process a request and generate a response.
+     * throws an Exception if anything fails, so caller must encapsulate in try/catch
+     *
+     * @param Amfphp_Core_Amf_Message $requestMessage
+     * @param Amfphp_Core_Common_ServiceRouter $serviceRouter
+     * @return Amfphp_Core_Amf_Message the response Message for the request
+     */
+    protected function handleRequestMessage(Amfphp_Core_Amf_Message $requestMessage, Amfphp_Core_Common_ServiceRouter $serviceRouter) {
+        $filterManager = Amfphp_Core_FilterManager::getInstance();
+        $fromFilters = $filterManager->callFilters(self::FILTER_AMF_REQUEST_MESSAGE_HANDLER, null, $requestMessage);
+        if ($fromFilters) {
+            $handler = $fromFilters;
+            return $handler->handleRequestMessage($requestMessage, $serviceRouter);
+        }
+
+        //plugins didn't do any special handling. Assumes this is a simple Amfphp_Core_Amf_ RPC call
+        $serviceCallParameters = $this->getServiceCallParameters($requestMessage);
+        $ret = $serviceRouter->executeServiceCall($serviceCallParameters->serviceName, $serviceCallParameters->methodName, $serviceCallParameters->methodParameters);
+        $responseMessage = new Amfphp_Core_Amf_Message();
+        $responseMessage->data = $ret;
+        $responseMessage->targetUri = $requestMessage->responseUri . Amfphp_Core_Amf_Constants::CLIENT_SUCCESS_METHOD;
+        //not specified
+        $responseMessage->responseUri = 'null';
+        return $responseMessage;
+    }
+
+    /**
+     * handle deserialized request
+     * @see Amfphp_Core_Common_IDeserializedRequestHandler
+     * @param mixed $deserializedRequest
+     * @param Amfphp_Core_Common_ServiceRouter $serviceRouter
+     * @return mixed
+     */
+    public function handleDeserializedRequest($deserializedRequest, Amfphp_Core_Common_ServiceRouter $serviceRouter) {
+        self::$requestPacket = $deserializedRequest;
+        self::$responsePacket = new Amfphp_Core_Amf_Packet();
+        $numHeaders = count(self::$requestPacket->headers);
+        for ($i = 0; $i < $numHeaders; $i++) {
+            $requestHeader = self::$requestPacket->headers[$i];
+            //handle a header. This is a job for plugins, unless comes a header that is so fundamental that it needs to be handled by the core
+            $fromFilters = Amfphp_Core_FilterManager::getInstance()->callFilters(self::FILTER_AMF_REQUEST_HEADER_HANDLER, null, $requestHeader);
+            if ($fromFilters) {
+                $handler = $fromFilters;
+                $handler->handleRequestHeader($requestHeader);
+            }
+        }
+
+        $numMessages = count(self::$requestPacket->messages);
+
+        //set amf version to the one detected in request
+        self::$responsePacket->amfVersion = self::$requestPacket->amfVersion;
+
+        //handle each message
+        for ($i = 0; $i < $numMessages; $i++) {
+            $requestMessage = self::$requestPacket->messages[$i];
+            $this->lastRequestMessageResponseUri = $requestMessage->responseUri;
+            $responseMessage = $this->handleRequestMessage($requestMessage, $serviceRouter);
+            self::$responsePacket->messages[] = $responseMessage;
+        }
+
+        return self::$responsePacket;
+    }
+
+    /**
+     * handle exception
+     * @see Amfphp_Core_Common_IExceptionHandler
+     * @param Exception $exception
+     * @return Amfphp_Core_Amf_Packet
+     */
+    public function handleException(Exception $exception) {
+        $errorPacket = new Amfphp_Core_Amf_Packet();
+        $filterManager = Amfphp_Core_FilterManager::getInstance();
+        $fromFilters = $filterManager->callFilters(self::FILTER_AMF_EXCEPTION_HANDLER, null);
+        if ($fromFilters) {
+            $handler = $fromFilters;
+            return $handler->generateErrorResponse($exception);
+        }
+
+        //no special handling by plugins. generate a simple error response with information about the exception
+        $errorResponseMessage = null;
+        $errorResponseMessage = new Amfphp_Core_Amf_Message();
+        $errorResponseMessage->targetUri = $this->lastRequestMessageResponseUri . Amfphp_Core_Amf_Constants::CLIENT_FAILURE_METHOD;
+        //not specified
+        $errorResponseMessage->responseUri = 'null';
+        $data = new stdClass();
+        $data->faultCode = $exception->getCode();
+        $data->faultString = $exception->getMessage();
+        if ($this->returnErrorDetails) {
+            $data->faultDetail = $exception->getTraceAsString();
+            $data->rootCause = $exception;
+        } else {
+            $data->faultDetail = '';
+        }
+        $errorResponseMessage->data = $data;
+
+        $errorPacket->messages[] = $errorResponseMessage;
+        return $errorPacket;
+    }
+
+    /**
+     * serialize
+     * @see Amfphp_Core_Common_ISerializer
+     * @param mixed $data
+     * @return mixed
+     */
+    public function serialize($data) {
+
+        $serializer = new Amfphp_Core_Amf_Serializer();
+        $serializer->voConverter = $this->voConverter;
+        return $serializer->serialize($data);
+    }
+
+}
+
+?>

+ 57 - 0
file/htdocs/htdocs/Amfphp/Core/Amf/Header.php

@@ -0,0 +1,57 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * Amfphp_Core_Amf_Header is a data type that represents a single header passed via Amf
+ *
+ * @package Amfphp_Core_Amf
+ */
+class Amfphp_Core_Amf_Header {
+
+    /**
+     * Name is the string name of the header key
+     *
+     * @var string
+     */
+    public $name;
+
+    /**
+     * Required is a boolean determining whether the remote system
+     * must understand this header in order to operate.  If the system
+     * does not understand the header then it should not execute the
+     * method call.
+     *
+     * @var boolean
+     */
+    public $required;
+
+    /**
+     * data is the actual object data of the header key
+     *
+     * @var mixed
+     */
+    public $data;
+
+    /**
+     * Amfphp_Core_Amf_Header is the Constructor function for the Amfphp_Core_Amf_Header data type.
+     * @param string $name
+     * @param boolean $required
+     * @param mixed $data
+     */
+    public function __construct($name = '', $required = false, $data = null) {
+        $this->name = $name;
+        $this->required = $required;
+        $this->data = $data;
+    }
+
+}
+
+?>

+ 65 - 0
file/htdocs/htdocs/Amfphp/Core/Amf/Message.php

@@ -0,0 +1,65 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * Amfphp_Core_Amf_Message is a data type that encapsulates all of the various properties a Message object can have.
+ *
+ * @package Amfphp_Core_Amf
+ * @author Ariel Sommeria-klein
+ */
+class Amfphp_Core_Amf_Message {
+
+    /**
+     * inthe case of a request:
+     * parsed to a service name and a function name. supported separators for the targetUri are '.' and '/'
+     * The service name can either be just the name of the class (TestService) or include a path(package/TestService)
+     * example of full targetUri package/TestService/mirrorFunction
+     *
+     * in the case of a response:
+     * the request responseUri + OK/KO
+     * for example: /1/onResult or /1/onStatus
+     *
+     * @var String
+     */
+    public $targetUri = '';
+
+    /**
+     * in the case of a request:
+     * operation name, for example /1
+     *
+     * in the case of a response:
+     * undefined
+     * 
+     * @var String
+     */
+    public $responseUri = '';
+
+    /**
+     * data
+     * @var mixed
+     */
+    public $data;
+
+    /**
+     * constructor
+     * @param String $targetUri
+     * @param String $responseUri
+     * @param mixed $data
+     */
+    public function __construct($targetUri = '', $responseUri = '', $data = null) {
+        $this->targetUri = $targetUri;
+        $this->responseUri = $responseUri;
+        $this->data = $data;
+    }
+
+}
+
+?>

+ 53 - 0
file/htdocs/htdocs/Amfphp/Core/Amf/Packet.php

@@ -0,0 +1,53 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * content holder for an Amf Packet.
+ *
+ * @package Amfphp_Core_Amf
+ * @author Ariel Sommeria-klein
+ */
+class Amfphp_Core_Amf_Packet {
+    /**
+     * The place to keep the headers data
+     *
+     * @var <array>
+     */
+    public $headers;
+
+    /**
+     * The place to keep the Message elements
+     *
+     * @var <array>
+     */
+    public $messages;
+
+    /**
+     * either 0 or 3. This is stored here when deserializing, because the serializer needs the info
+     * @var <int>
+     */
+    public $amfVersion;
+
+
+    /**
+     * The constructor function for a new Amf object.
+     *
+     * All the constructor does is initialize the headers and Messages containers
+     */
+    public function __construct() {
+        $this->headers = array();
+        $this->messages = array();
+        $this->amfVersion = Amfphp_Core_Amf_Constants::AMF0_ENCODING;
+    }
+
+    
+
+}
+?>

+ 982 - 0
file/htdocs/htdocs/Amfphp/Core/Amf/Serializer.php

@@ -0,0 +1,982 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * AmfSerializer manages the job of translating PHP objects into
+ * the actionscript equivalent via Amf.  The main method of the serializer
+ * is the serialize method which takes and AmfObject as it's argument
+ * and builds the resulting Amf Message.
+ *
+ * @package Amfphp_Core_Amf
+ */
+class Amfphp_Core_Amf_Serializer implements Amfphp_Core_Common_ISerializer {
+
+    /**
+     *
+     * @var String the output stream
+     */
+    protected $outBuffer;
+
+    /**
+     * packet
+     * @var Amfphp_Core_Amf_Packet
+     */
+    protected $packet;
+
+    /**
+     * the maximum amount of objects stored for reference
+     */
+    const MAX_STORED_OBJECTS = 1024;
+
+    /**
+     *
+     * used for Amf0 references
+     * @var array
+     */
+    protected $Amf0StoredObjects;
+
+    /**
+     *
+     * used for Amf3 references
+     * @var array
+     */
+    protected $storedObjects;
+
+    /**
+     * amf3 references to strings
+     * @var array
+     */
+    protected $storedStrings;
+
+    /**
+     * used for traits references. key: class name. value: array(reference id, array(property names))
+     * @var array
+     */
+    protected $className2TraitsInfo;
+
+    /**
+     * converts VOs directly if set, rather than instanciating anonymous classes that are converted later
+     * @var Amfphp_Core_Common_IVoConverter
+     */
+    public $voConverter;
+
+    /**
+     * converts from php object to binary
+     * @param Amfphp_Core_Amf_Packet $data
+     */
+    public function serialize($data) {
+        $this->packet = $data;
+        $this->resetReferences();
+
+        $this->writeInt(0); //  write the version (always 0)
+        $count = count($this->packet->headers);
+        $this->writeInt($count); // write header count
+        for ($i = 0; $i < $count; $i++) {
+            $this->resetReferences();
+            //write header
+            $header = $this->packet->headers[$i];
+            $this->writeUTF($header->name);
+            if ($header->required) {
+                $this->writeByte(1);
+            } else {
+                $this->writeByte(0);
+            }
+            $tempBuf = $this->outBuffer;
+            $this->outBuffer = '';
+
+            $this->writeData($header->data);
+            $serializedHeader = $this->outBuffer;
+            $this->outBuffer = $tempBuf;
+            $this->writeLong(strlen($serializedHeader));
+            $this->outBuffer .= $serializedHeader;
+        }
+        $count = count($this->packet->messages);
+        $this->writeInt($count); // write the Message  count
+        for ($i = 0; $i < $count; $i++) {
+            $this->resetReferences();
+            //write body.
+            $message = $this->packet->messages[$i];
+            $this->writeUTF($message->targetUri);
+            $this->writeUTF($message->responseUri);
+            //save the current buffer, and flush it to write the Message
+            $tempBuf = $this->outBuffer;
+            $this->outBuffer = '';
+            $this->writeData($message->data);
+            $serializedMessage = $this->outBuffer;
+            $this->outBuffer = $tempBuf;
+            $this->writeLong(strlen($serializedMessage));
+            $this->outBuffer .= $serializedMessage;
+        }
+
+        return $this->outBuffer;
+    }
+
+    /**
+     * initialize reference arrays and counters. Call before writing a body or a header, as the indices are local to each message body or header
+     */
+    protected function resetReferences() {
+        $this->Amf0StoredObjects = array();
+        $this->storedStrings = array();
+        $this->storedObjects = array();
+        $this->className2TraitsInfo = array();
+    }
+
+    /**
+     * get serialized data output
+     * @return string
+     */
+    public function getOutput() {
+        return $this->outBuffer;
+    }
+
+    /**
+     * writeByte writes a singe byte to the output stream
+     * 0-255 range
+     *
+     * @param int $b An int that can be converted to a byte
+     */
+    protected function writeByte($b) {
+        $this->outBuffer .= pack('c', $b); // use pack with the c flag
+    }
+
+    /**
+     * writeInt takes an int and writes it as 2 bytes to the output stream
+     * 0-65535 range
+     *
+     * @param int $n An integer to convert to a 2 byte binary string
+     */
+    protected function writeInt($n) {
+        $this->outBuffer .= pack('n', $n); // use pack with the n flag
+    }
+
+    /**
+     * writeLong takes an int, float or double and converts it to a 4 byte binary string and
+     * adds it to the output buffer
+     *
+     * @param long $l A long to convert to a 4 byte binary string
+     */
+    protected function writeLong($l) {
+        $this->outBuffer .= pack('N', $l); // use pack with the N flag
+    }
+
+    /**
+     * writeDouble takes a float as the input and writes it to the output stream.
+     * Then if the system is big-endian, it reverses the bytes order because all
+     * doubles passed via remoting are passed little-endian.
+     *
+     * @param double $d The double to add to the output buffer
+     */
+    protected function writeDouble($d) {
+        $b = pack('d', $d); // pack the bytes
+        if (Amfphp_Core_Amf_Util::isSystemBigEndian()) { // if we are a big-endian processor
+            $r = strrev($b);
+        } else { // add the bytes to the output
+            $r = $b;
+        }
+
+        $this->outBuffer .= $r;
+    }
+
+    /**
+     * writeUTF takes and input string, writes the length as an int and then
+     * appends the string to the output buffer
+     *
+     * @param string $s The string less than 65535 characters to add to the stream
+     */
+    protected function writeUtf($s) {
+        $this->writeInt(strlen($s)); // write the string length - max 65535
+        $this->outBuffer .= $s; // write the string chars
+    }
+
+    /**
+     * writeLongUTF will write a string longer than 65535 characters.
+     * It works exactly as writeUTF does except uses a long for the length
+     * flag.
+     *
+     * @param string $s A string to add to the byte stream
+     */
+    protected function writeLongUtf($s) {
+        $this->writeLong(strlen($s));
+        $this->outBuffer .= $s; // write the string chars
+    }
+
+    /**
+     * writeBoolean writes the boolean code (0x01) and the data to the output stream
+     *
+     * @param bool $d The boolean value
+     */
+    protected function writeBoolean($d) {
+        $this->writeByte(1); // write the 'boolean-marker'
+        $this->writeByte($d); // write the boolean byte (0 = FALSE; rest = TRUE)
+    }
+
+    /**
+     * writeString writes the string code (0x02) and the UTF8 encoded
+     * string to the output stream.
+     * Note: strings are truncated to 64k max length. Use XML as type
+     * to send longer strings
+     *
+     * @param string $d The string data
+     */
+    protected function writeString($d) {
+        $count = strlen($d);
+        if ($count < 65536) {
+            $this->writeByte(2);
+            $this->writeUTF($d);
+        } else {
+            $this->writeByte(12);
+            $this->writeLongUTF($d);
+        }
+    }
+
+    /**
+     * writeXML writes the xml code (0x0F) and the XML string to the output stream
+     * Note: strips whitespace
+     * @param Amfphp_Core_Amf_Types_Xml $d
+     */
+    protected function writeXML(Amfphp_Core_Amf_Types_Xml $d) {
+        if (!$this->handleReference($d->data, $this->Amf0StoredObjects)) {
+            $this->writeByte(0x0F);
+            $this->writeLongUTF(preg_replace('/\>(\n|\r|\r\n| |\t)*\</', '><', trim($d->data)));
+        }
+    }
+
+    /**
+     * writeDate writes the date code (0x0B) and the date value (milliseconds from 1 January 1970) to the output stream, along with an empty unsupported timezone
+     *
+     * @param Amfphp_Core_Amf_Types_Date $d The date value
+     */
+    protected function writeDate(Amfphp_Core_Amf_Types_Date $d) {
+        $this->writeByte(0x0B);
+        $this->writeDouble($d->timeStamp);
+        $this->writeInt(0);
+    }
+
+    /**
+     * writeNumber writes the number code (0x00) and the numeric data to the output stream
+     * All numbers passed through remoting are floats.
+     *
+     * @param int $d The numeric data
+     */
+    protected function writeNumber($d) {
+        $this->writeByte(0); // write the number code
+        $this->writeDouble(floatval($d)); // write  the number as a double
+    }
+
+    /**
+     * writeNull writes the null code (0x05) to the output stream
+     */
+    protected function writeNull() {
+        $this->writeByte(5); // null is only a  0x05 flag
+    }
+
+    /**
+     * writeUndefined writes the Undefined code (0x06) to the output stream
+     */
+    protected function writeUndefined() {
+        $this->writeByte(6); // Undefined is only a  0x06 flag
+    }
+
+    /**
+     * writeObjectEnd writes the object end code (0x009) to the output stream
+     */
+    protected function writeObjectEnd() {
+        $this->writeInt(0); //  write the end object flag 0x00, 0x00, 0x09
+        $this->writeByte(9);
+    }
+
+    /**
+     * writeArrayOrObject first determines if the PHP array contains all numeric indexes
+     * or a mix of keys.  Then it either writes the array code (0x0A) or the
+     * object code (0x03) and then the associated data.
+     *
+     * @param array $d The php array
+     */
+    protected function writeArrayOrObject($d) {
+        // referencing is disabled in arrays
+        //Because if the array contains only primitive values,
+        //Then === will say that the two arrays are strictly equal
+        //if they contain the same values, even if they are really distinct
+        $count = count($this->Amf0StoredObjects);
+        if ($count <= self::MAX_STORED_OBJECTS) {
+            $this->Amf0StoredObjects[$count] = & $d;
+        }
+
+        $numeric = array(); // holder to store the numeric keys
+        $string = array(); // holder to store the string keys
+        $len = count($d); // get the total number of entries for the array
+        $largestKey = -1;
+        foreach ($d as $key => $data) { // loop over each element
+            if (is_int($key) && ($key >= 0)) { // make sure the keys are numeric
+                $numeric[$key] = $data; // The key is an index in an array
+                $largestKey = max($largestKey, $key);
+            } else {
+                $string[$key] = $data; // The key is a property of an object
+            }
+        }
+        $num_count = count($numeric); // get the number of numeric keys
+        $str_count = count($string); // get the number of string keys
+
+        if (($num_count > 0 && $str_count > 0) ||
+                ($num_count > 0 && $largestKey != $num_count - 1)) { // this is a mixed array
+            $this->writeByte(8); // write the mixed array code
+            $this->writeLong($num_count); // write  the count of items in the array
+            $this->writeObjectFromArray($numeric + $string); // write the numeric and string keys in the mixed array
+        } else if ($num_count > 0) { // this is just an array
+            $num_count = count($numeric); // get the new count
+
+            $this->writeByte(10); // write  the array code
+            $this->writeLong($num_count); // write  the count of items in the array
+            for ($i = 0; $i < $num_count; $i++) { // write all of the array elements
+                $this->writeData($numeric[$i]);
+            }
+        } else if ($str_count > 0) { // this is an object
+            $this->writeByte(3); // this is an  object so write the object code
+            $this->writeObjectFromArray($string); // write the object name/value pairs
+        } else { //Patch submitted by Jason Justman
+            $this->writeByte(10); // make this  an array still
+            $this->writeInt(0); //  give it 0 elements
+            $this->writeInt(0); //  give it an element pad, this looks like a bug in Flash,
+            //but keeps the next alignment proper
+        }
+    }
+
+    /**
+     * write reference
+     * @param int $num
+     */
+    protected function writeReference($num) {
+        $this->writeByte(0x07);
+        $this->writeInt($num);
+    }
+
+    /**
+     * writeObjectFromArray handles writing a php array with string or mixed keys.  It does
+     * not write the object code as that is handled by the writeArrayOrObject and this method
+     * is shared with the CustomClass writer which doesn't use the object code.
+     *
+     * @param array $d The php array with string keys
+     */
+    protected function writeObjectFromArray($d) {
+        foreach ($d as $key => $data) { // loop over each element
+            $this->writeUTF($key);  // write the name of the object
+            $this->writeData($data); // write the value of the object
+        }
+        $this->writeObjectEnd();
+    }
+
+    /**
+     *  handles writing an anoynous object (stdClass)
+     *  can also be a reference
+     *
+     * @param stdClass $d The php object to write
+     */
+    protected function writeAnonymousObject($d) {
+        if (!$this->handleReference($d, $this->Amf0StoredObjects)) {
+            $this->writeByte(3);
+            foreach ($d as $key => $data) { // loop over each element
+                if ($key[0] != "\0") {
+                    $this->writeUTF($key);  // write the name of the object
+                    $this->writeData($data); // write the value of the object
+                }
+            }
+            $this->writeObjectEnd();
+        }
+    }
+
+    /**
+     * writeTypedObject takes an instance of a class and writes the variables defined
+     * in it to the output stream.
+     * To accomplish this we just blanket grab all of the object vars with get_object_vars, minus the Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE field, whiuch is used as class name
+     *
+     * @param object $d The object to serialize the properties. The deserializer looks for Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE on this object and writes it as the class name.
+     */
+    protected function writeTypedObject($d) {
+        if ($this->handleReference($d, $this->Amf0StoredObjects)) {
+            return;
+        }
+        $this->writeByte(16); // write  the custom class code
+        $explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
+        $className = $d->$explicitTypeField;
+        if (!$className) {
+            throw new Amfphp_Core_Exception(Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE . ' not found on a object that is to be sent as typed. ' . print_r($d, true));
+        }
+        unset($d->$explicitTypeField);
+        $this->writeUTF($className); // write the class name
+        $objVars = $d;
+        foreach ($objVars as $key => $data) { // loop over each element
+            if ($key[0] != "\0") {
+                $this->writeUTF($key);  // write the name of the object
+                $this->writeData($data); // write the value of the object
+            }
+        }
+        $this->writeObjectEnd();
+    }
+
+    /**
+     * writeData checks to see if the type was declared and then either
+     * auto negotiates the type or relies on the user defined type to
+     * serialize the data into Amf
+     *
+     * @param mixed $d The data
+     */
+    protected function writeData($d) {
+        if ($this->packet->amfVersion == Amfphp_Core_Amf_Constants::AMF3_ENCODING) { //amf3 data. This is most often, so it's has been moved to the top to be first
+            $this->writeByte(0x11);
+            $this->writeAmf3Data($d);
+            return;
+        } elseif (is_int($d) || is_float($d)) { // double
+            $this->writeNumber($d);
+            return;
+        } elseif (is_string($d)) { // string, long string
+            $this->writeString($d);
+            return;
+        } elseif (is_bool($d)) { // boolean
+            $this->writeBoolean($d);
+            return;
+        } elseif (is_null($d)) { // null
+            $this->writeNull();
+            return;
+        } elseif ($d instanceof Amfphp_Core_Amf_Types_Undefined) {
+            $this->writeUndefined();
+            return;
+        } elseif (is_array($d)) { // array
+            $this->writeArrayOrObject($d);
+            return;
+        } elseif ($d instanceof Amfphp_Core_Amf_Types_Date) { // date
+            $this->writeDate($d);
+            return;
+        } elseif ($d instanceof Amfphp_Core_Amf_Types_Xml) { // Xml (note, no XmlDoc in AMF0)
+            $this->writeXML($d);
+            return;
+        } elseif (is_object($d)) {
+            if ($this->voConverter) {
+                $this->voConverter->markExplicitType($d);
+            }
+            $explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
+            if (isset($d->$explicitTypeField)) {
+                $this->writeTypedObject($d);
+                return;
+            } else {
+                $this->writeAnonymousObject($d);
+                return;
+            }
+        }
+        throw new Amfphp_Core_Exception("couldn't write data " . print_r($d));
+    }
+
+    /*     * ******************************************************************************
+     *                             Amf3 related code
+     * ***************************************************************************** */
+
+    /**
+     * write amf 3 data
+     * @todo no type markers ("\6', for example) in this method!
+     * @param mixed $d
+     */
+    protected function writeAmf3Data($d) {
+        if (is_int($d)) { //int
+            $this->writeAmf3Number($d);
+            return;
+        } elseif (is_float($d)) { //double
+            $this->outBuffer .= "\5";
+            $this->writeDouble($d);
+            return;
+        } elseif (is_string($d)) { // string
+            $this->outBuffer .= "\6";
+            $this->writeAmf3String($d);
+            return;
+        } elseif (is_bool($d)) { // boolean
+            $this->writeAmf3Bool($d);
+            return;
+        } elseif (is_null($d)) { // null
+            $this->writeAmf3Null();
+            return;
+        } elseif ($d instanceof Amfphp_Core_Amf_Types_Undefined) { // undefined
+            $this->writeAmf3Undefined();
+            return;
+        } elseif ($d instanceof Amfphp_Core_Amf_Types_Date) { // date
+            $this->writeAmf3Date($d);
+            return;
+        } elseif (is_array($d)) { // array
+            $this->writeAmf3Array($d);
+            return;
+        } elseif ($d instanceof Amfphp_Core_Amf_Types_ByteArray) { //byte array
+            $this->writeAmf3ByteArray($d);
+            return;
+        } elseif ($d instanceof Amfphp_Core_Amf_Types_Xml) { // Xml
+            $this->writeAmf3Xml($d);
+            return;
+        } elseif ($d instanceof Amfphp_Core_Amf_Types_XmlDocument) { // XmlDoc
+            $this->writeAmf3XmlDocument($d);
+            return;
+        } elseif ($d instanceof Amfphp_Core_Amf_Types_Vector) {
+            $this->writeAmf3Vector($d);
+            return;
+        } elseif (is_object($d)) {
+            if ($this->voConverter) {
+                $this->voConverter->markExplicitType($d);
+            }
+            $explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
+            if (isset($d->$explicitTypeField)) {
+                $this->writeAmf3TypedObject($d);
+                return;
+            } else {
+                $this->writeAmf3AnonymousObject($d);
+                return;
+            }
+        }
+        throw new Amfphp_Core_Exception("couldn't write object " . print_r($d, false));
+    }
+
+    /**
+     * Write undefined (Amf3).
+     *
+     * @return nothing
+     */
+    protected function writeAmf3Undefined() {
+        $this->outBuffer .= "\0";
+    }
+
+    /**
+     * Write NULL (Amf3).
+     *
+     * @return nothing
+     */
+    protected function writeAmf3Null() {
+        $this->outBuffer .= "\1";
+    }
+
+    /**
+     * Write a boolean (Amf3).
+     *
+     * @param bool $d the boolean to serialise
+     *
+     * @return nothing
+     */
+    protected function writeAmf3Bool($d) {
+        $this->outBuffer .= $d ? "\3" : "\2";
+    }
+
+    /**
+     * Write an (un-)signed integer (Amf3).
+     *
+     * @see getAmf3Int()
+     *
+     * @param int $d the integer to serialise
+     *
+     * @return nothing
+     */
+    protected function writeAmf3Int($d) {
+        $this->outBuffer .= $this->getAmf3Int($d);
+    }
+
+    /**
+     * Write a string (Amf3). Strings are stored in a cache and in case the same string
+     * is written again, a reference to the string is sent instead of the string itself.
+     *
+     * note: Sending strings larger than 268435455 (2^28-1 byte) will (silently) fail!
+     *
+     * note: The string marker is NOT sent here and has to be sent before, if needed.
+     *
+     *
+     * @param string $d the string to send
+     *
+     * @return The reference index inside the lookup table is returned. In case of an empty
+     * string which is sent in a special way, NULL is returned.
+     */
+    protected function writeAmf3String($d) {
+
+        if ($d === '') {
+            //Write 0x01 to specify the empty string ('UTF-8-empty')
+            $this->outBuffer .= "\1";
+            return;
+        }
+
+        if (!$this->handleReference($d, $this->storedStrings)) {
+            $this->writeAmf3Int(strlen($d) << 1 | 1); // U29S-value
+            $this->outBuffer .= $d;
+        }
+    }
+
+    /**
+     *  handles writing an anoynous object (stdClass)
+     *  can also be a reference
+     * Also creates a bogus traits entry, as even an anonymous object has traits. In this way a reference to a class trait will have the right id.
+     * @todo it would seem that to create only one traits entry for an anonymous object would be the way to go. this 
+     * however messes things up in both Flash and Charles Proxy. For testing call discovery service using AMF. investigate.
+     *
+     * @param stdClass $d The php object to write
+     * @param doReference Boolean This is used by writeAmf3Array, where the reference has already been taken care of, 
+     * so there this method is called with false
+     */
+    protected function writeAmf3AnonymousObject($d, $doReference = true) {
+
+        //Write the object tag
+        $this->outBuffer .= "\12";
+        if ($doReference && $this->handleReference($d, $this->storedObjects)) {
+            return;
+        }
+
+        //bogus class traits entry
+        $this->className2TraitsInfo[] = array();
+
+        //anonymous object. So type this as a dynamic object with no sealed members.
+        //U29O-traits : 1011.
+        $this->writeAmf3Int(0xB);
+        //no class name. empty string for anonymous object
+        $this->writeAmf3String("");
+        //name/value pairs for dynamic properties
+        foreach ($d as $key => $value) {
+            $this->writeAmf3String($key);
+            $this->writeAmf3Data($value);
+        }
+        //empty string, marks end of dynamic members
+        $this->outBuffer .= "\1";
+    }
+
+    /**
+     * write amf3 array
+     * @param array $d
+     */
+    protected function writeAmf3Array(array $d) {
+        // referencing is disabled in arrays
+        //Because if the array contains only primitive values,
+        //Then === will say that the two arrays are strictly equal
+        //if they contain the same values, even if they are really distinct
+        $count = count($this->storedObjects);
+        if ($count <= self::MAX_STORED_OBJECTS) {
+            $this->storedObjects[$count] = & $d;
+        }
+
+        $numeric = array(); // holder to store the numeric keys >= 0
+        $string = array(); // holder to store the string keys; actually, non-integer or integer < 0 are stored
+        $len = count($d); // get the total number of entries for the array
+        $largestKey = -1;
+        foreach ($d as $key => $data) { // loop over each element
+            if (is_int($key) && ($key >= 0)) { // make sure the keys are numeric
+                $numeric[$key] = $data; // The key is an index in an array
+                $largestKey = max($largestKey, $key);
+            } else {
+                $string[$key] = $data; // The key is a property of an object
+            }
+        }
+
+        $num_count = count($numeric); // get the number of numeric keys
+        $str_count = count($string); // get the number of string keys
+
+        if (
+                ($str_count > 0 && $num_count == 0) || // Only strings or negative integer keys are present.
+                ($num_count > 0 && $largestKey != $num_count - 1) // Non-negative integer keys are present, but the array is not 'dense' (it has gaps).
+        ) {
+            //// this is a mixed array. write it as an anonymous/dynamic object  with no sealed members
+            $this->writeAmf3AnonymousObject($numeric + $string, false);
+        } else { // this is just an array
+            $this->outBuffer .= "\11";
+            $num_count = count($numeric);
+            $handle = $num_count * 2 + 1;
+            $this->writeAmf3Int($handle);
+
+            foreach ($string as $key => $val) {
+                $this->writeAmf3String($key);
+                $this->writeAmf3Data($val);
+            }
+            $this->writeAmf3String(''); //End start hash
+
+            for ($i = 0; $i < $num_count; $i++) {
+                $this->writeAmf3Data($numeric[$i]);
+            }
+        }
+    }
+
+    /**
+     * Return the serialisation of the given integer (Amf3).
+     *
+     * note: There does not seem to be a way to distinguish between signed and unsigned integers.
+     * This method just sends the lowest 29 bit as-is, and the receiver is responsible to interpret
+     * the result as signed or unsigned based on some context.
+     *
+     * note: The limit imposed by Amf3 is 29 bit. So in case the given integer is longer than 29 bit,
+     * only the lowest 29 bits will be serialised. No error will be logged!
+     * @TODO refactor into writeAmf3Int
+     *
+     * @param int $d the integer to serialise
+     *
+     * @return string
+     */
+    protected function getAmf3Int($d) {
+
+        /**
+         * @todo The lowest 29 bits are kept and all upper bits are removed. In case of
+         * an integer larger than 29 bits (32 bit, 64 bit, etc.) the value will effectively change! Maybe throw an exception!
+         */
+        $d &= 0x1fffffff;
+
+        if ($d < 0x80) {
+            return
+                    chr($d);
+        } elseif ($d < 0x4000) {
+            return
+                    chr($d >> 7 & 0x7f | 0x80) .
+                    chr($d & 0x7f);
+        } elseif ($d < 0x200000) {
+            return
+                    chr($d >> 14 & 0x7f | 0x80) .
+                    chr($d >> 7 & 0x7f | 0x80) .
+                    chr($d & 0x7f);
+        } else {
+            return
+                    chr($d >> 22 & 0x7f | 0x80) .
+                    chr($d >> 15 & 0x7f | 0x80) .
+                    chr($d >> 8 & 0x7f | 0x80) .
+                    chr($d & 0xff);
+        }
+    }
+
+    /**
+     * write Amf3 Number
+     * @param number $d
+     */
+    protected function writeAmf3Number($d) {
+        if (is_int($d) && $d >= -268435456 && $d <= 268435455) {//check valid range for 29bits
+            $this->outBuffer .= "\4";
+            $this->writeAmf3Int($d);
+        } else {
+            //overflow condition would occur upon int conversion
+            $this->outBuffer .= "\5";
+            $this->writeDouble($d);
+        }
+    }
+
+    /**
+     * write Amfphp_Core_Amf_Types_Xml in amf3
+     * @param Amfphp_Core_Amf_Types_Xml $d
+     */
+    protected function writeAmf3Xml(Amfphp_Core_Amf_Types_Xml $d) {
+        $d = preg_replace('/\>(\n|\r|\r\n| |\t)*\</', '><', trim($d->data));
+        $this->writeByte(0x0B);
+        $this->writeAmf3String($d);
+    }
+
+    /**
+     * write Amfphp_Core_Amf_Types_XmlDocument in amf3
+     * @param Amfphp_Core_Amf_Types_XmlDocument $d
+     */
+    protected function writeAmf3XmlDocument(Amfphp_Core_Amf_Types_XmlDocument $d) {
+        $d = preg_replace('/\>(\n|\r|\r\n| |\t)*\</', '><', trim($d->data));
+        $this->writeByte(0x07);
+        $this->writeAmf3String($d);
+    }
+
+    /**
+     * write Amfphp_Core_Amf_Types_Date in amf 3
+     * @param Amfphp_Core_Amf_Types_Date $d
+     */
+    protected function writeAmf3Date(Amfphp_Core_Amf_Types_Date $d) {
+        $this->writeByte(0x08);
+        $this->writeAmf3Int(1);
+        $this->writeDouble($d->timeStamp);
+    }
+
+    /**
+     * write Amfphp_Core_Amf_Types_ByteArray in amf3
+     * @param Amfphp_Core_Amf_Types_ByteArray $d
+     */
+    protected function writeAmf3ByteArray(Amfphp_Core_Amf_Types_ByteArray $d) {
+        $this->writeByte(0x0C);
+        $data = $d->data;
+        if (!$this->handleReference($data, $this->storedObjects)) {
+            $obj_length = strlen($data);
+            $this->writeAmf3Int($obj_length << 1 | 0x01);
+            $this->outBuffer .= $data;
+        }
+    }
+
+    /**
+     * looks if $obj already has a reference. If it does, write it, and return true. If not, add it to the references array.
+     * Depending on whether or not the spl_object_hash function can be used ( available (PHP >= 5.2), and can only be used on an object)
+     * things are handled a bit differently:
+     * - if possible, objects are hashed and the hash is used as a key to the references array. So the array has the structure hash => reference
+     * - if not, the object is pushed to the references array, and array_search is used. So the array has the structure reference => object.
+     * maxing out the number of stored references improves performance(tested with an array of 9000 identical objects). This may be because isset's performance
+     * is linked to the size of the array. weird...
+     * note on using $references[$count] = &$obj; rather than 
+     * $references[] = &$obj;
+     * the first one is right, the second is not, as with the second one we could end up with the following:
+     * some object hash => 0, 0 => array. (it should be 1 => array)
+     * 
+     * This also means that 2 completely separate instances of a class but with the same values will be written fully twice if we can't use the hash system
+     * 
+     * @param mixed $obj
+     * @param array $references
+     */
+    protected function handleReference(&$obj, array &$references) {
+        $key = false;
+        $count = count($references);
+        if (is_object($obj) && function_exists('spl_object_hash')) {
+            $hash = spl_object_hash($obj);
+            if (isset($references[$hash])) {
+                $key = $references[$hash];
+            } else {
+                if ($count <= self::MAX_STORED_OBJECTS) {
+                    //there is some space left, store object for reference
+                    $references[$hash] = $count;
+                }
+            }
+        } else {
+            //no hash available, use array with simple numeric keys
+            $key = array_search($obj, $references, TRUE);
+
+            if (($key === false) && ($count <= self::MAX_STORED_OBJECTS)) {
+                // $key === false means the object isn't already stored
+                // count... means there is still space
+                //so only store if these 2 conditions are met
+                $references[$count] = &$obj;
+            }
+        }
+
+        if ($key !== false) {
+            //reference exists. write it and return true
+            if ($this->packet->amfVersion == Amfphp_Core_Amf_Constants::AMF0_ENCODING) {
+                $this->writeReference($key);
+            } else {
+                $handle = $key << 1;
+                $this->writeAmf3Int($handle);
+            }
+            return true;
+        } else {
+            return false;
+        }
+    }
+
+    /**
+     * writes a typed object. Type is determined by having an "explicit type" field. If this field is 
+     * not set, call writeAmf3AnonymousObject
+     * write all properties as sealed members.
+     * @param object $d
+     */
+    protected function writeAmf3TypedObject($d) {
+        //Write the object tag
+        $this->outBuffer .= "\12";
+        if ($this->handleReference($d, $this->storedObjects)) {
+            return;
+        }
+        $explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
+
+        $className = $d->$explicitTypeField;
+        $propertyNames = null;
+
+        if (isset($this->className2TraitsInfo[$className])) {
+            //we have traits information and a reference for it, so use a traits reference
+            $traitsInfo = $this->className2TraitsInfo[$className];
+            $propertyNames = $traitsInfo['propertyNames'];
+            $referenceId = $traitsInfo['referenceId'];
+            $traitsReference = $referenceId << 2 | 1;
+            $this->writeAmf3Int($traitsReference);
+        } else {
+            //no available traits information. Write the traits
+            $propertyNames = array();
+            foreach ($d as $key => $value) {
+                if ($key[0] != "\0" && $key != $explicitTypeField) { //Don't write protected properties or explicit type
+                    $propertyNames[] = $key;
+                }
+            }
+
+            //U29O-traits:  0011 in LSBs, and number of properties
+            $numProperties = count($propertyNames);
+            $traits = $numProperties << 4 | 3;
+            $this->writeAmf3Int($traits);
+            //class name
+            $this->writeAmf3String($className);
+            //list of property names
+            foreach ($propertyNames as $propertyName) {
+                $this->writeAmf3String($propertyName);
+            }
+
+            //save for reference
+            $traitsInfo = array('referenceId' => count($this->className2TraitsInfo), 'propertyNames' => $propertyNames);
+            $this->className2TraitsInfo[$className] = $traitsInfo;
+        }
+        //list of values
+        foreach ($propertyNames as $propertyName) {
+            $this->writeAmf3Data($d->$propertyName);
+        }
+    }
+    
+    /**
+     * write vector
+     * @param Amfphp_Core_Amf_Types_Vector $d 
+     */
+    protected function writeAMF3Vector(Amfphp_Core_Amf_Types_Vector $d) {
+        //Write the vector tag
+        $this->writeByte($d->type);
+        // referencing is disabled in vectors as in arrays
+        //Because if the array contains only primitive values,
+        //Then === will say that the two arrays are strictly equal
+        //if they contain the same values, even if they are really distinct
+        $count = count($this->storedObjects);
+        if ($count <= self::MAX_STORED_OBJECTS) {
+            $this->storedObjects[$count] = & $d;
+        }
+        $num_count = count($d->data);
+
+        $handle = $num_count * 2 + 1;
+        $this->writeAmf3Int($handle);
+
+        $this->writeByte($d->fixed);
+
+        if ($d->type === Amfphp_Core_Amf_Types_Vector::VECTOR_OBJECT) {
+            $className = $d->className;
+
+            if ($className == "String" or $className == "Boolean") {
+                $this->writeByte(0x01);
+                $function = "writeAmf3Data";
+            } else {
+                $this->writeAmf3String($className);
+                $function = "writeAmf3TypedObject";
+            }
+        } else {
+            if ($d->type == Amfphp_Core_Amf_Types_Vector::VECTOR_INT) {
+                $className = "i";
+            } elseif ($d->type == Amfphp_Core_Amf_Types_Vector::VECTOR_UINT) {
+                $className = "I";
+            } elseif ($d->type == Amfphp_Core_Amf_Types_Vector::VECTOR_DOUBLE) {
+                $className = "d";
+            }
+            $function = "writeAmf3VectorValue";
+        }
+
+
+        for ($i = 0; $i < $num_count; $i++) {
+            $this->$function($d->data[$i], $className);
+        }
+
+    }
+
+    /**
+     * Writes numeric values for int, uint and double (floating point) vectors to the AMF byte stream. 
+     * 
+     * @param   mixed   But should be either an integer (signed or unsigned) or a floating point.
+     * @param   string  'i' for signed integers, 'I' for unsigned integers, and 'd' for double precision floating point
+     */
+    function writeAmf3VectorValue($value, $format) {
+        $bytes = pack($format, $value);
+        if (Amfphp_Core_Amf_Util::isSystemBigEndian()) {
+            $bytes = strrev($bytes);
+        }
+        $this->outBuffer .= $bytes;
+    }
+
+
+
+}
+
+?>

+ 36 - 0
file/htdocs/htdocs/Amfphp/Core/Amf/Types/ByteArray.php

@@ -0,0 +1,36 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * Amf byte arrays will be converted to and from this class
+ *
+ * @package Amfphp_Core_Amf_Types
+ * @author Ariel Sommeria-klein
+ */
+class Amfphp_Core_Amf_Types_ByteArray {
+
+    /**
+     * data
+     * @var string 
+     */
+    public $data;
+
+    /**
+     * constructor
+     * @param string $data
+     */
+    public function __construct($data) {
+        $this->data = $data;
+    }
+
+}
+
+?>

+ 37 - 0
file/htdocs/htdocs/Amfphp/Core/Amf/Types/Date.php

@@ -0,0 +1,37 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * Amf dates will be converted to and from this class. The PHP DateTime class is for PHP >= 5.2.0, and setTimestamp for PHP >= 5.3.0, so it can't be used in amfPHP
+ * Of course feel free to use it yourself if your host supports it.
+ * 
+ * @package Amfphp_Core_Amf_Types
+ * @author Danny Kopping
+ */
+class Amfphp_Core_Amf_Types_Date
+{
+        /**
+         * number of ms since 1st Jan 1970
+         * @var integer
+         */
+    	public $timeStamp;
+        
+        /**
+         * time stamp
+         * @param integer $timeStamp
+         */
+	public function __construct($timeStamp)
+	{
+		$this->timeStamp = $timeStamp;
+
+	}
+}
+
+?>

+ 20 - 0
file/htdocs/htdocs/Amfphp/Core/Amf/Types/Undefined.php

@@ -0,0 +1,20 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * Amf Undefined will be converted to and from this class
+ * @package Amfphp_Core_Amf_Types
+ * @author Ariel Sommeria-klein
+ */
+class Amfphp_Core_Amf_Types_Undefined{
+
+
+}
+?>

+ 67 - 0
file/htdocs/htdocs/Amfphp/Core/Amf/Types/Vector.php

@@ -0,0 +1,67 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * A wrapper class that tells the serializer that we want a vector at the flash end. You should only populate the data array
+ * with instances of the same class. If you want to send back objects of different types, use the array class and not
+ * Vector.<*>, as Vector.<*> is not and will not be supported.
+ * @package Amfphp_Core_Amf_Types
+ * @author Mick Powell
+ */
+class Amfphp_Core_Amf_Types_Vector {
+    /**
+     * vector object type.
+     */
+    const VECTOR_OBJECT = 0x10;
+    /**
+     * vector int type.
+     */
+    const VECTOR_INT = 0x0D;
+    /**
+     * vector uint type.
+     */
+    const VECTOR_UINT = 0x0E;
+    /**
+     * vector uint type.
+     */
+    const VECTOR_DOUBLE = 0x0F;
+    /**
+     * vector fixed length type.
+     */
+    const VECTOR_FIXED_LENGTH = 0x01;
+    /**
+     * vector fixed length type.
+     */
+    const VECTOR_VARIABLE_LENGTH = 0x00;
+
+    /**
+     * An array that holds instances of the same class or data type only.
+     */
+    public $data;
+
+    /**
+     * Is the vector fixed length? VECTOR_VARIABLE_LENGTH for not-fixed length, VECTOR_FIXED_LENGTH for fixed. The default is VECTOR_VARIABLE_LENGTH.
+     */
+    public $fixed = self::VECTOR_VARIABLE_LENGTH;
+
+    /**
+     * The type of vector.  VECTOR_INT for int, VECTOR_UINT for uint, VECTOR_DOUBLE for float, and VECTOR_OBJECT for object. The default is object.
+     */
+    public $type = self::VECTOR_OBJECT;
+
+    /**
+     * The class of the vector if the vector is an object vector. You should set this and not $_explicitType on individual objects now. The latter
+     * will be phased out.
+     */
+    public $className;
+
+}
+
+?>

+ 38 - 0
file/htdocs/htdocs/Amfphp/Core/Amf/Types/Xml.php

@@ -0,0 +1,38 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * Amf xml (not the AS3/AMF3 XMLDocument) will be converted to and from this class.
+ * PHP has many libs to manipulate XML, and it is not up to amfPHP to choose which one to use. Furthermore, AS3 has 2 XML types, XML and and XMLDocument.
+ * So amfPHP just wraps the string data in these types, and iut is up to the user to parse the contained string data
+ *
+ * @package Amfphp_Core_Amf_Types
+ * @author Ariel Sommeria-klein
+ */
+class Amfphp_Core_Amf_Types_Xml {
+
+    /**
+     * data
+     * @var string 
+     */
+    public $data;
+
+    /**
+     * constructor
+     * @param string $data
+     */
+    public function __construct($data) {
+        $this->data = $data;
+    }
+
+}
+
+?>

+ 37 - 0
file/htdocs/htdocs/Amfphp/Core/Amf/Types/XmlDocument.php

@@ -0,0 +1,37 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * AS3 XMLDocument type. 
+ * @see Amfphp_Core_Amf_Types_Xml
+ *
+ * @package Amfphp_Core_Amf_Types
+ * @author Ariel Sommeria-klein
+ */
+class Amfphp_Core_Amf_Types_XmlDocument {
+
+    /**
+     * data
+     * @var string 
+     */
+    public $data;
+
+    /**
+     * constructor
+     * @param string $data
+     */
+    public function __construct($data) {
+        $this->data = $data;
+    }
+
+}
+
+?>

+ 79 - 0
file/htdocs/htdocs/Amfphp/Core/Amf/Util.php

@@ -0,0 +1,79 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * utils for Amf handling
+ *
+ * @package Amfphp_Core_Amf
+ * @author Ariel Sommeria-klein
+ */
+class Amfphp_Core_Amf_Util {
+
+    /**
+     * looks if the system is Big Endain or not
+     * @return <Boolean>
+     */
+    static public function isSystemBigEndian() {
+        $tmp = pack('d', 1); // determine the multi-byte ordering of this machine temporarily pack 1
+        return ($tmp == "\0\0\0\0\0\0\360\77");
+    }
+
+    /**
+     * applies a function to all objects contained by $obj and $obj itself.
+     * iterates on $obj and its sub objects, which can iether be arrays or objects
+     * @param mixed $obj the object/array that will be iterated on
+     * @param array $callBack the function to apply to obj and subobjs. must take 1 parameter, and return the modified object
+     * @param int $recursionDepth current recursion depth. The first call should be made with this set 0. default is 0
+     * @param int $maxRecursionDepth default is 30
+     * @param bool $ignoreAmfTypes ignore objects with type in Amfphp_Core_Amf_Types package. could maybe be replaced by a regexp, but this is better for performance
+     * @return mixed array or object, depending on type of $obj
+     */
+    static public function applyFunctionToContainedObjects($obj, $callBack, $recursionDepth = 0, $maxRecursionDepth = 30, $ignoreAmfTypes = true) {
+        if ($recursionDepth == $maxRecursionDepth) {
+            throw new Amfphp_Core_Exception("couldn't recurse deeper on object. Probably a looped reference");
+        }
+        //don't apply to Amfphp types such as byte array
+        if ($ignoreAmfTypes && is_object($obj) && substr(get_class($obj), 0, 21) == 'Amfphp_Core_Amf_Types') {
+            return $obj;
+        }
+
+        //apply callBack to obj itself
+        $obj = call_user_func($callBack, $obj);
+
+        //if $obj isn't a complex type don't go any further
+        if (!is_array($obj) && !is_object($obj)) {
+            return $obj;
+        }
+
+        foreach ($obj as $key => $data) { // loop over each element
+            $modifiedData = null;
+            if (is_object($data) || is_array($data)) {
+                //data is complex, so don't apply callback directly, but recurse on it
+                $modifiedData = self::applyFunctionToContainedObjects($data, $callBack, $recursionDepth + 1, $maxRecursionDepth);
+            } else {
+                //data is simple, so apply data
+                $modifiedData = call_user_func($callBack, $data);
+            }
+            //store converted data
+            if (is_array($obj)) {
+                $obj[$key] = $modifiedData;
+            } else {
+                $obj->$key = $modifiedData;
+            }
+        }
+
+        return $obj;
+    }
+
+
+}
+
+?>

+ 44 - 0
file/htdocs/htdocs/Amfphp/Core/Common/ClassFindInfo.php

@@ -0,0 +1,44 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * The information necessary for a service router to be able to load a class' file and instanciate it
+ *
+ * @package Amfphp_Core_Common
+ * @author Ariel Sommeria-klein
+ */
+class Amfphp_Core_Common_ClassFindInfo {
+
+    /**
+     * the absolute path to the file containing the class definition
+     * @var String
+     */
+    public $absolutePath;
+
+    /**
+     * the name of the class.can include a namespace, for example : \namespace\class
+     * @var String
+     */
+    public $className;
+
+    /**
+     * constructor
+     * @param String $absolutePath
+     * @param String $className
+     */
+    public function __construct($absolutePath, $className) {
+        $this->absolutePath = $absolutePath;
+        $this->className = $className;
+    }
+
+}
+
+?>

+ 28 - 0
file/htdocs/htdocs/Amfphp/Core/Common/IDeserializedRequestHandler.php

@@ -0,0 +1,28 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * interface for a class that can handle a deserialized request
+ * @package Amfphp_Core_Common
+ * @author Ariel Sommeria-klein
+ */
+interface Amfphp_Core_Common_IDeserializedRequestHandler {
+
+    /**
+     * handle the deserialized request, usually by making a series of calls to a service. This should not handle exceptions, as this is done separately
+     * @param mixed $deserializedRequest For Amf, this is an AmfPacket
+     * @param Amfphp_Core_Common_ServiceRouter $serviceRouter the service router created and configured by the gateway
+     * @return mixed the response object.  For Amf, this is an AmfPacket
+     */
+    public function handleDeserializedRequest($deserializedRequest, Amfphp_Core_Common_ServiceRouter $serviceRouter);
+}
+
+?>

+ 27 - 0
file/htdocs/htdocs/Amfphp/Core/Common/IDeserializer.php

@@ -0,0 +1,27 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * interface for deserializers. 
+ * @package Amfphp_Core_Common
+ * @author Ariel Sommeria-klein
+ */
+interface Amfphp_Core_Common_IDeserializer {
+    
+    /**
+     * deserialize the data.
+     * @param array $getData typically the $_GET array. 
+     * @param array $postData typically the $_POST array.
+     * @param String $rawPostData
+     * @return mixed the deserialized data. For example an Amf packet.
+     */
+    public function deserialize(array $getData, array $postData, $rawPostData);
+}
+?>

+ 27 - 0
file/htdocs/htdocs/Amfphp/Core/Common/IExceptionHandler.php

@@ -0,0 +1,27 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+
+/**
+ * An exception handler is passed an exception and must translate that into something that is serializable. In the case of Amf, it must return an Amfphp_Core_Amf_Packet object
+ * containing the relevant information
+ *
+ * @package Amfphp_Core_Common
+ * @author Ariel Sommeria-klein
+ */
+interface Amfphp_Core_Common_IExceptionHandler {
+    /**
+     * generates an object describing the exception.
+     * @param Exception $exception the exception object to analyze
+     * @return mixed an object describing the error, that will be serialized and sent back to the client
+     */
+    public function handleException(Exception $exception);
+}
+?>

+ 25 - 0
file/htdocs/htdocs/Amfphp/Core/Common/ISerializer.php

@@ -0,0 +1,25 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * interface for serializers. 
+ * @package Amfphp_Core_Common
+ * @author Ariel Sommeria-klein
+ */
+interface Amfphp_Core_Common_ISerializer {
+    
+    /**
+     * Calling this executes the serialization. The return type is noted as a String, but is a binary stream. echo it to the output buffer
+     * @param mixed $data the data to serialize.
+     * @return String
+     */
+    public function serialize($data);
+}
+?>

+ 51 - 0
file/htdocs/htdocs/Amfphp/Core/Common/IVoConverter.php

@@ -0,0 +1,51 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * interface for Vo Converters.  
+ * @package Amfphp_Core_Common
+ * @author Ariel Sommeria-klein
+ */
+interface Amfphp_Core_Common_IVoConverter {
+    
+    /**
+     * creates and returns an instance of of $voName.
+     * 
+     * @param type $voName
+     * @return typed object or null
+     */
+    public function getNewVoInstance($voName);
+
+    
+    /**
+     * sets the the explicit type marker on the object. 
+     *
+     * 
+     * @param mixed $obj
+     * @return mixed
+     */
+    public function markExplicitType($obj);
+    
+        
+    /**
+     * for some protocols it is possible to call convertToType and markExplicitObject directly during deserialization and serialization.
+     * This is typically the case of AMF, but not JSON.
+     * In that case this function must be called with enabled set to false, so the plugin does not scan the objects to do it itself. 
+     * By default scanning is enabled
+     * @param boolean $enabled
+     */
+    public function setScanEnabled($enabled);
+    /**
+     * get scan enabled.
+     * @return boolean 
+     */
+    public function getScanEnabled();
+}
+?>

+ 43 - 0
file/htdocs/htdocs/Amfphp/Core/Common/ServiceCallParameters.php

@@ -0,0 +1,43 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ *
+ * place holder class for the variables necessary to make a service call
+ *
+ * @package Amfphp_Core_Common
+ * @author Ariel Sommeria-klein
+ */
+class Amfphp_Core_Common_ServiceCallParameters {
+
+
+    /**
+     * the name of the service. 
+     * The service name can either be just the name of the class (TestService) or include a path(package/TestService)
+     * separator for path can only be '/'
+     *
+     * @var String
+     */
+    public $serviceName;
+
+    /**
+     * the name of the method to execute on the service object
+     * @var String
+     */
+    public $methodName;
+
+    /**
+     * the parameters to pass to the method being called on the service
+     * @var <array>
+     */
+    public $methodParameters;
+
+}
+?>

+ 176 - 0
file/htdocs/htdocs/Amfphp/Core/Common/ServiceRouter.php

@@ -0,0 +1,176 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ * 
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * The Service Router class is responsible for executing the remote service method and returning it's value.
+ * based on the old 'Executive' of php 1.9. It looks for a service either explicitely defined in a
+ * ClassFindInfo object, or in a service folder.
+ *
+ * @package Amfphp_Core_Common
+ * @author Ariel Sommeria-klein
+ */
+class Amfphp_Core_Common_ServiceRouter {
+    /**
+     * filter called when the service object is created. Useful for authentication
+     * @param Object $serviceObject 
+     * @param string $serviceName
+     * @param string $methodName
+     * @param array $parameters
+     */
+    const FILTER_SERVICE_OBJECT = 'FILTER_SERVICE_OBJECT';
+    /**
+     * paths to folders containing services(relative or absolute)
+     * @var array of paths
+     */
+    public $serviceFolders;
+
+    /**
+     *
+     * @var array of ClassFindInfo
+     */
+    public $serviceNames2ClassFindInfo;
+    
+    /**
+     * check parameters. This is useful for development, but should be disabled for production
+     * @var Boolean
+     */
+    public $checkArgumentCount;
+
+    /**
+     * constructor
+     * @param array $serviceFolders folders containing service classes
+     * @param array $serviceNames2ClassFindInfo a dictionary of service classes represented in a ClassFindInfo.
+     * @param Boolean $checkArgumentCount
+     */
+    public function __construct($serviceFolders, $serviceNames2ClassFindInfo, $checkArgumentCount = false) {
+        $this->serviceFolders = $serviceFolders;
+        $this->serviceNames2ClassFindInfo = $serviceNames2ClassFindInfo;
+        $this->checkArgumentCount = $checkArgumentCount;
+    }
+
+    /**
+     * get a service object by its name. Looks for a match in serviceNames2ClassFindInfo, then in the defined service folders.
+     * If none found, an exception is thrown
+     * this method is static so that it can be used also by the discovery service
+     *  '__' are replaced by '/' to help the client generator support packages without messing with folders and the like
+     * the service object can either be in the global namespace or in the namespace suggested by the name.
+     * For example a call to Sub1/Sub2/NamespaceTestService will load the PHP file in Sub1/Sub2/NamespaceTestService,
+     * and return an instance of either NamespaceTestService or Sub1\Sub2\NamespaceTestService
+     * 
+     * @param type $serviceName
+     * @param array $serviceFolders
+     * @param array $serviceNames2ClassFindInfo
+     * @return Object service object
+     */
+    public static function getServiceObjectStatically($serviceName, array $serviceFolders, array $serviceNames2ClassFindInfo){
+        $serviceObject = null;
+        if (isset($serviceNames2ClassFindInfo[$serviceName])) {
+            $classFindInfo = $serviceNames2ClassFindInfo[$serviceName];
+            require_once $classFindInfo->absolutePath;
+            $serviceObject = new $classFindInfo->className();
+        } else {
+            $temp = str_replace('.', '/', $serviceName);
+            $serviceNameWithSlashes = str_replace('__', '/', $temp);
+            $serviceIncludePath = $serviceNameWithSlashes . '.php';
+            $exploded = explode('/', $serviceNameWithSlashes);
+            $className = $exploded[count($exploded) - 1];
+            //no class find info. try to look in the folders
+            foreach ($serviceFolders as $folder) {
+                $folderPath = NULL;
+                $rootNamespace = NULL;
+                if(is_array($folder)){
+                    $rootNamespace = $folder[1];
+                    $folderPath = $folder[0];
+                }else{
+                    $folderPath = $folder;
+                }
+                $servicePath = $folderPath . $serviceIncludePath;
+                
+                if (file_exists($servicePath)) {
+                    require_once $servicePath;
+                    if($rootNamespace == NULL){
+                        $serviceObject = new $className();
+                    }else{
+                        $namespacedClassName = $rootNamespace . '\\' . str_replace('/', '\\', $serviceNameWithSlashes);
+                       
+                        $serviceObject = new $namespacedClassName;
+                        
+                    }
+                    
+                }
+            }
+        }
+
+        if (!$serviceObject) {
+            throw new Amfphp_Core_Exception("$serviceName service not found ");
+        }
+        return $serviceObject;
+        
+    }
+    
+    /**
+     * get service object
+     * @param String $serviceName
+     * @return Object service object
+     */
+    public function getServiceObject($serviceName) {
+        return self::getServiceObjectStatically($serviceName, $this->serviceFolders, $this->serviceNames2ClassFindInfo);
+    }
+
+    /**
+     * loads and instanciates a service class matching $serviceName, then calls the function defined by $methodName using $parameters as parameters
+     * throws an exception if service not found.
+     * if the service exists but not the function, an exception is thrown by call_user_func_array. It is pretty explicit, so no further code was added
+     *
+     * @param string $serviceName
+     * @param string $methodName
+     * @param array $parameters
+     * @return mixed the result of the function call
+     *
+     */
+    public function executeServiceCall($serviceName, $methodName, array $parameters) {
+        $unfilteredServiceObject = $this->getServiceObject($serviceName);
+        $serviceObject = Amfphp_Core_FilterManager::getInstance()->callFilters(self::FILTER_SERVICE_OBJECT, $unfilteredServiceObject, $serviceName, $methodName, $parameters);
+
+        $isStaticMethod = false;
+        
+        if(method_exists($serviceObject, $methodName)){
+            //method exists, but isn't static
+        }else if (method_exists($serviceName, $methodName)) {
+            $isStaticMethod = true;
+        }else{
+            throw new Amfphp_Core_Exception("method $methodName not found on $serviceName object ");
+        }
+        
+        if(substr($methodName, 0, 1) == '_'){
+            throw new Exception("The method $methodName starts with a '_', and is therefore not accessible");
+        }
+        
+        if($this->checkArgumentCount){
+            $method = new ReflectionMethod($serviceObject, $methodName);
+            $numberOfRequiredParameters = $method->getNumberOfRequiredParameters();
+            $numberOfParameters = $method->getNumberOfParameters();
+            $numberOfProvidedParameters = count($parameters);
+            if ($numberOfProvidedParameters < $numberOfRequiredParameters || $numberOfProvidedParameters > $numberOfParameters) {
+                throw new Amfphp_Core_Exception("Invalid number of parameters for method $methodName in service $serviceName : $numberOfRequiredParameters  required, $numberOfParameters total, $numberOfProvidedParameters provided");
+            }      
+        }
+        if($isStaticMethod){
+            return call_user_func_array(array($serviceName, $methodName), $parameters);
+        }else{
+            return call_user_func_array(array($serviceObject, $methodName), $parameters);
+        }
+    }
+
+
+}
+
+?>

+ 108 - 0
file/htdocs/htdocs/Amfphp/Core/Config.php

@@ -0,0 +1,108 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * responsable for loading and maintaining Amfphp configuration
+ *
+ * @package Amfphp_Core
+ * @author Ariel Sommeria-klein
+ */
+class Amfphp_Core_Config {
+
+    /**
+     * paths to folders containing services(relative or absolute)
+     * @var <array> of paths
+     */
+    public $serviceFolders;
+
+    /**
+     * a dictionary of service classes represented in a ClassFindInfo.
+     * The key is the name of the service, the value is the class find info.
+     * for example: $serviceNames2ClassFindInfo["AmfphpDiscoveryService"] = new Amfphp_Core_Common_ClassFindInfo( dirname(__FILE__) . '/AmfphpDiscoveryService.php', 'AmfphpDiscoveryService');
+     * The forward slash is important, don't use "\'!     
+     * @var <array> of ClassFindInfo
+     */
+    public $serviceNames2ClassFindInfo;
+
+    /**
+     * set to true if you want the service router to check if the number of arguments received by amfPHP matches with the method being called.
+     * This should be set to false in production for performance reasons
+     * default is true
+     * @var Boolean
+     */
+    public $checkArgumentCount = true;
+
+    /**
+     * paths to the folder containing the plugins. defaults to AMFPHP_ROOTPATH . '/Plugins/'
+     * @var array
+     */
+    public $pluginsFolders;
+
+    /**
+     * array containing untyped plugin configuration data. Add as needed. The advised format is the name of the plugin as key, and then
+     * paramName/paramValue pairs as an array.
+     * example: array('plugin' => array( 'paramName' =>'paramValue'))
+     * The array( 'paramName' =>'paramValue') will be passed as is to the plugin at construction time.
+     * 
+     * @var array
+     */
+    public $pluginsConfig;
+
+    /**
+     * array containing configuration data that is shared between the plugins. The format is paramName/paramValue pairs as an array.
+     * 
+     * @var array
+     */
+    public $sharedConfig;
+
+    /**
+     * if true, there will be detailed information in the error messages, including confidential information like paths.
+     * So it is advised to set to true for development purposes and to false in production.
+     * default is true.
+     * Set in the shared config.
+     * for example
+     * $this->sharedConfig[self::CONFIG_RETURN_ERROR_DETAILS] = true;
+     * @var Boolean
+     */
+
+    const CONFIG_RETURN_ERROR_DETAILS = 'returnErrorDetails';
+
+    /**
+     * array of plugins that are available but should be disabled
+     * @var array
+     */
+    public $disabledPlugins;
+
+    /**
+     * constructor
+     */
+    public function __construct() {
+        $this->serviceFolders = array();
+        $this->serviceFolders [] = dirname(__FILE__) . '/../Services/';
+        $this->serviceNames2ClassFindInfo = array();
+        $this->pluginsFolders = array(AMFPHP_ROOTPATH . 'Plugins/');
+        $this->pluginsConfig = array();
+        $this->sharedConfig = array();
+        $this->disabledPlugins = array();
+        //disable logging by default
+        $this->disabledPlugins[] = 'AmfphpLogger';
+
+        //uncomment to disable monitor
+        //$this->disabledPlugins[] = 'AmfphpMonitor';
+        
+        //some useful examples of setting a config value in a plugin:
+        //$this->pluginsConfig['AmfphpDiscovery']['restrictAccess'] = false;
+        //$this->pluginsConfig['AmfphpVoConverter']['enforceConversion'] = true;
+    }
+
+}
+
+?>

+ 20 - 0
file/htdocs/htdocs/Amfphp/Core/Exception.php

@@ -0,0 +1,20 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * just a type to distinguish between Amfphp exceptions and any other exceptions
+ *
+ * @package Amfphp_Core
+ * @author Ariel Sommeria-klein
+ */
+class Amfphp_Core_Exception extends Exception {
+	
+}
+?>

+ 129 - 0
file/htdocs/htdocs/Amfphp/Core/FilterManager.php

@@ -0,0 +1,129 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * Filters are provided by Amfphp to allow your contexts to 'filter into' the rest of Amfphp, i.e. to call functions in your context at specific times<br />
+ * Call addFilter to register a filter, with a default priority of 10, and call callFilter to actually execute the filter
+ * 
+ * The data structure is as follows: 
+ * all registered filters : associative array ( filter name => name filters)
+ * name filters : associative array containing filters for one filter name (priority => priority filters)
+ * priority filters: numbered array containing filters for one filter name and one priority [callback1, callback2, etc.]
+ * 
+ * So for example if you were to call:
+ * addFilter("FILTER_1", $obj, "method1");
+ * addFilter("FILTER_1", $obj, "method2");
+ * addFilter("FILTER_1", $obj, "method3", 15);
+ * addFilter("FILTER_2", $obj, "method4");
+ * 
+ * the structure would be 
+ * "FILTER_1" => array(
+ *                      10 => [callback for method1, callback for method2]
+ *                      15 => [callback for method3]
+ * "FILTER_2" => array(
+ *                      10 => [callback for method4]
+ * 
+ * This is a singleton, so use getInstance
+ * @package Amfphp_Core
+ * @author Ariel Sommeria-klein
+ *  */
+class Amfphp_Core_FilterManager{
+    /**
+     * all registered filters
+     */
+    protected $allFilters = NULL;
+
+    /**
+    *protected instance of singleton
+    */
+    protected static $instance = NULL;
+    /**
+     * constructor
+     */
+    protected function __construct(){
+        $this->allFilters = Array();
+    }
+
+    /**
+     * get instance
+     * @return Amfphp_Core_FilterManager
+     */
+    public static function getInstance() {
+        if (self::$instance == NULL) {
+            self::$instance = new Amfphp_Core_FilterManager();
+        }
+        return self::$instance;
+    }
+
+    /**
+     * call the functions registered for the given filter. There can be as many parameters as necessary, but only the first
+     * one can be changed and and returned by the callees.
+     * The other parameters must be considered as context, and should not be modified by the callees, and will not be returned to the caller.
+     * 
+     * param 1: String $filterName the name of the filter which was used in addFilter( a string)
+     * following params: parameters for the function call. As many as necessary can be passed, but only the first will be filtered
+     * @return mixed the first call parameter, as filtered by the callees.
+     */
+    public function callFilters(){
+        
+        //get arguments with which to call the function. All except first, which is the filter name
+        $filterArgs = func_get_args();
+        $filterName = array_shift($filterArgs);
+        $filtered = $filterArgs[0];
+        if (isset($this->allFilters[$filterName])){
+            //the filters matching name
+            $nameFilters = &$this->allFilters[$filterName];
+            //sort by priority
+            ksort($nameFilters);
+            // loop on filters matching filter name by priority
+            foreach($nameFilters as $priorityFilters){
+                //loop for each existing priority
+                foreach($priorityFilters as $callBack){
+                    $fromCallee = call_user_func_array($callBack, $filterArgs);
+                    if($fromCallee !== null){ //!== null because otherwise array() doesn't qualify
+                        $filtered = $filterArgs[0] = $fromCallee;
+                    }
+                    
+                }
+            }
+        }
+
+        return $filtered;
+    }
+
+
+
+    /**
+     * register an object method for the given filter
+     * call this method in your contexts to be notified when the filter occures
+     * @see http://php.net/manual/en/function.call-user-func.php
+     * @see http://www.php.net/manual/en/language.pseudo-types.php#language.types.callback
+     *
+     * 
+     * @param String $filterName  the name of the filter
+     * @param Object $object the object on which to call the method
+     * @param String $methodName the name of the method to call on the object.
+     * @param int $priority.  0 is first, 10 is default, more is later
+     */
+    public function addFilter($filterName, $object, $methodName, $priority = 10){
+        // init the filter placeholder
+        if (!isset($this->allFilters[$filterName])){
+            $this->allFilters[$filterName] = Array();
+        }
+        $nameFilters = &$this->allFilters[$filterName];
+        if (!isset($nameFilters[$priority])){
+            $nameFilters[$priority] = Array();
+        }
+        $priorityFilters = &$nameFilters[$priority];
+        // add the filter callback
+        $priorityFilters[] = array($object, $methodName);
+    }
+}
+?>

+ 277 - 0
file/htdocs/htdocs/Amfphp/Core/Gateway.php

@@ -0,0 +1,277 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+
+/**
+ * where everything comes together in amfphp.
+ * The class used for the entry point of a remoting call
+ *
+ * @package Amfphp_Core
+ * @author Ariel Sommeria-klein
+ */
+class Amfphp_Core_Gateway {
+
+    /**
+     * filter just after plugin init. Use this to add a service folder for a plugin
+     * @param array serviceFolders array of absolute paths
+     */
+    const FILTER_SERVICE_FOLDER_PATHS = 'FILTER_SERVICE_FOLDER_PATHS';
+
+    /**
+     * filter just after plugin init. Use this to add a service for a plugin when a service folder isn't enough
+     * @param array serviceNames2ClassFindInfo array of ClassFindInfo. Key is the service nane
+     */
+    const FILTER_SERVICE_NAMES_2_CLASS_FIND_INFO = 'FILTER_SERVICE_NAMES_2_CLASS_FIND_INFO';
+
+    /**
+     * filter called when the serialized request comes in.
+     * @todo this filter only allows manipulation of raw post data, and is as such a bit misleading. Maybe rename and do filters for GET and POST
+     * @param String $rawData the raw http data
+     */
+    const FILTER_SERIALIZED_REQUEST = 'FILTER_SERIALIZED_REQUEST';
+
+    /**
+     * filter called to allow a plugin to override the default amf deserializer.
+     * Plugin should return a Amfphp_Core_Common_IDeserializer if it recognizes the content type
+     * @param Amfphp_Core_Common_IDeserializer $deserializer the deserializer. null at call in gateway.
+     * @param String $contentType
+     */
+    const FILTER_DESERIALIZER = 'FILTER_DESERIALIZER';
+    
+    /**
+     * filter called after the request is deserialized. The callee can modify the data and return it.
+     * @param mixed $deserializedRequest
+     */
+    const FILTER_DESERIALIZED_REQUEST = 'FILTER_DESERIALIZED_REQUEST';
+
+    /**
+     * filter called to allow a plugin to override the default amf deserialized request handler.
+     * Plugin should return a Amfphp_Core_Common_IDeserializedRequestHandler if it recognizes the request
+     * @param Amfphp_Core_Common_IDeserializedRequestHandler $deserializedRequestHandler null at call in gateway.
+     * @param String $contentType
+     */
+    const FILTER_DESERIALIZED_REQUEST_HANDLER = 'FILTER_DESERIALIZED_REQUEST_HANDLER';
+
+    /**
+     * filter called when the response is ready but not yet serialized.  The callee can modify the data and return it.
+     * @param $deserializedResponse
+     */
+    const FILTER_DESERIALIZED_RESPONSE = 'FILTER_DESERIALIZED_RESPONSE';
+
+    /**
+     * filter called to allow a plugin to override the default amf exception handler.
+     * If the plugin takes over the handling of the request message,
+     * it must set this to a proper Amfphp_Core_Common_IExceptionHandler
+     * @param Amfphp_Core_Common_IExceptionHandler $exceptionHandler. null at call in gateway.
+     * @param String $contentType
+     */
+    const FILTER_EXCEPTION_HANDLER = 'FILTER_EXCEPTION_HANDLER';
+
+    /**
+     * filter called to allow a plugin to override the default amf serializer.
+     * @param Amfphp_Core_Common_ISerializer $serializer the serializer. null at call in gateway.
+     * @param String $contentType
+     * Plugin sets to a Amfphp_Core_Common_ISerializer if it recognizes the content type
+     */
+    const FILTER_SERIALIZER = 'FILTER_SERIALIZER';
+
+    /**
+     * filter called when the packet response is ready and serialized.
+     * @param String $rawData the raw http data
+     */
+    const FILTER_SERIALIZED_RESPONSE = 'FILTER_SERIALIZED_RESPONSE';
+
+    /**
+     * filter called to get the headers
+     * @param array $headers an associative array of headers. For example array('Content-Type' => 'application/x-amf')
+     * @param String $contentType
+     */
+    const FILTER_HEADERS = 'FILTER_HEADERS';
+    
+    /**
+     * filter Vo Converter
+     * note: this has nothing to do with the gateway. Filter definitions should one day be centralized in an independant place.
+     * @param Amfphp_Core_Common_IVoConverter
+     */
+    const FILTER_VO_CONVERTER = 'FILTER_VO_CONVERTER';
+
+
+    /**
+     * config.
+     * @var Amfphp_Core_Config
+     */
+    protected $config;
+
+    /**
+     * typically the $_GET array.
+     * @var array
+     */
+    protected $getData;
+
+    /**
+     * typically the $_POST array.
+     * @var array
+     */
+    protected $postData;
+
+    /**
+     * the content type. For example for amf, application/x-amf
+     * @var String
+     */
+    protected $contentType;
+
+    /**
+     * the serialized request 
+     * @var String 
+     */
+    protected $rawInputData;
+
+    /**
+     * the serialized response
+     * @var String
+     */
+    protected $rawOutputData;
+
+    /**
+     *
+     */
+    /**
+     * constructor
+     * @param array $getData typically the $_GET array.
+     * @param array $postData typically the $_POST array.
+     * @param String $rawInputData
+     * @param String $contentType
+     * @param Amfphp_Core_Config $config optional. The default config object will be used if null
+     */
+    public function  __construct(array $getData, array $postData, $rawInputData, $contentType, Amfphp_Core_Config $config = null) {
+        $this->getData = $getData;
+        $this->postData = $postData;
+        $this->rawInputData = $rawInputData;
+        $this->contentType = $contentType;
+        if($config){
+            $this->config = $config;
+        }else{
+            $this->config = new Amfphp_Core_Config();
+        }
+        
+        //check for deprecated config settings. replace "true" by "false" if you want to keep this around, or simply delete once your upgrade works
+        if(true){
+            if(isset($this->config->serviceFolderPaths)){
+                throw new Exception('In the Amfphp config, serviceFolderPaths have been renamed to serviceFolders. See http://www.silexlabs.org/amfphp/documentation/upgrading-from-2-0-x-and-2-1-x-to-2-2/');
+            }
+            if(isset($this->config->pluginsConfig['AmfphpCustomClassConverter'])){
+                throw new Exception('The AmfphpCustomClassConverter has been renamed to AmfphpVoConverter. Please update your config accordingly. See http://www.silexlabs.org/amfphp/documentation/upgrading-from-2-0-x-and-2-1-x-to-2-2/');
+            }
+            if(isset($this->config->pluginsConfig['AmfphpVoConverter'])){
+                $voConverterConfig = $this->config->pluginsConfig['AmfphpVoConverter'];
+                if(isset($voConverterConfig['customClassFolderPaths']) || isset($voConverterConfig['voFolderPaths']))
+                throw new Exception('The AmfphpVoConverter folder info is to be set in "voFolderPaths" . Please update your config accordingly. See http://www.silexlabs.org/amfphp/documentation/upgrading-from-2-0-x-and-2-1-x-to-2-2/');
+            }
+        }
+
+    }
+    
+    /**
+     * The service method runs the gateway application.  It deserializes the raw data passed into the constructor as an Amfphp_Core_Amf_Packet, handles the headers,
+     * handles the messages as requests to services, and returns the responses from the services
+     * It does not however handle output headers, gzip compression, etc. that is the job of the calling script
+     *
+     * @return <String> the serialized data
+     */
+    public function service(){
+        $filterManager = Amfphp_Core_FilterManager::getInstance();
+        $deserializedResponse = null;
+        try{
+            Amfphp_Core_PluginManager::getInstance()->loadPlugins($this->config->pluginsFolders, $this->config->pluginsConfig, $this->config->sharedConfig, $this->config->disabledPlugins);
+            $defaultHandler = new Amfphp_Core_Amf_Handler($this->config->sharedConfig);
+            
+            //filter service folder paths
+            $this->config->serviceFolders = $filterManager->callFilters(self::FILTER_SERVICE_FOLDER_PATHS, $this->config->serviceFolders);
+
+            //filter service names 2 class find info
+            $this->config->serviceNames2ClassFindInfo = $filterManager->callFilters(self::FILTER_SERVICE_NAMES_2_CLASS_FIND_INFO, $this->config->serviceNames2ClassFindInfo);
+
+            //filter serialized request 
+            $this->rawInputData = $filterManager->callFilters(self::FILTER_SERIALIZED_REQUEST, $this->rawInputData);
+
+            //filter deserializer
+            $deserializer = $filterManager->callFilters(self::FILTER_DESERIALIZER, $defaultHandler, $this->contentType);
+            
+            //deserialize
+            $deserializedRequest = $deserializer->deserialize($this->getData, $this->postData, $this->rawInputData);
+
+            //filter deserialized request
+            $deserializedRequest = $filterManager->callFilters(self::FILTER_DESERIALIZED_REQUEST, $deserializedRequest);
+
+            //create service router
+            $serviceRouter = new Amfphp_Core_Common_ServiceRouter($this->config->serviceFolders, $this->config->serviceNames2ClassFindInfo, $this->config->checkArgumentCount);
+
+            //filter deserialized request handler
+            $deserializedRequestHandler = $filterManager->callFilters(self::FILTER_DESERIALIZED_REQUEST_HANDLER, $defaultHandler, $this->contentType);
+
+            //handle request
+            $deserializedResponse = $deserializedRequestHandler->handleDeserializedRequest($deserializedRequest, $serviceRouter);
+
+        }catch(Exception $exception){
+            //filter exception handler
+            $exceptionHandler = $filterManager->callFilters(self::FILTER_EXCEPTION_HANDLER, $defaultHandler, $this->contentType);
+
+            //handle exception
+            $deserializedResponse = $exceptionHandler->handleException($exception);
+
+        }
+        //filter deserialized response
+        $deserializedResponse = $filterManager->callFilters(self::FILTER_DESERIALIZED_RESPONSE, $deserializedResponse);
+
+
+        //filter serializer
+        $serializer = $filterManager->callFilters(self::FILTER_SERIALIZER, $defaultHandler, $this->contentType);
+
+        //serialize
+        $this->rawOutputData = $serializer->serialize($deserializedResponse);
+
+        //filter serialized response 
+        $this->rawOutputData = $filterManager->callFilters(self::FILTER_SERIALIZED_RESPONSE, $this->rawOutputData);
+
+        return $this->rawOutputData;
+
+    }
+
+    /**
+     * get the response headers. Creates an associative array of headers, then filters them, then returns an array of strings
+     * @return array
+     */
+    public function getResponseHeaders(){
+        
+        $filterManager = Amfphp_Core_FilterManager::getInstance();
+        $headers = array('Content-Type' => $this->contentType);
+        $headers = $filterManager->callFilters(self::FILTER_HEADERS, $headers, $this->contentType);
+        $ret = array();
+        foreach($headers as $key => $value){
+            $ret[] = $key . ': ' . $value;
+        }
+        return $ret;
+    }
+
+    /**
+     * helper function for sending gateway data to output stream
+     */
+    public function output(){
+
+        $responseHeaders = $this->getResponseHeaders();
+        foreach($responseHeaders as $header){
+            header($header);
+        }
+        echo $this->rawOutputData;
+        return $this->rawOutputData;
+    }
+
+}
+?>

+ 55 - 0
file/htdocs/htdocs/Amfphp/Core/HttpRequestGatewayFactory.php

@@ -0,0 +1,55 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * A gateway factory's job is to create a gateway. There can be many gateway factories, but as such the only one for now is this one,
+ * which creates a gateway assuming that the data to be processed is in an http request and thus available through the usual php globals
+ *
+ * @package Amfphp_Core
+ * @author Ariel Sommeria-Klein
+ */
+class Amfphp_Core_HttpRequestGatewayFactory {
+
+
+
+    /**
+     * there seems to be some confusion in the php doc as to where best to get the raw post data from.
+     * try $GLOBALS['HTTP_RAW_POST_DATA'] and php://input
+     *
+     * @return <String> it's a binary stream, but there seems to be no better type than String for this.
+     */
+    static protected function getRawPostData(){
+        if (isset($GLOBALS['HTTP_RAW_POST_DATA'])) {
+            return $GLOBALS['HTTP_RAW_POST_DATA'];
+        }else{
+            return file_get_contents('php://input');
+        }
+
+    }
+
+    /**
+     * create the gateway.
+     * content type is recovered by looking at the GET parameter contentType. If it isn't set, it looks in the content headers.
+     * @param Amfphp_Core_Config $config optional. If null, the gateway will use the default
+     * @return Amfphp_Core_Gateway
+     */
+    static public function createGateway(Amfphp_Core_Config $config = null){
+        $contentType = null;
+        if(isset ($_GET['contentType'])){
+            $contentType = $_GET['contentType'];
+        }else if(isset ($_SERVER['CONTENT_TYPE'])){
+
+            $contentType = $_SERVER['CONTENT_TYPE'];
+        }
+        $rawInputData = self::getRawPostData();
+        return new Amfphp_Core_Gateway($_GET, $_POST, $rawInputData, $contentType, $config);
+    }
+}
+?>

+ 114 - 0
file/htdocs/htdocs/Amfphp/Core/PluginManager.php

@@ -0,0 +1,114 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * Loads plugins for Amfphp. Plugins consist of a folder in the plugins folder. The folder and the class
+ * should all have the same name. The file containing the class should be named with the class name with the '.php' suffix added.
+ * It is the loaded class' responsability to load any  other resources that the plugin needs from the same folder.
+ *  A plugin interacts with Amfphp by using the Amfphp_Core_FilterManager to register its functions
+ * to be called at specific times with specific parameters during execution.
+ * It's a singleton, so use getInstance
+ *
+ * @package Amfphp_Core
+ * @author Ariel Sommeria-Klein
+ */
+class Amfphp_Core_PluginManager {
+
+    /**
+     * protected instance of singleton
+     * @var Amfphp_Core_PluginManager
+     *
+     */
+    protected static $instance = NULL;
+
+    /**
+     * plugin instances
+     * @var array
+     */
+    protected $pluginInstances;
+
+    /**
+     * constructor
+     */
+    protected function __construct() {
+        $this->pluginInstances = array();
+    }
+
+    /**
+     * gives access to the singleton
+     * @return Amfphp_Core_PluginManager
+     */
+    public static function getInstance() {
+        if (self::$instance == NULL) {
+            self::$instance = new Amfphp_Core_PluginManager();
+        }
+        return self::$instance;
+    }
+
+    /**
+     * load the plugins
+     * @param array $pluginFolders where to load the plugins from. Absolute paths. For example Amfphp/Plugins/
+     * @param array $pluginsConfig  optional. an array containing the plugin configuration, using the plugin name as key.
+     * @param array $sharedConfig optional. if both a specific config and a shared config are available, concatenate them to create the plugin config. 
+     * Otherwise use whatever is not null
+     * @param array $disabledPlugins  optional.  an array of names of plugins to disable
+     */
+    public function loadPlugins($pluginFolders, array $pluginsConfig = null, array $sharedConfig = null, array $disabledPlugins = null) {
+        foreach ($pluginFolders as $pluginsFolderRootPath) {
+            if (!is_dir($pluginsFolderRootPath)) {
+                throw new Amfphp_Core_Exception('invalid path for loading plugins at ' . $pluginsFolderRootPath);
+            }
+            $folderContent = scandir($pluginsFolderRootPath);
+
+            foreach ($folderContent as $pluginName) {
+                if (!is_dir($pluginsFolderRootPath . '/' . $pluginName)) {
+                    continue;
+                }
+                //avoid system folders
+                if ($pluginName[0] == '.') {
+                    continue;
+                }
+
+                //check first if plugin is disabled
+                $shouldLoadPlugin = true;
+                if ($disabledPlugins) {
+                    foreach ($disabledPlugins as $disabledPlugin) {
+                        if ($disabledPlugin == $pluginName) {
+                            $shouldLoadPlugin = false;
+                        }
+                    }
+                }
+                if (!$shouldLoadPlugin) {
+                    continue;
+                }
+
+                if (!class_exists($pluginName, false)) {
+                    require_once $pluginsFolderRootPath . '/' . $pluginName . '/' . $pluginName . '.php';
+                }
+
+                $pluginConfig = array();
+                if ($pluginsConfig && isset($pluginsConfig[$pluginName])) {
+                    $pluginConfig = $pluginsConfig[$pluginName];
+                }
+                if ($sharedConfig) {
+                    $pluginConfig += $sharedConfig;
+                }
+
+
+                $pluginInstance = new $pluginName($pluginConfig);
+                $this->pluginInstances[] = $pluginInstance;
+            }
+        }
+    }
+
+}
+
+?>

+ 201 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpAuthentication/AmfphpAuthentication.php

@@ -0,0 +1,201 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * Authentication for Amfphp. 
+ * This plugin can be deactivated if the project doesn't need to protect access to its services.
+ * 
+ * On a service object, the plugin looks for a method called _getMethodRoles. If the method exists, the plugin will look for a role in the session that matches the role.
+ * If the roles don't match, an Exception is thrown.
+ * The _getMethodRoles takes a parameter $methodName, and must return an array of strings containing acceptable roles for the method. If the return value is null,
+ * it is considered that that particular method is not protected.
+ * 
+ * For example:
+ * <code>
+ * public function _getMethodRoles($methodName){
+ *    if($methodName == 'adminMethod'){
+ *        return array('admin');
+ *    }else{
+ *        return null;
+ *    }
+ * }
+ *
+ * </code>
+ * 
+ * To authenticate a user, the plugin looks for a 'login' method. This method can either be called
+ * explicitly, or by setting a header with the name 'Credentials', containing {userid: userid, password: password}, as defined by the AS2
+ * NetConnection.setCredentials method. It is considered good practise to have a 'logout' method, though this is optional
+ * The login method returns a role in a 'string'. It takes 2 parameters, the user id and the password.
+ * The logout method should call AmfphpAuthentication::clearSessionInfo();
+ * 
+ * See the AuthenticationService class in the test data for an example of an implementation.
+ * 
+ * Roles are stored in an associative array in $_SESSION[self::SESSION_FIELD_ROLES], using the role as key for easy access
+ * 
+ * @link https://github.com/silexlabs/amfphp-2.0/blob/master/Tests/TestData/Services/AuthenticationService.php
+ * @package Amfphp_Plugins_Authentication
+ * @author Ariel Sommeria-klein
+ */
+class AmfphpAuthentication {
+    /**
+     * the field in the session where the roles array is stored
+     */
+
+    const SESSION_FIELD_ROLES = 'amfphp_roles';
+
+    /**
+     * the name of the method on the service where the method roles are given
+     */
+    const METHOD_GET_METHOD_ROLES = '_getMethodRoles';
+
+    /**
+     * the name of the login method
+     */
+    const METHOD_LOGIN = 'login';
+
+    /**
+     * the user id passed in the credentials header
+     * @var String
+     */
+    public $headerUserId;
+
+    /**
+     * the password passed in the credentials header
+     * @var String
+     */
+    protected $headerPassword;
+
+    /**
+     * constructor.
+     * @param array $config optional key/value pairs in an associative array. Used to override default configuration values.
+     */
+    public function __construct(array $config = null) {
+        $filterManager = Amfphp_Core_FilterManager::getInstance();
+        $filterManager->addFilter(Amfphp_Core_Common_ServiceRouter::FILTER_SERVICE_OBJECT, $this, 'filterServiceObject');
+        $filterManager->addFilter(Amfphp_Core_Amf_Handler::FILTER_AMF_REQUEST_HEADER_HANDLER, $this, 'filterAmfRequestHeaderHandler');
+        $this->headerUserId = null;
+        $this->headerPassword = null;
+    }
+
+    /**
+     * filter amf request header handler
+     * @param Object $handler
+     * @param Amfphp_Core_Amf_Header $header the request header
+     * @return AmfphpAuthentication 
+     */
+    public function filterAmfRequestHeaderHandler($handler, Amfphp_Core_Amf_Header $header) {
+        if ($header->name == Amfphp_Core_Amf_Constants::CREDENTIALS_HEADER_NAME) {
+            return $this;
+        }
+    }
+
+    /**
+     * called when the service object is created, just before the method call.
+     * Tries to authenticate if a credentials header was sent in the packet.
+     * Throws an exception if the roles don't match
+     *
+     * @param <Object> $serviceObject
+     * @param <String> $serviceName
+     * @param <String> $methodName
+     * @return <array>
+     */
+    public function filterServiceObject($serviceObject, $serviceName, $methodName) {
+        if (!method_exists($serviceObject, self::METHOD_GET_METHOD_ROLES)) {
+            return;
+        }
+
+        if ($methodName == self::METHOD_GET_METHOD_ROLES) {
+            throw new Exception('_getMethodRoles method access forbidden');
+        }
+
+        //the service object has a '_getMethodRoles' method. role checking is necessary if the returned value is not null
+        $methodRoles = call_user_func(array($serviceObject, self::METHOD_GET_METHOD_ROLES), $methodName);
+        if (!$methodRoles) {
+            return;
+        }
+
+        //try to authenticate using header info if available
+        if ($this->headerUserId && $this->headerPassword) {
+            call_user_func(array($serviceObject, self::METHOD_LOGIN), $this->headerUserId, $this->headerPassword);
+        }
+
+        if (session_id() == '') {
+            session_start();
+        }
+
+        if (!isset($_SESSION[self::SESSION_FIELD_ROLES])) {
+            throw new Amfphp_Core_Exception('User not authenticated');
+        }
+
+        $userRoles = $_SESSION[self::SESSION_FIELD_ROLES];
+
+        foreach ($methodRoles as $methodRole) {
+            if (isset($userRoles[$methodRole])) {
+                //a match is found
+                return;
+            }
+        }
+        throw new Amfphp_Core_Exception('Access denied.');
+    }
+
+    /**
+     * clears the session info set by the plugin. Use to logout
+     */
+    public static function clearSessionInfo() {
+        if (session_id() == '') {
+            session_start();
+        }
+        if (isset($_SESSION[self::SESSION_FIELD_ROLES])) {
+            unset($_SESSION[self::SESSION_FIELD_ROLES]);
+        }
+    }
+
+    /**
+     * add role
+     * @param String $roleToAdd
+     */
+    public static function addRole($roleToAdd) {
+        if (session_id() == '') {
+            session_start();
+        }
+        if (!isset($_SESSION[self::SESSION_FIELD_ROLES])) {
+            $_SESSION[self::SESSION_FIELD_ROLES] = array();
+        }
+
+        //role isn't already available. Add it.
+        $_SESSION[self::SESSION_FIELD_ROLES][$roleToAdd] = true;
+    }
+
+    /**
+     * looks for a 'Credentials' request header. If there is one, uses it to try to authentify the user.
+     * @param Amfphp_Core_Amf_Header $header the request header
+     * @return void
+     */
+    public function handleRequestHeader(Amfphp_Core_Amf_Header $header) {
+        if ($header->name != Amfphp_Core_Amf_Constants::CREDENTIALS_HEADER_NAME) {
+            throw new Amfphp_Core_Exception('not an authentication amf header. type: ' . $header->name);
+        }
+        $userIdField = Amfphp_Core_Amf_Constants::CREDENTIALS_FIELD_USERID;
+        $passwordField = Amfphp_Core_Amf_Constants::CREDENTIALS_FIELD_PASSWORD;
+
+        $userId = $header->data->$userIdField;
+        $password = $header->data->$passwordField;
+
+        if (session_id() == '') {
+            session_start();
+        }
+        $this->headerUserId = $userId;
+        $this->headerPassword = $password;
+    }
+
+}
+
+?>

+ 214 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpCharsetConverter/AmfphpCharsetConverter.php

@@ -0,0 +1,214 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * Converts strings to the right encoding in incoming and outgoing packets.
+ * This plugin can be deactivated if all three tiers (DB, PHP, client) use the same charset, usually utf8.
+ * This works for nested objects.
+ *
+ * @package Amfphp_Plugins_CharsetConverter
+ * @author Ariel Sommeria-Klein
+ */
+class AmfphpCharsetConverter {
+    /**
+     * don't do anything
+     */
+    const METHOD_NONE = 'none';
+
+    /**
+     * uses the iconv library for reencoding
+     */
+    const METHOD_ICONV = 'iconv';
+
+    /**
+     * uses the mbstring library for reencoding
+     */
+    const METHOD_MBSTRING = 'mbstring';
+
+    /**
+     * uses the recode library for reencoding
+     */
+    const METHOD_RECODE = 'recode';
+    
+    /**
+     *  uses the XML function utf8_decode and encode for reencoding - ISO-8859-1 only
+     */
+    const METHOD_UTF8_DECODE = 'utf8_decode';
+    
+    /**
+     * the reencoding method. One of the METHOD_XXX consts defined above.
+     * @var String
+     */
+    public $method;
+
+    /**
+     * transliterate direction
+     */
+    const DIRECTION_PHP_TO_CLIENT = 0;
+
+    /**
+     * transliterate direction
+     */
+    const DIRECTION_CLIENT_TO_PHP = 1;
+
+    /**
+     * the Charset that is used in php default utf-8.
+     * See all the possible codepages for iconv here:
+     * http://www.gnu.org/software/libiconv/
+     *
+     * @var String
+     */
+    public $phpCharset;
+
+
+    /**
+     * the Charset that is used by the client. default utf-8
+     * See all the possible codepages for iconv here:
+     * http://www.gnu.org/software/libiconv/
+     *
+     * @var String
+     */
+    public $clientCharset;
+
+    /**
+     * constructor.
+     * @param array $config optional key/value pairs in an associative array. Used to override default configuration values.
+     */
+    public function  __construct(array $config = null) {
+        //defaults
+        $this->clientCharset = 'utf-8';
+        $this->phpCharset = 'utf-8';
+        $this->method = self::METHOD_NONE;
+        if($config){
+            if(isset ($config['clientCharset'])){
+                $this->clientCharset = $config['clientCharset'];
+            }
+            if(isset ($config['phpCharset'])){
+                $this->phpCharset = $config['phpCharset'];
+            }
+            if(isset ($config['method'])){
+                $this->method = $config['method'];
+            }
+        }
+
+        //only add filters if conversion is necessary
+        if($this->method == self::METHOD_NONE){
+            return;
+        }
+        if($this->clientCharset == $this->phpCharset){
+            return;
+        }
+        $filterManager = Amfphp_Core_FilterManager::getInstance();
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_DESERIALIZED_REQUEST, $this, 'filterDeserializedRequest');
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_DESERIALIZED_RESPONSE, $this, 'filterDeserializedResponse');
+    }
+
+
+    /**
+     * converts untyped objects to their typed counterparts. Loads the class if necessary
+     * @param mixed $deserializedRequest
+     * @return mixed
+     */
+    public function filterDeserializedRequest($deserializedRequest){
+        $deserializedRequest = Amfphp_Core_Amf_Util::applyFunctionToContainedObjects($deserializedRequest, array($this, 'convertStringFromClientToPhpCharsets'));
+        if(class_exists('AmfphpMonitor', false)){
+            AmfphpMonitor::addTime('Request Charset Conversion');
+        }
+        return $deserializedRequest;
+
+    }
+    
+    /**
+     * looks at the response and sets the explicit type field so that the serializer sends it properly
+     * @param mixed $deserializedResponse
+     * @return mixed
+     */
+    public function filterDeserializedResponse($deserializedResponse){
+        $deserializedResponse = Amfphp_Core_Amf_Util::applyFunctionToContainedObjects($deserializedResponse, array($this, 'convertStringFromPhpToClientCharsets'));
+        if(class_exists('AmfphpMonitor', false)){
+            AmfphpMonitor::addTime('Response Charset Conversion');
+        }
+        return $deserializedResponse;
+
+    }
+
+
+    /**
+     * convert the string. finds the proper encoding depending on direction
+     * @param String $string data to convert
+     * @param int $direction one of the DIRECTION_XXX consts described above
+     * @return String
+     */
+    protected function transliterate($string, $direction)
+    {
+        if($this->clientCharset == $this->phpCharset){
+            return $string;
+        }
+
+        $fromCharset = null;
+        $toCharset = null;
+        if($direction == self::DIRECTION_CLIENT_TO_PHP){
+            $fromCharset = $this->clientCharset;
+            $toCharset = $this->phpCharset;
+        }else{
+            $fromCharset = $this->phpCharset;
+            $toCharset = $this->clientCharset;
+        }
+        
+        switch($this->method)
+        {
+            case self::METHOD_NONE :
+                return $string;
+            case self::METHOD_ICONV:
+                return iconv($fromCharset, $toCharset, $string);
+            case self::METHOD_UTF8_DECODE:
+                return ($direction == self::DIRECTION_CLIENT_TO_PHP ? utf8_decode($string) : utf8_encode($string));
+            case self::METHOD_MBSTRING:
+                return mb_convert_encoding($string, $fromCharset, $toCharset);
+            case self::METHOD_RECODE:
+                return recode_string($fromCharset . '..' . $toCharset, $string);
+            default:
+                return $string;
+        }
+    }
+
+    /**
+     * converts the strings
+     * note: This is not a recursive function. Rather the recursion is handled by Amfphp_Core_Amf_Util::applyFunctionToContainedObjects.
+     * must be public so that Amfphp_Core_Amf_Util::applyFunctionToContainedObjects can call it
+     * @param mixed $obj
+     * @return mixed
+     */
+    public function convertStringFromClientToPhpCharsets($obj){
+        if(!is_string($obj)){
+            return $obj;
+        }
+
+        return $this->transliterate($obj, self::DIRECTION_CLIENT_TO_PHP);
+
+     }
+
+    /**
+     * note: This is not a recursive function. Rather the recusrion is handled by Amfphp_Core_Amf_Util::applyFunctionToContainedObjects.
+     * must be public so that Amfphp_Core_Amf_Util::applyFunctionToContainedObjects can call it
+     *
+     * @param mixed $obj
+     * @return mixed
+     */
+    public function convertStringFromPhpToClientCharsets($obj){
+        if(!is_string($obj)){
+            return $obj;
+        }
+        return $this->transliterate($obj, self::DIRECTION_PHP_TO_CLIENT);
+    }
+
+
+}
+?>

+ 82 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpDiscovery/AmfphpDiscovery.php

@@ -0,0 +1,82 @@
+<?php
+
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+*  includes
+*  */
+require_once dirname(__FILE__) . '/AmfphpDiscoveryService.php';
+require_once dirname(__FILE__) . '/MethodDescriptor.php';
+require_once dirname(__FILE__) . '/ParameterDescriptor.php';
+require_once dirname(__FILE__) . '/ServiceDescriptor.php';
+
+/**
+ * adds the discovery service, a service that returns information about available services. 
+ * Access is restricted by default(see restrictAccess below)
+ * 
+ * @package Amfphp_Plugins_Discovery
+ * @author Ariel Sommeria-Klein
+ */
+class AmfphpDiscovery {
+    /**
+    * array of files and folders to ignore during introspection of the services dir
+    * e.g. ignore dBug.php, an entire directory called 'classes' and also a subdirectory of one of the service directories (Vo/)
+    * $this->pluginsConfig = array('AmfphpDiscovery' 	=> array('excludePaths' => array('dBug', 'classes', 'Vo/')));
+     * default is for ignoring Vo/ folder
+    */
+    protected $excludePaths = array('Vo/'); 
+    
+    /**
+     * restrict access to amfphp_admin, the role set when using the back office. default is true. 
+     * @var boolean
+     */
+    protected $restrictAccess = true;
+    
+    /**
+     * constructor.
+     * adds filters to grab config about services and add discovery service. Low priority so that other plugins can add their services first
+     * @param array $config optional key/value pairs in an associative array. Used to override default configuration values.
+     */
+    public function  __construct(array $config = null) {
+        $filterManager = Amfphp_Core_FilterManager::getInstance();
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_SERVICE_NAMES_2_CLASS_FIND_INFO, $this, 'filterServiceNames2ClassFindInfo', 99);
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_SERVICE_FOLDER_PATHS, $this, 'filterServiceFolderPaths', 99);
+        
+        if(isset($config['excludePaths'])){
+            $this->excludePaths = $config['excludePaths'];    
+        }
+        AmfphpDiscoveryService::$excludePaths = $this->excludePaths;        
+        if(isset($config['restrictAccess'])){
+            $this->restrictAccess = $config['restrictAccess'];    
+        }
+        AmfphpDiscoveryService::$restrictAccess = $this->restrictAccess;
+    }
+    
+     /**
+     * grabs serviceFolders from config
+     * @param array serviceFolders array of absolute paths
+     */
+    public function filterServiceFolderPaths(array $serviceFolders){
+        AmfphpDiscoveryService::$serviceFolders = $serviceFolders;
+        return $serviceFolders;
+    }
+     /**
+     * grabs serviceNames2ClassFindInfo from config and add discovery service
+     * @param array $serviceNames2ClassFindInfo associative array of key -> class find info
+     */
+    public function filterServiceNames2ClassFindInfo(array $serviceNames2ClassFindInfo){
+        $serviceNames2ClassFindInfo['AmfphpDiscoveryService'] = new Amfphp_Core_Common_ClassFindInfo( dirname(__FILE__) . '/AmfphpDiscoveryService.php', 'AmfphpDiscoveryService');
+        AmfphpDiscoveryService::$serviceNames2ClassFindInfo = $serviceNames2ClassFindInfo;
+        return $serviceNames2ClassFindInfo;
+    }    
+}
+
+?>

+ 253 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpDiscovery/AmfphpDiscoveryService.php

@@ -0,0 +1,253 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * analyses existing services. Warning: if 2 or more services have the same name, only one will appear in the returned data, 
+ * as it is an associative array using the service name as key. 
+ * @amfphpHide
+ * @package Amfphp_Plugins_Discovery
+ * @author Ariel Sommeria-Klein
+ */
+class AmfphpDiscoveryService {
+
+    /**
+     * @see AmfphpDiscovery
+     * @var array of strings(patterns)
+     */
+    public static $excludePaths;
+
+    /**
+     * paths to folders containing services(relative or absolute). set by plugin.
+     * @var array of paths
+     */
+    public static $serviceFolders;
+
+    /**
+     *
+     * @var array of ClassFindInfo. set by plugin.
+     */
+    public static $serviceNames2ClassFindInfo;
+
+    /**
+     * restrict access to amfphp_admin. 
+     * @var boolean
+     */
+    public static $restrictAccess;
+
+    /**
+     * get method roles
+     * @param string $methodName
+     * @return array
+     */
+    public function _getMethodRoles($methodName) {
+        if (self::$restrictAccess) {
+            return array('amfphp_admin');
+        }
+    }
+
+    /**
+     * finds classes in folder. If in subfolders add the relative path to the name.
+     * recursive, so use with care.
+     * @param string $rootPath
+     * @param string $subFolder
+     * @return array
+     */
+    protected function searchFolderForServices($rootPath, $subFolder) {
+        $ret = array();
+        $folderContent = scandir($rootPath . $subFolder);
+
+        if ($folderContent) {
+            foreach ($folderContent as $fileName) {
+                //add all .php file names, but removing the .php suffix
+                if (strpos($fileName, '.php')) {
+                    $fullServiceName = $subFolder . substr($fileName, 0, strlen($fileName) - 4);
+                    $ret[] = $fullServiceName;
+                } else if ((substr($fileName, 0, 1) != '.') && is_dir($rootPath . $subFolder . $fileName)) {
+                    $ret = array_merge($ret, $this->searchFolderForServices($rootPath, $subFolder . $fileName . '/'));
+                }
+            }
+        }
+        return $ret;
+    }
+
+    /**
+     * returns a list of available services
+     * @param array $serviceFolders
+     * @param array $serviceNames2ClassFindInfo
+     * @return array of service names
+     */
+    protected function getServiceNames(array $serviceFolders, array $serviceNames2ClassFindInfo) {
+        $ret = array();
+        foreach ($serviceFolders as $serviceFolderPath) {
+            if(is_array($serviceFolderPath)){
+                //case when using namespace
+                $ret = array_merge($ret, $this->searchFolderForServices($serviceFolderPath[0], ''));
+            }else{
+                //case without namespace
+                $ret = array_merge($ret, $this->searchFolderForServices($serviceFolderPath, ''));
+            }
+        }
+
+        foreach ($serviceNames2ClassFindInfo as $key => $value) {
+            $ret[] = $key;
+        }
+
+        return $ret;
+    }
+
+    /**
+     * extracts 
+     * - meta data from param tags:
+     *     1) type is first word after tag name, name of the variable is second word ($ is removed)
+     *     2) example is end of line after 'example: '
+     * 
+     * - return type
+     * If data is missing because comment is incomplete the values are simply not set
+     * @param string $comment 
+     * @return array{'returns' => type, 'params' => array{variable name => parameter meta}}
+     */
+    protected function parseMethodComment($comment) {
+        $exploded = explode('@', $comment);
+        $ret = array();
+        $params = array();
+        foreach ($exploded as $tagLine) {
+            if (strtolower(substr($tagLine, 0, 5)) == 'param') {
+                //type
+                $words = explode(' ', $tagLine);
+                $type = trim($words[1]);
+                $varName = trim(str_replace('$', '', $words[2]));
+                $paramMeta = array();
+                $paramMeta['type'] = $type;
+                //example
+                $example = '';
+                $examplePos = strpos($tagLine, 'example:');
+                if($examplePos !== false){
+                    $example = substr($tagLine, $examplePos + 8);
+                }
+                $paramMeta['example'] = $example;
+                $params[$varName] = $paramMeta;
+                
+            } else if (strtolower(substr($tagLine, 0, 6)) == 'return') {
+
+                $words = explode(' ', $tagLine);
+                $type = trim($words[1]);
+                $ret['return'] = $type;
+            }
+        }
+        $ret['param'] = $params;
+        if (!isset($ret['return'])) {
+            $ret['return'] = '';
+        }
+        return $ret;
+    }
+
+    /**
+     * gets rid of blocks of 4 spaces and tabs, as well as comment markers. 
+     * @param type $comment
+     * @return type 
+     */
+    private function formatComment($comment){
+        $ret = str_replace('    ', '', $comment);
+        $ret = str_replace("\t", '', $ret);
+        $ret = str_replace('/**', '', $ret);
+        $ret = str_replace('*/', '', $ret);
+        $ret = str_replace('*', '', $ret);
+        return $ret;
+    }
+    /**
+     * does the actual collection of data about available services
+     * @return array of AmfphpDiscovery_ServiceInfo
+     */
+    public function discover() {
+        $serviceNames = $this->getServiceNames(self::$serviceFolders, self::$serviceNames2ClassFindInfo);
+        $ret = array();
+        foreach ($serviceNames as $serviceName) {
+            $serviceObject = Amfphp_Core_Common_ServiceRouter::getServiceObjectStatically($serviceName, self::$serviceFolders, self::$serviceNames2ClassFindInfo);
+            $objR = new ReflectionObject($serviceObject);
+            $objComment = $this->formatComment($objR->getDocComment());
+            if (false !== strpos($objComment, '@amfphpHide')) {
+                //methods including @amfHide should not appear in the back office but should still be accessible.
+                continue;
+            }            
+            $methodRs = $objR->getMethods(ReflectionMethod::IS_PUBLIC);
+            $methods = array();
+            foreach ($methodRs as $methodR) {
+                $methodName = $methodR->name;
+
+                if (substr($methodName, 0, 1) == '_') {
+                    //methods starting with a '_' as they are reserved, so filter them out 
+                    continue;
+                }
+
+                $parameters = array();
+                $paramRs = $methodR->getParameters();
+
+                $methodComment = $this->formatComment($methodR->getDocComment());
+                if (false !== strpos($methodComment, '@amfphpHide')) {
+                    //methods including @amfHide should not appear in the back office but should still be accessible.
+                    continue;
+                }
+                $parsedMethodComment = $this->parseMethodComment($methodComment);
+                foreach ($paramRs as $paramR) {
+
+                    $parameterName = $paramR->name;
+                    //get type from type hinting or from parsed method comment. type hinting has priority
+                    $type = '';
+                    //get example from parsed method comment only
+                    $example = '';
+                    
+                    if (isset($parsedMethodComment['param'][$parameterName])) {
+                        $paramMeta = $parsedMethodComment['param'][$parameterName]; 
+                        if(isset($paramMeta['type'])){
+                            $type = $paramMeta['type'];
+                        }
+                        if(isset($paramMeta['example'])){
+                            $example = $paramMeta['example'];
+                        }
+                    }
+                    try{
+                        //this code will throw an exception saying that the class does not exist, only if the class is a namespace.
+                        //in that case there's not much that can be done, so just ignore type.
+                        if ($paramR->getClass()) {
+                            $type = $paramR->getClass()->name;
+                        }                         
+                    }catch(Exception $e){
+                    }
+
+                    $parameterInfo = new AmfphpDiscovery_ParameterDescriptor($parameterName, $type, $example);
+
+                    $parameters[] = $parameterInfo;
+                }
+                //get return from parsed return comment if exists
+                $return = '';
+                if(isset ($parsedMethodComment['return'])){
+                    $return = $parsedMethodComment['return'];
+                }
+                $methods[$methodName] = new AmfphpDiscovery_MethodDescriptor($methodName, $parameters, $methodComment, $return);
+            }
+
+            $ret[$serviceName] = new AmfphpDiscovery_ServiceDescriptor($serviceName, $methods, $objComment);
+        }
+        //note : filtering must be done at the end, as for example excluding a Vo class needed by another creates issues
+        foreach ($ret as $serviceName => $serviceObj) {
+            foreach (self::$excludePaths as $excludePath) {
+                if (strpos($serviceName, $excludePath) !== false) {
+                    unset($ret[$serviceName]);
+                    break;
+                }
+            }
+        }
+        return $ret;
+    }
+
+}
+
+?>

+ 61 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpDiscovery/MethodDescriptor.php

@@ -0,0 +1,61 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ * 
+ */
+
+/**
+ * Contains all collected information about a service method.
+ *
+ * @author Ariel Sommeria-klein
+ * @package Amfphp_Plugins_Discovery
+ */
+class AmfphpDiscovery_MethodDescriptor {
+
+    /**
+     * name
+     * @var string 
+     */
+    public $name;
+
+    /**
+     * 
+     * @var array of ParameterInfo
+     */
+    public $parameters;
+
+    /**
+     *
+     * @var string method level comment
+     */
+    public $comment;
+
+    /**
+     * return type
+     * @var string 
+     */
+    public $returnType;
+
+    /**
+     * constructor
+     * @param string $name
+     * @param array $parameters
+     * @param string $comment
+     * @param string $returnType 
+     */
+    public function __construct($name, array $parameters, $comment, $returnType) {
+        $this->name = $name;
+        $this->parameters = $parameters;
+        $this->comment = $comment;
+        $this->returnType = $returnType;
+    }
+
+}
+
+?>

+ 58 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpDiscovery/ParameterDescriptor.php

@@ -0,0 +1,58 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * Contains all collected information about a service method parameter
+ *
+ * @author Ariel Sommeria-klein
+ * @package Amfphp_Plugins_Discovery
+ */
+class AmfphpDiscovery_ParameterDescriptor {
+
+    /**
+     * name
+     * @var string
+     */
+    public $name;
+
+    /**
+     * This can be gathered in 2 manners: commentary tag analysis and type hinting analysis. 
+     * @var String
+     */
+    public $type;
+    
+    /**
+     * This can be gathered by commentary tag analysis. It should be in json format so that it can be used by the service browser.
+     * This is an example tag @param object obj This is a really important object. example: {"key":"value"}
+     * @var string 
+     */
+    public $example;
+
+    /**
+     * @todo 
+     * @var Boolean
+     */
+    //public $isOptional;
+
+    /**
+     * constructor
+     * @param String $name
+     * @param String $type
+     */
+    public function __construct($name, $type, $example) {
+        $this->name = $name;
+        $this->type = $type;
+        $this->example = $example;
+    }
+
+}
+
+?>

+ 50 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpDiscovery/ServiceDescriptor.php

@@ -0,0 +1,50 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ * 
+ */
+
+  /**
+ * Contains all collected information about a service. This information will be used by the generator. 
+ *
+ * @author Ariel Sommeria-klein
+ * @package Amfphp_Plugins_Discovery
+ */
+class AmfphpDiscovery_ServiceDescriptor {
+    /**
+     *name
+     * @var string
+     */
+     public $name;
+    /**
+     *  methods
+     * @var array of MethodInfo
+     */
+    public $methods; 
+    
+    /**
+     * class level comment
+     * @var string 
+     */
+    public $comment;
+
+    /**
+     * constructor
+     * @param string $name
+     * @param array $methods
+     * @param string $comment
+     */
+    public function __construct($name, array $methods, $comment) {
+        $this->name = $name;
+        $this->methods = $methods;
+        $this->comment = $comment;
+    }
+}
+
+?>

+ 108 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpDummy/AmfphpDummy.php

@@ -0,0 +1,108 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * This catches browser requests to the gateway, to show something more helpful than an error message.
+ *
+ * @package Amfphp_Plugins_Dummy
+ * @author Ariel Sommeria-Klein, Daniel Hoffmann (intermedi8.de) 
+ */
+class AmfphpDummy implements Amfphp_Core_Common_IDeserializer, Amfphp_Core_Common_IDeserializedRequestHandler, Amfphp_Core_Common_IExceptionHandler, Amfphp_Core_Common_ISerializer {
+    /**
+     * if content type is not set or content is set to "application/x-www-form-urlencoded", this plugin will handle the request
+     */
+
+    const CONTENT_TYPE = "application/x-www-form-urlencoded";
+
+    /**
+     * constructor.
+     * @param array $config optional key/value pairs in an associative array. Used to override default configuration values.
+     */
+    public function __construct(array $config = null) {
+        $filterManager = Amfphp_Core_FilterManager::getInstance();
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_DESERIALIZER, $this, "filterHandler");
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_DESERIALIZED_REQUEST_HANDLER, $this, "filterHandler");
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_EXCEPTION_HANDLER, $this, "filterHandler");
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_SERIALIZER, $this, "filterHandler");
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_HEADERS, $this, "filterHeaders");
+    }
+
+    /**
+     * if no content type, then returns this.
+     * @param mixed null at call in gateway.
+     * @param String $contentType
+     * @return this or null
+     */
+    public function filterHandler($handler, $contentType) {
+        if (!$contentType || $contentType == self::CONTENT_TYPE) {
+            return $this;
+        }
+    }
+
+    /**
+     * deserialize
+     * @see Amfphp_Core_Common_IDeserializer
+     * @param array $getData
+     * @param array $postData
+     * @param string $rawPostData
+     * @return string
+     */
+    public function deserialize(array $getData, array $postData, $rawPostData) {
+        $ret = new stdClass();
+        return $ret;
+    }
+
+    /**
+     * handle deserialized request
+     * @see Amfphp_Core_Common_IDeserializedRequestHandler
+     * @param mixed $deserializedRequest
+     * @param Amfphp_Core_Common_ServiceRouter $serviceRouter
+     * @return mixed
+     */
+    public function handleDeserializedRequest($deserializedRequest, Amfphp_Core_Common_ServiceRouter $serviceRouter) {
+        
+    }
+
+    /**
+     * handle exception
+     * @see Amfphp_Core_Common_IExceptionHandler
+     * @param Exception $exception
+     */
+    public function handleException(Exception $exception) {
+        
+    }
+
+    /**
+     * serialize. just includes index.html
+     * @see Amfphp_Core_Common_ISerializer
+     * @param mixed $data
+     * @return mixed
+     */
+    public function serialize($data) {
+
+        include(dirname(__FILE__) . "/index.html");
+    }
+
+    /**
+     * filter the headers to make sure the content type is set to text/html if the request was handled by the service browser
+     * @param array $headers
+     * @param string $contentType
+     * @return array
+     */
+    public function filterHeaders($headers, $contentType) {
+        if (!$contentType || $contentType == self::CONTENT_TYPE) {
+            return array();
+        }
+    }
+
+}
+
+?>

+ 216 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpDummy/index.html

@@ -0,0 +1,216 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>amfPHP Entry Point</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <style type="text/css">
+        
+.static, #left, .notParamEditor, pre{
+     /*don't apply font to ACE editor or else cursor position is messed up. :not selector dones't work, so need 
+     to do it to everything but it' */
+        font-family: Arial, Helvetica, sans-serif;
+        color: #33536D;
+}
+
+*{
+	font-size: 15px;
+	margin: 0px;
+	padding: 0px;
+}
+
+input{
+	color:black;
+}
+
+
+a, input[type="submit"], button  {
+	color: #007EE5;
+        cursor:pointer;
+        text-decoration: none;
+}
+
+input, #result, button{
+	padding: 8px;
+	border: 1px solid #525252;
+	-moz-border-radius: 4px;
+	-webkit-border-radius: 4px;
+	border-radius: 4px;
+	margin: 5px;
+}
+
+
+
+.static {
+	height: 20px;
+	padding: 20px;
+	padding-top: 10px;
+	border-bottom: 1px solid #525252;
+} 
+
+#titleSpan {
+	font-size: 24px;
+} 
+
+.static ul {
+	float: right;
+	list-style-type: none;
+	margin-top: 7px;
+}
+
+.static a{
+	padding-right: 20px;
+    
+}
+
+.static ul li {
+	float: left;
+	margin-left: 20px;
+}
+
+#left li ul {
+	padding-left: 15px;
+	margin-bottom: 10px;
+}
+
+#left{
+    float: left;
+    margin: 20px;
+}
+
+#right {
+	float: left;
+	margin-top: 20px;
+        position:relative;
+        border-left: 1px solid #525252;
+}
+
+
+#right form {
+	margin-bottom: 20px;
+}
+
+.menu {
+	padding: 16px;
+        margin-bottom:16px;
+}
+
+.menu li {
+	margin-left: 15px;
+	margin-bottom: 2px;
+}
+
+.menu li b {
+	font-size: 14px;
+}
+
+
+.menu a{
+    padding-right: 10px;
+}
+
+
+.underline {
+   text-decoration: underline;
+}
+
+
+#signin input{
+    margin-left: 0;
+    margin-right: 0;
+}
+#signin input[type="submit"] {
+    float: right;
+}
+input[type="submit"], button {
+    padding: 5px;
+    margin: 5px;
+    background: #FFFFFF;
+}
+
+#serviceMethods{
+    margin-top: 20px;
+}
+
+
+h3{
+    padding: 5px;
+}
+
+#dataView{
+    padding: 5px;
+}
+
+#dataView#tree{
+    font-size: 12px;
+}
+.warning{
+    color:red;
+    
+}
+
+.paramEditorContainer{
+    /* 
+    The editor must be created in a div with absolute position. So use a wrapper for positioning. 
+    See http://dylemma.io/post/4
+    */
+    position: relative;
+    height: 4em;
+    width: 500px;
+    margin:5px;
+    border: 1px solid #525252;
+    
+}
+
+button img,
+button span {
+    vertical-align: middle;
+}
+
+#newsBtn{
+    /*
+    Hide news button by default
+    */
+    display:none;
+}
+
+#chartDivContainer{
+    background-color: white;
+    padding: 10px;
+}
+
+#controls{
+    margin-bottom: 10px;
+}
+
+
+.jqplot-table-legend{
+    z-index: 1;
+}
+
+#divRss{
+    max-width: 300px;
+}
+
+    </style>
+  </head>
+  <body>
+                <div class='static'>
+            <span id="titleSpan">AmfPHP Entry Point</span>
+            <ul>
+                <li><a href="http://www.silexlabs.org/amfphp/feedback/">Feedback</a></li>
+                <li><a href="http://www.silexlabs.org/groups/amfphp/amfphp-users/">Forum</a></li>
+                <li><a href="http://www.silexlabs.org/amfphp/documentation/">Documentation</a></li>
+                <li><a href="http://community.silexlabs.org/amfphp/reference/">Class Reference</a></li>
+                <li><a href="https://github.com/silexlabs/amfphp-2.0">Source Code</a></li>
+                <li><a href="http://www.silexlabs.org/amfphp/">AmfPHP Website</a></li>
+                <li><a href="http://www.silexlabs.org/">Silex Labs</a></li>
+                <li><a href="http://www.silexlabs.org/category/exchange/exchange-amfphp/">More Plugins</a></li>
+
+            </ul>
+        </div>    <div id='content'>
+        This is the URL where you must send your requests to process them. In the <a href="http://www.silexlabs.org/amfphp/documentation/">documentation</a> it is known as the 'entry point'. You might also see 'gateway' in some other documentation.
+        <br/>
+        <br/>
+    </div>   
+  </body>
+</html>

+ 45 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpErrorHandler/AmfphpErrorHandler.php

@@ -0,0 +1,45 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * sets a custom error handler to catch notices and such and transform them to exceptions. 
+ * 
+ *   
+ * @todo this could be enhanced to use filters so that at the end of the gateway execution the error handling is set back to normal. This could be useful especially for integration with frameworks.
+ * @package Amfphp_Plugins_ErrorHandler
+ * @author Ariel Sommeria-Klein
+ */
+
+class AmfphpErrorHandler {
+     /**
+     * constructor. Add filters on the HookManager.
+     * @param array $config optional key/value pairs in an associative array. Used to override default configuration values.
+     */
+    public function  __construct(array $config = null) {
+        set_error_handler('custom_warning_handler');
+    }
+}
+
+/**
+ * Only throw an exception if the error level would report it
+ * @param int $errno
+ * @param string $errstr
+ * @param string $errfile
+ * @param int $errline
+ * @param mixed $errcontext
+ * @throws Exception
+ */
+function custom_warning_handler($errno, $errstr, $errfile, $errline, $errcontext) {
+    if ($errno & error_reporting()) {
+        throw new Amfphp_Core_Exception("$errstr . \n<br>file:  $errfile \n<br>line: $errline \n<br>context: " . print_r($errcontext, true), $errno);
+    }
+}
+
+?>

+ 103 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpFlexMessaging/AcknowledgeMessage.php

@@ -0,0 +1,103 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * Used to generate a Flex Acknowledge message.
+ * part of the AmfphpFlexMessaging plugin
+ *
+ * @package Amfphp_Plugins_FlexMessaging
+ * @author Ariel Sommeria-Klein
+ */
+class AmfphpFlexMessaging_AcknowledgeMessage {
+    /**
+     * correlation id. guid
+     * @see generateRandomId
+     * @var string 
+     */
+    public $correlationId;
+    
+    /**
+     * message id. guid
+     * @see generateRandomId
+     * @var string 
+     */
+    public $messageId;
+    
+     /**
+     * client id. guid
+     * @see generateRandomId
+     * @var string 
+     */   
+    public $clientId;
+    
+    /**
+     * destination
+     * @var string 
+     */
+    public $destination;
+    
+    /**
+     * body
+     * @var stdClass 
+     */
+    public $body;
+    
+    /**
+     * time to live
+     * @var int 
+     */
+    public $timeToLive;
+    
+    /**
+     * time stamp
+     * @var int 
+     */
+    public $timestamp;
+    
+    /**
+     * headers. DSId(string), DSMessagingVersion(int)
+     * @var stdClass 
+     */
+    public $headers;
+
+    /**
+     * constructor
+     * @param string $correlationId
+     */
+    public function __construct($correlationId) {
+        $explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
+        $this->$explicitTypeField = AmfphpFlexMessaging::FLEX_TYPE_ACKNOWLEDGE_MESSAGE;
+        $this->correlationId = $correlationId;
+        $this->messageId = $this->generateRandomId();
+        $this->clientId = $this->generateRandomId();
+        $this->destination = null;
+        $this->body = null;
+        $this->timeToLive = 0;
+        $this->timestamp = (int) (time() . '00');
+        $this->headers = new stdClass();
+    }
+
+    /**
+     *  generate random id
+     * @return string
+     */
+    public function generateRandomId() {
+        // version 4 UUID
+        return sprintf(
+                        '%08X-%04X-%04X-%02X%02X-%012X', mt_rand(), mt_rand(0, 65535), bindec(substr_replace(
+                                        sprintf('%016b', mt_rand(0, 65535)), '0100', 11, 4)
+                        ), bindec(substr_replace(sprintf('%08b', mt_rand(0, 255)), '01', 5, 2)), mt_rand(0, 255), mt_rand()
+        );
+    }
+
+}
+
+?>

+ 158 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpFlexMessaging/AmfphpFlexMessaging.php

@@ -0,0 +1,158 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+/**
+ *  includes
+ *  */
+require_once dirname(__FILE__) . '/AcknowledgeMessage.php';
+require_once dirname(__FILE__) . '/ErrorMessage.php';
+
+/**
+ * Support for flex messaging.
+ * 
+ * This plugin can be deactivated if the project doesn't need flex messaging, usually a RemoteObject in Flex.
+ * 
+ * Flex doesn't use the basic packet system. When using a remote objct, first a CommandMessage is sent, expecting an AcknowledgeMessage in return.
+ * Then a RemotingMessage is sent, expecting an AcknowledgeMessage in return.
+ * This plugin adds support for this message flow.
+ * 
+ * In case of an error, an ErrorMessage is expected
+ * 
+ * @link http://livedocs.adobe.com/flex/3/html/help.html?content=data_access_4.html
+ * @package Amfphp_Plugins_FlexMessaging
+ * @author Ariel Sommeria-Klein
+ */
+class AmfphpFlexMessaging {
+
+    const FLEX_TYPE_COMMAND_MESSAGE = 'flex.messaging.messages.CommandMessage';
+    const FLEX_TYPE_REMOTING_MESSAGE = 'flex.messaging.messages.RemotingMessage';
+    const FLEX_TYPE_ACKNOWLEDGE_MESSAGE = 'flex.messaging.messages.AcknowledgeMessage';
+    const FLEX_TYPE_ERROR_MESSAGE = 'flex.messaging.messages.ErrorMessage';
+    const FIELD_MESSAGE_ID = 'messageId';
+
+    /**
+     * if this is set, special error handling applies
+     * @var Boolean
+     */
+    protected $clientUsesFlexMessaging;
+
+    /**
+     * the messageId of the last flex message. Used for error generation
+     * @var String
+     */
+    protected $lastFlexMessageId;
+
+    /**
+     * the response uri of the last flex message. Used for error generation
+     * @var String
+     */
+    protected $lastFlexMessageResponseUri;
+
+    /**
+     * return error details.
+     * @see Amfphp_Core_Config::CONFIG_RETURN_ERROR_DETAILS
+     * @var boolean
+     */
+    protected $returnErrorDetails = false;
+
+    /**
+     * constructor.
+     * @param array $config optional key/value pairs in an associative array. Used to override default configuration values.
+     */
+    public function __construct(array $config = null) {
+        Amfphp_Core_FilterManager::getInstance()->addFilter(Amfphp_Core_Amf_Handler::FILTER_AMF_REQUEST_MESSAGE_HANDLER, $this, 'filterAmfRequestMessageHandler');
+        Amfphp_Core_FilterManager::getInstance()->addFilter(Amfphp_Core_Amf_Handler::FILTER_AMF_EXCEPTION_HANDLER, $this, 'filterAmfExceptionHandler');
+        $this->clientUsesFlexMessaging = false;
+        $this->returnErrorDetails = (isset($config[Amfphp_Core_Config::CONFIG_RETURN_ERROR_DETAILS]) && $config[Amfphp_Core_Config::CONFIG_RETURN_ERROR_DETAILS]);
+    }
+
+    /**
+     * filter amf request message handler
+     * @param Object $handler null at call. If the plugin takes over the handling of the request message,
+     * it must set this to a proper handler for the message, probably itself.
+     * @param Amfphp_Core_Amf_Message $requestMessage the request message
+     * @return array
+     */
+    public function filterAmfRequestMessageHandler($handler, Amfphp_Core_Amf_Message $requestMessage) {
+        if ($requestMessage->targetUri == 'null') {
+            //target uri is null for Flex messaging, so it's an easy way to detect it.  This plugin will handle it 
+            $this->clientUsesFlexMessaging = true;
+            return $this;
+        }
+        
+
+    }
+
+    /**
+     * filter amf exception handler
+     * @param Object $handler null at call. If the plugin takes over the handling of the request message,
+     * it must set this to a proper handler for the message, probably itself.
+     * @return array
+     */
+    public function filterAmfExceptionHandler($handler) {
+        if ($this->clientUsesFlexMessaging) {
+            return $this;
+        }
+    }
+
+    /**
+     * handle the request message instead of letting the Amf Handler do it.
+     * @param Amfphp_Core_Amf_Message $requestMessage
+     * @param Amfphp_Core_Common_ServiceRouter $serviceRouter
+     * @return Amfphp_Core_Amf_Message
+     */
+    public function handleRequestMessage(Amfphp_Core_Amf_Message $requestMessage, Amfphp_Core_Common_ServiceRouter $serviceRouter) {
+        $explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
+        $messageType = $requestMessage->data[0]->$explicitTypeField;
+        $messageIdField = self::FIELD_MESSAGE_ID;
+        $this->lastFlexMessageId = $requestMessage->data[0]->$messageIdField;
+        $this->lastFlexMessageResponseUri = $requestMessage->responseUri;
+
+
+        if ($messageType == self::FLEX_TYPE_COMMAND_MESSAGE) {
+            //command message. An empty AcknowledgeMessage is expected.
+            $acknowledge = new AmfphpFlexMessaging_AcknowledgeMessage($requestMessage->data[0]->$messageIdField);
+            return new Amfphp_Core_Amf_Message($requestMessage->responseUri . Amfphp_Core_Amf_Constants::CLIENT_SUCCESS_METHOD, null, $acknowledge);
+        }
+
+
+        if ($messageType == self::FLEX_TYPE_REMOTING_MESSAGE) {
+            //remoting message. An AcknowledgeMessage with the result of the service call is expected.
+            $remoting = $requestMessage->data[0];
+            $serviceCallResult = $serviceRouter->executeServiceCall($remoting->source, $remoting->operation, $remoting->body);
+            $acknowledge = new AmfphpFlexMessaging_AcknowledgeMessage($remoting->$messageIdField);
+            $acknowledge->body = $serviceCallResult;
+            return new Amfphp_Core_Amf_Message($requestMessage->responseUri . Amfphp_Core_Amf_Constants::CLIENT_SUCCESS_METHOD, null, $acknowledge);
+        }
+        throw new Amfphp_Core_Exception('unrecognized flex message');
+    }
+
+    /**
+     * flex expects error messages formatted in a special way, using the ErrorMessage object.
+     * @return Amfphp_Core_Amf_Packet
+     * @param Exception $exception
+     */
+    public function generateErrorResponse(Exception $exception) {
+        $error = new AmfphpFlexMessaging_ErrorMessage($this->lastFlexMessageId);
+        $error->faultCode = $exception->getCode();
+        $error->faultString = $exception->getMessage();
+        if ($this->returnErrorDetails) {
+            $error->faultDetail = $exception->getTraceAsString();
+            $error->rootCause = $exception;
+        }
+        $errorMessage = new Amfphp_Core_Amf_Message($this->lastFlexMessageResponseUri . Amfphp_Core_Amf_Constants::CLIENT_FAILURE_METHOD, null, $error);
+        $errorPacket = new Amfphp_Core_Amf_Packet();
+        $errorPacket->messages[] = $errorMessage;
+        return $errorPacket;
+    }
+
+}
+
+?>

+ 63 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpFlexMessaging/ErrorMessage.php

@@ -0,0 +1,63 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * Used to generate a Flex Error message.
+ * part of the AmfphpFlexMessaging plugin
+ *
+ * @package Amfphp_Plugins_FlexMessaging
+ * @author Ariel Sommeria-Klein
+ */
+class AmfphpFlexMessaging_ErrorMessage {
+
+    /**
+     * correlation id. guid
+     * @var string 
+     */
+    public $correlationId;
+
+    /**
+     * fault code
+     * @var float 
+     */
+    public $faultCode;
+
+    /**
+     * fault detail
+     * @var string 
+     */
+    public $faultDetail;
+
+    /**
+     * fault string
+     * @var string 
+     */
+    public $faultString;
+
+    /**
+     * an object describing the cause. Whatever you need.
+     * @var mixed 
+     */
+    public $rootCause;
+
+    /**
+     * constructor
+     * @param type $correlationId
+     */
+    public function __construct($correlationId) {
+        $explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
+        $this->$explicitTypeField = AmfphpFlexMessaging::FLEX_TYPE_ERROR_MESSAGE;
+        $this->correlationId = $correlationId;
+    }
+
+}
+
+?>

+ 171 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpGet/AmfphpGet.php

@@ -0,0 +1,171 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * Adds support for HTTP GET requests to services, useful for simple test calls and for cross domain ajax calls.
+ * This plugin can be deactivated if the project doesn't use GET requests.
+ *  
+ * Cross Domain Ajax calls are normally not possible for security reasons, but by using a hack you can get around it.
+ * This however must be done with HTTP GET. So this plugin is specifically for requesting json data from amfPHP using HTTP GET. 
+ * This comes with some limitations: GET is limited in size, and you can't send complex objects.
+ * If you're on the same domain, you're probably better off using the AmfphpJson plugin as these limitations don't apply.
+ * 
+ * You must add the 'text/amfphpget' content type, or set it in the headers so that it is recognized as a call to be handled by this plugin.
+ * for example:
+ * http://yourserver.com/?contentType=text/amfphpget&serviceName=YourService&methodName=yourMethod&p01=value1&p2=value2 etc.
+ * 
+ * If you are using this for crossdomain ajax with JSONP, the expected format of the request is to add the extra 'callback' parameter.
+ * If no callback id is found, the answer simply contains the json encoded return data.
+ * If the callback is found, the answer is wrapped so that it can be used for JSONP.
+ * 
+ * Thanks to nViso.ch who needed the cross domain ajax functionality.
+ *  
+ * Requires at least PHP 5.2.
+ *
+ * @see http://remysharp.com/2007/10/08/what-is-jsonp/ 
+ * @see http://usejquery.com/posts/9/the-jquery-cross-domain-ajax-guide 
+ * @package Amfphp_Plugins_Get
+ * @author Ariel Sommeria-Klein.  
+ */
+class AmfphpGet implements Amfphp_Core_Common_IDeserializer, Amfphp_Core_Common_IDeserializedRequestHandler, Amfphp_Core_Common_IExceptionHandler, Amfphp_Core_Common_ISerializer {
+
+    /**
+    * the content-type string indicating a cross domain ajax call
+    */
+    const CONTENT_TYPE = 'text/amfphpget';
+    
+    /**
+     * return error details.
+     * @see Amfphp_Core_Config::CONFIG_RETURN_ERROR_DETAILS
+     * @var boolean
+     */
+    protected $returnErrorDetails = false;
+	
+    /**
+     * constructor. Add filters on the HookManager.
+     * @param array $config optional key/value pairs in an associative array. Used to override default configuration values.
+     */
+    public function  __construct(array $config = null) {
+        $filterManager = Amfphp_Core_FilterManager::getInstance();
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_DESERIALIZER, $this, 'filterHandler');
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_DESERIALIZED_REQUEST_HANDLER, $this, 'filterHandler');
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_EXCEPTION_HANDLER, $this, 'filterHandler');
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_SERIALIZER, $this, 'filterHandler');
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_HEADERS, $this, 'filterHeaders');
+        $this->returnErrorDetails = (isset ($config[Amfphp_Core_Config::CONFIG_RETURN_ERROR_DETAILS]) && $config[Amfphp_Core_Config::CONFIG_RETURN_ERROR_DETAILS]);
+        
+    }
+
+    /**
+     * If the content type contains the 'json' string, returns this plugin
+     * @param mixed null at call in gateway.
+     * @param String $contentType
+     * @return this or null
+     */
+    public function filterHandler($handler, $contentType){
+        if(strpos($contentType, self::CONTENT_TYPE) !== false){
+            return $this;
+        }
+    }
+
+    /**
+     * deserialize
+     * @see Amfphp_Core_Common_IDeserializer
+     * @param array $getData
+     * @param array $postData
+     * @param string $rawPostData
+     * @return string
+     */
+    public function deserialize(array $getData, array $postData, $rawPostData){
+        return $getData;
+    }
+
+    /**
+     * Retrieve the serviceName, methodName and parameters from the PHP object
+     * representing the JSON string
+     * call service
+     * @see Amfphp_Core_Common_IDeserializedRequestHandler
+     * @param array $deserializedRequest
+     * @param Amfphp_Core_Common_ServiceRouter $serviceRouter
+     * @return the service call response
+     */
+    public function handleDeserializedRequest($deserializedRequest, Amfphp_Core_Common_ServiceRouter $serviceRouter){
+		
+        if(isset ($deserializedRequest['serviceName'])){
+            $serviceName = $deserializedRequest['serviceName'];
+        }else{
+            throw new Exception('Service name field missing in call parameters \n' . print_r($deserializedRequest, true));
+        }
+        if(isset ($deserializedRequest['methodName'])){
+            $methodName = $deserializedRequest['methodName'];
+        }else{
+            throw new Exception('MethodName field missing in call parameters \n' . print_r($deserializedRequest, true));
+        }
+        $parameters = array();
+        $paramCounter = 1;
+        while(isset ($deserializedRequest["p$paramCounter"])){
+            $parameters[] = $deserializedRequest["p$paramCounter"];
+            $paramCounter++;
+        }
+        return $serviceRouter->executeServiceCall($serviceName, $methodName, $parameters);
+        
+    }
+
+    /**
+     * handle exception
+     * @see Amfphp_Core_Common_IExceptionHandler
+     * @param Exception $exception
+     * @return stdClass
+     */
+    public function handleException(Exception $exception){
+        $error = new stdClass();
+        $error->message = $exception->getMessage();
+        $error->code = $exception->getCode();
+        if($this->returnErrorDetails){
+            $error->file = $exception->getFile();
+            $error->line = $exception->getLine();
+            $error->stack = $exception->getTraceAsString();
+        }        
+        return (object)array('error' => $error);
+        
+    }
+    
+    /**
+     * Encode the PHP object returned from the service call into a JSON string
+     * @see Amfphp_Core_Common_ISerializer
+     * @param mixed $data
+     * @return string the encoded JSON string sent to JavaScript
+     */
+    public function serialize($data){
+        $encoded = json_encode($data);
+        if(isset ($_GET['callback'])){
+            return $_GET['callback'] . '(' . $encoded . ');';
+        }else{
+            return $encoded;
+        }
+    }
+    
+    
+    /**
+     * sets return content type to json
+     * @param array $headers
+     * @param string $contentType
+     * @return array
+     */
+    public function filterHeaders($headers, $contentType){
+        if ($contentType == self::CONTENT_TYPE) {
+            $headers['Content-Type'] =  'application/json';
+            return $headers;
+        }
+    }    
+
+
+}
+?>

+ 169 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpJson/AmfphpJson.php

@@ -0,0 +1,169 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * Enables amfPHP to receive and reply with JSON
+ * This plugin can be deactivated if the project doesn't need to support JSON 
+ * strings and returned as JSON strings using POST parameters. 
+ * 
+ * You must add the 'application/json' content type, or set it in the headers so that it is recognized as a call to be handled by this plugin.
+ * for example:
+ * http://yourserver.com/Amfphp/?contentType=application/json
+ * 
+ * Here is some sample code using Javascript with JQuery:
+ * <code>
+ * var callDataObj = {"serviceName":"PizzaService", "methodName":"getPizza","parameters":[]};
+ * var callData = JSON.stringify(callDataObj);
+ * $.post("http://yourserver.com/Amfphp/?contentType=application/json", callData, onSuccess);
+ * </code>
+ * 
+ * Requires at least PHP 5.2.
+ *
+ * @package Amfphp_Plugins_Json
+ * @author Yannick DOMINGUEZ
+ */
+class AmfphpJson implements Amfphp_Core_Common_IDeserializer, Amfphp_Core_Common_IDeserializedRequestHandler, Amfphp_Core_Common_IExceptionHandler, Amfphp_Core_Common_ISerializer {
+    /**
+     * the content-type string indicating a JSON content
+     */
+    const JSON_CONTENT_TYPE = 'application/json';
+
+    /**
+     * return error details.
+     * @see Amfphp_Core_Config::CONFIG_RETURN_ERROR_DETAILS
+     * @var boolean
+     */
+    protected $returnErrorDetails = false;
+
+    /**
+     * constructor. Add filters on the HookManager.
+     * @param array $config optional key/value pairs in an associative array. Used to override default configuration values.
+     */
+    public function __construct(array $config = null) {
+        $filterManager = Amfphp_Core_FilterManager::getInstance();
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_DESERIALIZER, $this, 'filterHandler');
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_DESERIALIZED_REQUEST_HANDLER, $this, 'filterHandler');
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_EXCEPTION_HANDLER, $this, 'filterHandler');
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_SERIALIZER, $this, 'filterHandler');
+        $this->returnErrorDetails = (isset($config[Amfphp_Core_Config::CONFIG_RETURN_ERROR_DETAILS]) && $config[Amfphp_Core_Config::CONFIG_RETURN_ERROR_DETAILS]);
+    }
+
+    /**
+     * If the content type contains the 'json' string, returns this plugin
+     * @param mixed null at call in gateway.
+     * @param String $contentType
+     * @return this or null
+     */
+    public function filterHandler($handler, $contentType) {
+        if (strpos($contentType, self::JSON_CONTENT_TYPE) !== false) {
+            return $this;
+        }
+    }
+
+    
+    /**
+     * deserialize
+     * @see Amfphp_Core_Common_IDeserializer
+     * @param array $getData
+     * @param array $postData
+     * @param string $rawPostData
+     * @return string
+     */
+    public function deserialize(array $getData, array $postData, $rawPostData) {
+        $jsonString = '';
+        if ($rawPostData != '') {
+            $jsonString = $rawPostData;
+        } else if (isset($postData['json'])) {
+            $jsonString = $postData['json'];
+        } else {
+            throw new Exception('json call data not found. It must be sent in the post data');
+        }
+
+        $deserializedRequest = json_decode($rawPostData);
+        if ($deserializedRequest === null) {
+            $error = '';
+            switch (json_last_error()) {
+                case JSON_ERROR_NONE:
+                    $error = 'No errors';
+                    break;
+                case JSON_ERROR_DEPTH:
+                    $error = 'Maximum stack depth exceeded';
+                    break;
+                case JSON_ERROR_STATE_MISMATCH:
+                    $error = 'Underflow or the modes mismatch';
+                    break;
+                case JSON_ERROR_CTRL_CHAR:
+                    $error = 'Unexpected control character found';
+                    break;
+                case JSON_ERROR_SYNTAX:
+                    $error = 'Syntax error, malformed JSON';
+                    break;
+                case JSON_ERROR_UTF8:
+                    $error = 'Malformed UTF-8 characters, possibly incorrectly encoded';
+                    break;
+                default:
+                    $error = 'Unknown error';
+                    break;
+            }
+            throw new Exception("<pre>Error decoding JSON. $error \njsonString:\n $jsonString </pre>");
+        }
+        if (!isset($deserializedRequest->serviceName)) {
+            throw new Exception("<pre>Service name field missing in JSON. \njsonString:\n $jsonString \ndecoded: \n" . print_r($deserializedRequest, true) . '</pre>');
+        }
+        if (!isset($deserializedRequest->methodName)) {
+            throw new Exception("<pre>MethodName field missing in JSON. \njsonString:\n $jsonString \ndecoded: \n" . print_r($deserializedRequest, true) . '</pre>');
+        }
+        return $deserializedRequest;
+    }
+
+    /**
+     * Retrieve the serviceName, methodName and parameters from the PHP object
+     * representing the JSON string
+     * call service
+     * @see Amfphp_Core_Common_IDeserializedRequestHandler
+     * @param array $deserializedRequest
+     * @param Amfphp_Core_Common_ServiceRouter $serviceRouter
+     * @return the service call response
+     */
+    public function handleDeserializedRequest($deserializedRequest, Amfphp_Core_Common_ServiceRouter $serviceRouter) {
+        $serviceName = $deserializedRequest->serviceName;
+        $methodName = $deserializedRequest->methodName;
+
+        $parameters = array();
+        if (isset($deserializedRequest->parameters)) {
+            $parameters = $deserializedRequest->parameters;
+        }
+        return $serviceRouter->executeServiceCall($serviceName, $methodName, $parameters);
+    }
+
+    /**
+     * don't format; just throw! In this way ajax libs will have their error functions triggered
+     * @param Exception $exception
+     * @see Amfphp_Core_Common_IExceptionHandler
+     */
+    public function handleException(Exception $exception) {
+
+        throw $exception;
+    }
+
+    /**
+     * Encode the PHP object returned from the service call into a JSON string
+     * @see Amfphp_Core_Common_ISerializer
+     * @param mixed $data
+     * @return the encoded JSON string sent to JavaScript
+     */
+    public function serialize($data) {
+        return json_encode($data);
+    }
+
+}
+
+?>

+ 88 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpLogger/AmfphpLogger.php

@@ -0,0 +1,88 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * logs requests and responses in their serialized and deserialized forms. 
+ * deactivated by default.
+ * 
+ * Note that this a crude logging system, with no levels, targets etc. like Log4j for example.
+ * It is as such to be used for development purposes, but not for production
+ *
+ * @package Amfphp_Plugins_Logger
+ * @author Ariel Sommeria-klein
+ */
+class AmfphpLogger {
+
+    const LOG_FILE_PATH = 'amfphplog.log';
+
+    /**
+     * constructor.
+     * @param array $config optional key/value pairs in an associative array. Used to override default configuration values.
+     */
+    public function __construct(array $config = null) {
+        $filterManager = Amfphp_Core_FilterManager::getInstance();
+
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_SERIALIZED_REQUEST, $this, 'filterSerializedRequest');
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_DESERIALIZED_REQUEST, $this, 'filterDeserializedRequest');
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_DESERIALIZED_RESPONSE, $this, 'filterDeserializedResponse');
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_SERIALIZED_RESPONSE, $this, 'filterSerializedResponse');
+    }
+
+    /**
+     * write message to log file at LOG_FILE_PATH
+     * @see LOG_FILE_PATH
+     * @param String $message
+     * @throws Amfphp_Core_Exception
+     */
+    public static function logMessage($message) {
+        $fh = fopen(self::LOG_FILE_PATH, 'a');
+        if (!$fh) {
+            throw new Amfphp_Core_Exception("couldn't open log file for writing");
+        }
+        fwrite($fh, $message . "\n");
+        fclose($fh);
+    }
+
+    /**
+     * logs the serialized incoming packet
+     * @param String $rawData
+     */
+    public function filterSerializedRequest($rawData) {
+        self::logMessage("serialized request : \n$rawData");
+    }
+
+    /**
+     * logs the deserialized request
+     * @param mixed $deserializedRequest
+     */
+    public function filterDeserializedRequest($deserializedRequest) {
+        self::logMessage("deserialized request : \n " . print_r($deserializedRequest, true));
+    }
+
+    /**
+     * logs the deserialized response
+     * @param packet $deserializedResponse
+     */
+    public function filterDeserializedResponse($deserializedResponse) {
+        self::logMessage("deserialized response : \n " . print_r($deserializedResponse, true));
+    }
+
+    /**
+     * logs the deserialized incoming packet
+     * @param mixed $rawData
+     */
+    public function filterSerializedResponse($rawData) {
+        self::logMessage("serialized response : \n$rawData");
+    }
+
+}
+
+?>

+ 239 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpMonitor/AmfphpMonitor.php

@@ -0,0 +1,239 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+/**
+ *  includes
+ */
+require_once dirname(__FILE__) . '/AmfphpMonitorService.php';
+
+/**
+ * logs monitoring information, and makes it possible to toggle logging and retrieve the data via the AmfphpMonitorService.
+ * If the log file is not writable or its size is superior to maxLogFileSize, 
+ * logging shall fail silently. This is designed to avoid errors being generated 
+ * when a developer forgets to turn off monitoring, and to allow the plugin to be enabled 
+ * by default
+ * 
+ * The log file is by default at [AmfphpMonitor plugin folder]/log.txt.php 
+ * To change this set 'logPath' in the config.
+ * 
+ * 
+ * 
+ * note: Logging multiple times with the same name is not possible!
+ * @todo maybe change storage mechanism to sqlite. This means checking that it is indeed available, checking if performance is ok etc., so it might be a bit heavy handed.
+ * 
+ * @author Ariel Sommeria-klein
+ * @package Amfphp_Plugins_Monitor
+ */
+class AmfphpMonitor {
+    /**
+     * path to log file. If it is publicly accessible
+     * @var string 
+     */
+    protected $logPath;
+    
+    
+    /**
+     * service and method name. If they are multiple calls in request, they are spearated with a ', '
+     * @var string
+     */
+    protected $uri;
+
+    /**
+     * was there an exception during service call.
+     * todo. unused.
+     * @var boolean 
+     */
+    protected $isException;
+
+    
+    /**
+     * last measured time, or start time
+     * @var float 
+     */
+    protected static $lastMeasuredTime;
+    
+    /**
+     * various times.  for example ['startD' => 12 , 'stopD' => 30 ] 
+     * means start of deserialization at 12 ms after the request was received, 
+     * and end of deserialization 30 ms after start of deserialization.
+     * @var array
+     */
+    protected static $times;
+
+    /**
+     * restrict access to amfphp_admin, the role set when using the back office. default is true. 
+     * @var boolean
+     */
+    protected $restrictAccess = true;
+    
+    /**
+     * The maximum size of the log file, in bytes. Once the log is bigger than this, logging stops.
+     * Note that this is not strict, it can overflow with the last log.
+     * @var int 
+     */
+    protected $maxLogFileSize = 1000000;
+    
+    /**
+     * constructor.
+     * manages log path. If file exists at log path, adds hooks for logging.
+     * @param array $config 
+     */
+    public function __construct(array $config = null) {
+        self::$lastMeasuredTime = round(microtime(true) * 1000);
+        self::$times = array();
+        $filterManager = Amfphp_Core_FilterManager::getInstance();
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_SERVICE_NAMES_2_CLASS_FIND_INFO, $this, 'filterServiceNames2ClassFindInfo');
+        
+        if (isset($config['logPath'])) {
+            $this->logPath = $config['logPath'];
+        }else{
+            $this->logPath = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'log.txt.php';
+        }
+        AmfphpMonitorService::$logPath = $this->logPath;
+        if(isset($config['restrictAccess'])){
+            $this->restrictAccess = $config['restrictAccess'];    
+        }
+        AmfphpMonitorService::$restrictAccess = $this->restrictAccess;
+        if(isset($config['maxLogFileSize'])){
+            $this->maxLogFileSize = $config['maxLogFileSize'];    
+        }
+        AmfphpMonitorService::$maxLogFileSize = $this->maxLogFileSize;
+        
+        if(!is_writable($this->logPath) || !is_readable($this->logPath)){
+            return;
+        }
+        
+        if(filesize($this->logPath) > $this->maxLogFileSize){
+            return;
+        }
+        
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_DESERIALIZED_REQUEST, $this, 'filterDeserializedRequest', 0);
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_DESERIALIZED_RESPONSE, $this, 'filterDeserializedResponse', 0);
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_SERIALIZED_RESPONSE, $this, 'filterSerializedResponse');
+            
+    }
+    
+    /**
+     * measures time since previous call (or start time time if this the first call) , and stores it in the times array
+     * public and static so that services can call this too to add custom times.
+     * updates lastMeasuredTime
+     * @param string $name 
+     */
+    public static function addTime($name){
+        $now = round(microtime(true) * 1000);
+        $timeSinceLastMeasure = $now - self::$lastMeasuredTime;
+        self::$times[$name] = $timeSinceLastMeasure;
+        self::$lastMeasuredTime = $now;
+    }
+    /**
+     * add monitor service
+     * @param array $serviceNames2ClassFindInfo associative array of key -> class find info
+     */
+    public function filterServiceNames2ClassFindInfo(array $serviceNames2ClassFindInfo) {
+        $serviceNames2ClassFindInfo['AmfphpMonitorService'] = new Amfphp_Core_Common_ClassFindInfo(dirname(__FILE__) . '/AmfphpMonitorService.php', 'AmfphpMonitorService');
+        return $serviceNames2ClassFindInfo;
+    }
+    
+    /**
+     * logs the time for end of deserialization, as well as grabs the target uris(service + method)
+     * as each request has its own format, the code here must handle all deserialized request structures. 
+     * if case not handled just don't set target uris, as data can still be useful even without them.
+     * @param mixed $deserializedRequest
+     */
+    public function filterDeserializedRequest($deserializedRequest) {
+        self::addTime('Deserialization');
+        //AMF
+        if(is_a($deserializedRequest, 'Amfphp_Core_Amf_Packet')){
+            //detect Flex by looking at first message. assumes that request doesn't mix simple AMF remoting with Flex Messaging
+            $isFlex = ($deserializedRequest->messages[0]->targetUri == 'null'); //target Uri is described in Flex message
+            
+            for($i = 0; $i < count($deserializedRequest->messages); $i++){
+                if($i > 0){
+                    //add multiple uris split with a ', '
+                    $this->uri .= ', ';
+                }
+                $message = $deserializedRequest->messages[$i];
+
+                if ($isFlex){
+                    $flexMessage = $message->data[0];
+                    $explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
+                    $messageType = $flexMessage->$explicitTypeField;
+                    //assumes AmfphpFlexMessaging plugin is installed, which is reasonable given that we're using Flex messaging
+                    if ($messageType == AmfphpFlexMessaging::FLEX_TYPE_COMMAND_MESSAGE) {
+                        $this->uri .= "Flex Command Message";
+                    }else if ($messageType == AmfphpFlexMessaging::FLEX_TYPE_REMOTING_MESSAGE) {                    
+                        $this->uri .= $flexMessage->source . '.' . $flexMessage->operation;
+                    }else{
+                        $this->uri .= 'Flex ' . $messageType;
+                    }
+                }else{
+                    $this->uri .= $message->targetUri;
+                }
+                
+            }
+        }else if(isset ($deserializedRequest->serviceName)){
+        //JSON
+            $this->uri = $deserializedRequest->serviceName . '/' . $deserializedRequest->methodName;
+        }else if(is_array($deserializedRequest) && isset ($deserializedRequest['serviceName'])){
+            //GET, included request
+            $this->uri = $deserializedRequest['serviceName'] . '/' . $deserializedRequest['methodName'];
+        }
+        
+        
+    }
+
+    /**
+     * logs the time for start of serialization
+     * @param packet $deserializedResponse
+     */
+    public function filterDeserializedResponse($deserializedResponse) {
+        self::addTime('Service Call');
+
+    }
+
+    /**
+     * logs the time for end of serialization and writes log
+     * ignores calls to Amfphp services (checks for 'Amfphp' at beginning of name)
+     * tries to get a lock on the file, and if not then just drops the log. 
+     * 
+     * @param mixed $rawData
+     */
+    public function filterSerializedResponse($rawData) {
+        if(substr($this->uri, 0, 6) == 'Amfphp'){
+            return;
+        }
+        
+        if(filesize($this->logPath) > $this->maxLogFileSize){
+            return;
+        }
+        
+        self::addTime('Serialization');
+        $record = new stdClass();
+        $record->uri = $this->uri;
+        $record->times = self::$times;
+        
+        $fp = fopen($this->logPath, "a");
+
+        if (flock($fp, LOCK_EX)) {  // acquire an exclusive lock
+            fwrite($fp, "\n" . serialize($record));
+            fflush($fp);            // flush output before releasing the lock
+            flock($fp, LOCK_UN);    // release the lock
+        } else {
+            echo "Couldn't get the lock!";
+        }
+
+        fclose($fp);        
+        
+    }
+
+    
+}
+
+?>

+ 130 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpMonitor/AmfphpMonitorService.php

@@ -0,0 +1,130 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * monitoring service. controls logging, and provides method to fetch data.
+ *
+ * @amfphpHide
+ * @package Amfphp_Plugins_Monitor
+ * @author Ariel Sommeria-klein
+ */
+class AmfphpMonitorService {
+    /**
+     * path to log. 
+     * @see AmfphpMonitor maxLogFileSize
+     * @var type string
+     */
+    public static $logPath;
+
+
+    /**
+     * restrict access to amfphp_admin. 
+     * @var boolean
+     */
+    public static $restrictAccess;
+    
+       
+    /**
+     * max log file size
+     * @see AmfphpMonitor maxLogFileSize
+     * @var int 
+     */
+    public static $maxLogFileSize;
+    
+    /**
+     * get method roles
+     * @param string $methodName
+     * @return array
+     */
+    public function _getMethodRoles($methodName) {
+        if (self::$restrictAccess) {
+            return array('amfphp_admin');
+        }
+    }
+    
+    /**
+     * parse logged data and return it. 
+     * the format is 
+     * obj -> sortedDatas ( array ( uri => times (array (name => array of times)) 
+     * obj -> timeNames 
+     * 
+     * note: timeNames are needed for rendering on the client side, to make sure that each series has the same times.
+     * This could be done on the client side, but is faster to do here.
+     * 
+     * @todo calculate averages per service instead of just returning the data raw.
+     * @param boolean $flush get rid of the logged data 
+     * @return array 
+     */
+    public function getData($flush){
+        if(!is_writable(self::$logPath) || !is_readable(self::$logPath)){
+            throw new Amfphp_Core_Exception('AmfphpMonitor does not have permission to read and write to log file: ' . self::$logPath);
+        }
+                
+        if(!file_exists(self::$logPath)){
+            return null;
+        }
+        $fileContent = file_get_contents(self::$logPath);
+        //ignore "php exit " line
+        $loggedData = substr($fileContent, 16);
+        if($flush){
+            $this->flush();
+        }
+        $exploded = explode("\n", $loggedData);
+        
+        //data is sorted by target uri
+        $sortedData = array();
+        //use associative array to avoid duplicating time  names, then return keys.
+        $timeNamesAssoc = array();
+        foreach($exploded as $serializedRecord){
+            $record = unserialize($serializedRecord); 
+            if(!$record){
+                continue;
+            }
+            $uri = $record->uri;
+            if(!isset($sortedData[$uri])){
+                $sortedData[$uri] = array();
+            }
+            $uriData = &$sortedData[$uri];
+            //sort times
+            foreach($record->times as $timeName => $timeValue){
+                if(!isset ($uriData[$timeName])){
+                    $uriData[$timeName] = array();
+                }
+                $uriData[$timeName][] = $timeValue;
+                $timeNamesAssoc[$timeName] = '';
+            }
+            
+        }
+        $ret = new stdClass();
+        $ret->sortedData = $sortedData;
+        $ret->timeNames = array_keys($timeNamesAssoc);
+        
+        if(filesize(self::$logPath) > self::$maxLogFileSize){
+            $ret->serverComment = 'The log file is full, so it is possible that your latest service calls are not represented. Either flush the log using the "flush" button or increase the log size(maxLogFileSize)';
+        }
+        
+        
+        return $ret;
+    }
+    /**
+     * flush monitor log
+     */
+    public function flush(){
+        if(!is_writable(self::$logPath) || !is_readable(self::$logPath)){
+            throw new Amfphp_Core_Exception('AmfphpMonitor does not have permission to read and write to log file: ' . self::$logPath);
+        }
+                
+        if(file_put_contents(self::$logPath, "<?php exit();?>\n") === false){
+            throw new Amfphp_Core_Exception('AmfphpMonitor write file failed ' . self::$logPath);
+        }
+    }
+}
+
+?>

+ 4258 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpMonitor/log.txt.php

@@ -0,0 +1,4258 @@
+<?php exit();?>
+
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:7;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:10;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:3;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:5;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:7;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:87;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:197;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:87;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:197;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:87;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:197;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:191;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:87;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:198;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:45;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:33;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:4;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:13;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:7;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:22;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:5;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:24;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:33;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:7;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:3;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:3;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:32;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:6;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:2;s:21:"Request VO Conversion";d:1;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:3;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:1;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:4;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:1;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}
+O:8:"stdClass":2:{s:3:"uri";s:36:"ExampleService/callmeplease_flash1_1";s:5:"times";a:5:{s:15:"Deserialization";d:1;s:21:"Request VO Conversion";d:0;s:12:"Service Call";d:5;s:22:"Response VO Conversion";d:0;s:13:"Serialization";d:0;}}

+ 260 - 0
file/htdocs/htdocs/Amfphp/Plugins/AmfphpVoConverter/AmfphpVoConverter.php

@@ -0,0 +1,260 @@
+<?php
+
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * Converts data from incoming packets with explicit types to Value Objects(Vos), and vice versa for the outgoing packets.
+ * 
+ * This plugin can be deactivated if the project doesn't use Value Objects.
+ * 
+ * The AMF deserializer reads a typed AMF object as a stdObj class, and sets the AMF type to a reserved "explicit type" field.
+ * This plugin will look at deserialized data and try to convert any such objects to a real Value Object.
+ * 
+ * It works in the opposite way on the way out: The AMF serializer needs a stdObj class with the explicit type marker set 
+ * to write a typed AMF object. This plugin will convert any typed PHP objects to a stdObj with the explicit type marker set.
+ * 
+ * The explicit type marker is defined in Amfphp_Core_Amf_Constants
+ * 
+ * If after deserialization the Value Object is not found, the object is unmodified and the explicit type marker is left set.
+ * If the explicit type marker is already set in an outgoing object, the value is left as is.
+ * 
+ * 
+ * This works for nested objects.
+ * 
+ * 
+ * If you don't need strong typing in PHP but would like the objects in your client to be strongly typed, you can:
+ * For example a stdObj like this will be returned in AMF as MyVO
+ * <code>
+ * $returnObj = new stdObj();
+ * $explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
+ * $returnObj->$explicitTypeField = "MyVO"; 
+ * </code>
+ * 
+ * If you are using Flash, remember that you need to register the class alias so that Flash converts the MyVO AMF object to a Flash MyVO object.
+ * If you are using Flex you can do this with the RemoteClass metadata tag.
+ *  
+ * @see Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE
+ * @link http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/package.html#registerClassAlias%28%29 
+ * @link http://livedocs.adobe.com/flex/3/html/metadata_3.html#198729
+ * @package Amfphp_Plugins_VoConverter
+ * @author Ariel Sommeria-Klein
+ */
+class AmfphpVoConverter implements Amfphp_Core_Common_IVoConverter {
+
+    /**
+     * paths to folders containing Value Objects(relative or absolute)
+     * default is /Services/Vo/
+     * if you need a namespace, use an array instead. First value is the path, second is the root namespace.
+     * for example: array(AMFPHP_ROOTPATH . '/Services/Vo/', 'namespace');
+     * @var array of folders
+     */
+    public $voFolders;
+    
+    /**
+     * Set this to true if you want an exception to be thrown when a Value Object is not found. 
+     * Avoid setting this to true on a public server as the exception contains details about your server configuration.
+     * 
+     * @var boolean 
+     */
+    public $enforceConversion;
+    
+    /**
+     * should objects be scanned or converted. 
+     * @see setScanEnabled
+     * default true
+     * @var boolean
+     */
+    protected $scanEnabled = true;
+    /**
+     * constructor.
+     * @param array $config optional key/value pairs in an associative array. Used to override default configuration values.
+     */
+    public function __construct(array $config = null) {
+        //default
+        $this->voFolders = array(AMFPHP_ROOTPATH . '/Services/Vo/');
+        if ($config) {
+            if (isset($config['voFolders'])) {
+                $this->voFolders = $config['voFolders'];
+            }
+            if (isset($config['enforceConversion'])) {
+                $this->enforceConversion = $config['enforceConversion'];
+            }            
+        }
+        $filterManager = Amfphp_Core_FilterManager::getInstance();
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_VO_CONVERTER, $this, 'filterVoConverter');
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_DESERIALIZED_REQUEST, $this, 'filterDeserializedRequest');
+        $filterManager->addFilter(Amfphp_Core_Gateway::FILTER_DESERIALIZED_RESPONSE, $this, 'filterDeserializedResponse');
+    }
+    
+    /**
+     *  provides this as a default vo converter
+     * @return \AmfphpVoConverter
+     */
+    public function filterVoConverter(){
+        return $this;
+    }
+    /**
+     * converts untyped objects to their typed counterparts. Loads the class if necessary
+     * @param mixed $deserializedRequest
+     * @return mixed
+     */
+    public function filterDeserializedRequest($deserializedRequest) {
+        $ret = null;
+        if($this->scanEnabled){
+            $ret = Amfphp_Core_Amf_Util::applyFunctionToContainedObjects($deserializedRequest, array($this, 'convertToTyped'));
+        }
+        if(class_exists('AmfphpMonitor', false)){
+            AmfphpMonitor::addTime('Request VO Conversion');
+        }
+
+        return $ret;
+    }
+
+    /**
+     * looks at the outgoing packet and sets the explicit type field so that the serializer sends it properly
+     * @param mixed $deserializedResponse
+     * @return mixed
+     */
+    public function filterDeserializedResponse($deserializedResponse) {
+        $ret = null;
+        if($this->scanEnabled){
+            $ret = Amfphp_Core_Amf_Util::applyFunctionToContainedObjects($deserializedResponse, array($this, 'markExplicitType'));
+        }
+        if(class_exists('AmfphpMonitor', false)){
+            AmfphpMonitor::addTime('Response VO Conversion');
+        }
+        return $ret;
+    }
+    
+    /**
+     * for some protocols it is possible to call convertToType and markExplicitObject directly during deserialization and serialization.
+     * This is typically the case of AMF, but not JSON.
+     * In that case this function must be called with enabled set to false, so the plugin does not scan the objects to do it itself. 
+     * By default scanning is enabled
+     * @param boolean $enabled
+     */
+    public function setScanEnabled($enabled){
+        $this->scanEnabled = $enabled;
+    }
+    /**
+     * get scan enabled.
+     * @return boolean  
+     */
+    public function getScanEnabled(){
+        return $this->scanEnabled;
+    }
+    
+    /**
+     * if the object contains an explicit type marker, this method attempts to convert it to its typed counterpart
+     * If then the class is still not available, the object is not converted
+     * note: This is not a recursive function. Rather the recusrion is handled by Amfphp_Core_Amf_Util::applyFunctionToContainedObjects.
+     * must be public so that Amfphp_Core_Amf_Util::applyFunctionToContainedObjects can call it
+     * @param mixed $obj
+     * @return mixed
+     */
+    public function convertToTyped($obj) {
+        if (!is_object($obj)) {
+            return $obj;
+        }
+        
+        
+        $explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
+        if (isset($obj->$explicitTypeField)) {
+            $voName = $obj->$explicitTypeField;
+            $typedObj = $this->getNewVoInstance($voName);
+            if($typedObj){
+                foreach ($obj as $key => $data) { // loop over each element to copy it into typed object
+                    if ($key != $explicitTypeField) {
+                        $typedObj->$key = $data;
+                    }
+                }
+                return $typedObj;
+            }
+        }
+
+        return $obj;
+    }
+    
+    /**
+     * creates and returns an instance of of $voName.
+     * if the Vo class is already available, then simply creates a new instance of it. If not,
+     * attempts to load the file from the available service folders.
+     * If all fails, there is the option to throw an error.
+     * 
+     * @param type $voName
+     * @return typed object or null
+     */
+    public function getNewVoInstance($voName){
+        $fullyQualifiedClassName = $voName;
+        if (!class_exists($voName, false)) {
+            foreach ($this->voFolders as $folder) {
+                $folderPath = NULL;
+                $rootNamespace = NULL;
+                if(is_array($folder)){
+                    $rootNamespace = $folder[1];
+                    $folderPath = $folder[0];
+                }else{
+                    $folderPath = $folder;
+                }
+                $voNameWithSlashes = str_replace('.', '/', $voName);
+                $voPath = $folderPath . $voNameWithSlashes . '.php';
+                 
+                if (file_exists($voPath)) {
+                    require_once $voPath;
+                    if($rootNamespace != NULL){
+                        $fullyQualifiedClassName = $rootNamespace . '\\' . str_replace('/', '\\', $voNameWithSlashes); 
+                    }
+                    break;
+                    
+                }
+            }
+        }
+        if (class_exists($fullyQualifiedClassName, false)) {
+            //class is available. Use it!
+            $vo = new $fullyQualifiedClassName();
+            return $vo;
+        }else{
+            if($this->enforceConversion){
+                throw new Amfphp_Core_Exception("\"$voName\" Vo not found. \nCustom Class folder paths : " . print_r($this->voFolders, true));
+            }else{
+                $ret = new stdClass();
+                $explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
+                $ret->$explicitTypeField = $voName;
+                return $ret;
+            }
+        }
+        
+    }
+    
+
+    /**
+     * sets the the explicit type marker on the object. This is only done if it not already set, as in some cases
+     * the service class might want to do this manually.
+     * note: This is not a recursive function. Rather the recusrion is handled by Amfphp_Core_Amf_Util::applyFunctionToContainedObjects.
+     * must be public so that Amfphp_Core_Amf_Util::applyFunctionToContainedObjects can call it
+     * 
+     * @param mixed $obj
+     * @return mixed
+     */
+    public function markExplicitType($obj) {
+        if (!is_object($obj)) {
+            return $obj;
+        }
+        $explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
+        $className = get_class($obj);
+        if ($className != 'stdClass' && !isset($obj->$explicitTypeField)) {
+            $obj->$explicitTypeField = $className;
+        }
+        return $obj;
+    }
+
+}
+
+?>

+ 408 - 0
file/htdocs/htdocs/Amfphp/Services/ExampleService.php

@@ -0,0 +1,408 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * This is a test/example service. Remove it for production use
+ *
+ * @package Amfphp_Services
+ * @author Ariel Sommeria-klein
+ */
+class ExampleService
+{
+
+    public function callmeplease_flash1_1($id, $name, $text1, $text2, $text3, $text4)
+    {
+
+        $dbhost = 'localhost';
+        //$dbuser = 'wenchi';
+        //$dbpass = 'wenchi';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        $dbname = 'wenchi';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash1_1 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '" . $text4 . "', '', '', '', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease_flash1_2($id, $name, $text1, $text2, $text3, $text4)
+    {
+
+        $dbhost = 'localhost';
+        //$dbuser = 'wenchi';
+        //$dbpass = 'wenchi';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        $dbname = 'wenchi';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash1_2 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '" . $text4 . "', '', '', '', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease_flash2_1($id, $name, $text1, $text2, $text3, $text4)
+    {
+
+        $dbhost = 'localhost';
+        //$dbuser = 'wenchi';
+        //$dbpass = 'wenchi';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        $dbname = 'wenchi';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash2_1 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '', '', '', '', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease_flash2_2($id, $name, $text1, $text2, $text3, $text4)
+    {
+
+        $dbhost = 'localhost';
+        //$dbuser = 'wenchi';
+        //$dbpass = 'wenchi';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        $dbname = 'wenchi';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash2_2 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '', '', '', '', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease_flash3_1($id, $name, $text1, $text2, $text3, $text4)
+    {
+
+        $dbhost = 'localhost';
+        //$dbuser = 'wenchi';
+        //$dbpass = 'wenchi';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        $dbname = 'wenchi';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash3_1 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '', '', '', '', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease_flash3_2($id, $name, $text1, $text2, $text3, $text4)
+    {
+
+        $dbhost = 'localhost';
+        //$dbuser = 'wenchi';
+        //$dbpass = 'wenchi';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        $dbname = 'wenchi';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash3_2 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '', '', '', '', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease_flash4($id, $name, $text1, $text2, $text3, $text4)
+    {
+
+        $dbhost = 'localhost';
+        //$dbuser = 'wenchi';
+        //$dbpass = 'wenchi';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        $dbname = 'wenchi';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash4 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '', '', '', '', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease_flash5_1($id, $name, $text1, $text2, $text3, $text4, $text5, $text6, $text7)
+    {
+
+        $dbhost = 'localhost';
+        //$dbuser = 'wenchi';
+        //$dbpass = 'wenchi';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        $dbname = 'wenchi';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash5_1 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '" . $text4 . "', '" . $text5 . "', '" . $text6 . "', '" . $text7 . "', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease_flash5_2($id, $name, $text1, $text2, $text3, $text4, $text5, $text6, $text7)
+    {
+
+        $dbhost = 'localhost';
+        //$dbuser = 'wenchi';
+        //$dbpass = 'wenchi';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        $dbname = 'wenchi';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash5_2 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '" . $text4 . "', '" . $text5 . "', '" . $text6 . "', '" . $text7 . "', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    /**
+     * return one param
+     * @param mixed $param example: {"_explicitType":"myType", "intVal":2, "stringVal":"bla", "arrayVal":[1,2, "ert"]}
+     * @return mixed
+     */
+    public function returnOneParam($param)
+    {
+        return $param;
+    }
+
+    /**
+     * return sum
+     * @param int $number1 example: 2
+     * @param int $number2 example: 3
+     * @return int
+     */
+    public function returnSum($number1, $number2)
+    {
+        return $number1 + $number2;
+    }
+
+    /**
+     * return null
+     * @return null
+     */
+    public function returnNull()
+    {
+        return null;
+    }
+
+    /**
+     * return bla
+     * @return String
+     */
+    public function returnBla()
+    {
+        return 'bla';
+    }
+
+    /**
+     * throy exception
+     * @param string $arg1
+     * @throws Exception
+     */
+    public function throwException($arg1)
+    {
+        throw new Exception("test exception $arg1", 123);
+    }
+
+    /**
+     * return after one second
+     * @return String
+     */
+    public function returnAfterOneSecond()
+    {
+        sleep(1);
+        return 'slept for 1 second';
+    }
+
+    /**
+     * return test header
+     * @return mixed
+     */
+    public function returnTestHeader()
+    {
+        $header = Amfphp_Core_Amf_Handler::$requestPacket->headers[0];
+        return $header->data;
+    }
+
+    /**
+     * shouldn't appear in the service browser or be available as a service
+     */
+    public function _reservedMethod()
+    {
+
+    }
+
+    /**
+     * return array
+     * @return array
+     */
+    public function returnArray()
+    {
+        return array(0, 1 => 2, 3 => 4, 5 => array(6 => 7));
+    }
+
+    /**
+     * return opposite
+     * @param boolean $value
+     * @return boolean
+     */
+    public function returnOpposite($value)
+    {
+        return !$value;
+    }
+
+    /**
+     * return bitwise and
+     * @param boolean $value1
+     * @param boolean $value2
+     * @return boolean
+     */
+    public function returnBitwiseAnd($value1, $value2)
+    {
+        return ($value1 && $value2);
+    }
+
+    /**
+     * static return one param
+     * @param mixed $param
+     * @return mixed
+     */
+    public static function staticReturnOneParam($param)
+    {
+        return $param;
+    }
+
+    /**
+     * use to test for serialization performance. Each item contains a random int, float, and string
+     * @param int $numItems example: 1000
+     * @return array
+     */
+    public function returnLargeDataSet($numItems)
+    {
+        $ret = array();
+        for ($i = 0; $i < $numItems; $i++) {
+            $item = new stdClass();
+            $item->int = rand(-1000, 1000);
+            $item->float = rand(-1000, 1000) / 100;
+            $item->string = md5(rand(-1000, 1000));
+            $ret[] = $item;
+
+        }
+        return $ret;
+    }
+
+    /**
+     * use to test Vo conversion performance. Each item contains a random int, float, and string, and is typed
+     * @param int $numItems example: 1000
+     * @return array
+     */
+    public function returnLargeTypedDataSet($numItems)
+    {
+        $ret = array();
+        for ($i = 0; $i < $numItems; $i++) {
+            $item = new DummyVo();
+            $item->int = rand(-1000, 1000);
+            $item->float = rand(-1000, 1000) / 100;
+            $item->string = md5(rand(-1000, 1000));
+            $ret[] = $item;
+        }
+        return $ret;
+    }
+
+    /**
+     * dummy function to see how the backoffice tools react when there are many parameters.
+     * @param type $a
+     * @param type $b
+     * @param type $c
+     * @param type $d
+     * @param type $e
+     * @param type $f
+     */
+    public function manyParams($a, $b, $c, $d, $e, $f)
+    {
+
+    }
+
+    /**
+     * simply to see if this doesn't appear in the back office, but is still callable
+     * @amfphpHide
+     */
+    public function testAmfphpHide()
+    {
+        return "bla";
+    }
+
+/**
+ * receives an array(flex array collections are deserialized to arrays), and sends back an array collection.
+ */
+    public function testArrayCollection(array $data)
+    {
+        $ret = new stdClass();
+        $explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
+        $ret->$explicitTypeField = "flex.messaging.io.ArrayCollection";
+        $ret->source = $data;
+        return $ret;
+    }
+
+    /**
+     * useful for testing a messy, nested typed obj
+     * @param mixed $param example:  {"_explicitType":"UserVo1", "name":"ariel", "status":"bla", "sub1":  {"_explicitType":"Sub1", "name":"ariel", "status":"bla", "sub2":  {"_explicitType":"Sub2", "name":"ariel", "status":"bla"}, "sub2again": {"_explicitType":"Sub2", "name":"ariel2", "status":"bla2"}}}
+     */
+    public function testComplicatedTypedObj($param)
+    {
+        return $param;
+    }
+
+    /**
+     * adds custom markers for monitoring
+     */
+    public function testCustomMonitorTime()
+    {
+        usleep(200000);
+        AmfphpMonitor::addTime('operation 1');
+        usleep(200000);
+        AmfphpMonitor::addTime('operation 2');
+        usleep(200000);
+        AmfphpMonitor::addTime('operation 3');
+        return 'bla';
+    }
+}
+
+/**
+ * dummy class
+ */
+class DummyVo
+{}

+ 372 - 0
file/htdocs/htdocs/Amfphp/Services/ExampleService_Q.php

@@ -0,0 +1,372 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+
+/**
+ * This is a test/example service. Remove it for production use
+ *
+ * @package Amfphp_Services
+ * @author Ariel Sommeria-klein
+ */
+class ExampleService {
+
+      public function  callmepleaseQ1($id,$name,$text1,$text2,$text3)
+      {
+	  
+	  		$dbhost = 'localhost';
+			$dbuser = 'root';
+			$dbpass = 'qwe110110';
+            //$dbpass = 'esciedu';
+			$dbname = 'NeoSCORM2007data';
+			$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+			mysql_query("SET NAMES 'utf8'");
+			mysql_select_db($dbname);
+			$sql = "INSERT INTO PS_flash_Q1 VALUES ('".$id."','".$name."', '".date('Y-m-d H:i:s')."','".$text1."', '".$text2."', '".$text3."', '', '', '', '', '', '', '')";
+			$result = mysql_query($sql) or die('MySQL query error');
+	  
+          return $text;		  
+		  		  
+
+      }
+	  
+	  public function  callmepleaseQ2($id,$name,$text1,$text2,$text3,$text4)
+      {
+	  
+	  		$dbhost = 'localhost';
+			$dbuser = 'root';
+			$dbpass = 'qwe110110';
+            //$dbpass = 'esciedu';
+			$dbname = 'NeoSCORM2007data';
+			$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+			mysql_query("SET NAMES 'utf8'");
+			mysql_select_db($dbname);
+			$sql = "INSERT INTO PS_flash_Q2 VALUES ('".$id."','".$name."', '".date('Y-m-d H:i:s')."','".$text1."', '".$text2."', '".$text3."', '".$text4."', '', '', '', '', '', '')";
+			$result = mysql_query($sql) or die('MySQL query error');
+	  
+          return $text;		  
+		  		  
+
+      }  
+	  
+	  public function  callmepleaseQ3($id,$name,$text1,$text2,$text3)
+      {
+	  
+	  		$dbhost = 'localhost';
+			$dbuser = 'root';
+			$dbpass = 'qwe110110';
+            //$dbpass = 'esciedu';
+			$dbname = 'NeoSCORM2007data';
+			$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+			mysql_query("SET NAMES 'utf8'");
+			mysql_select_db($dbname);
+			$sql = "INSERT INTO PS_flash_Q3 VALUES ('".$id."','".$name."', '".date('Y-m-d H:i:s')."','".$text1."', '".$text2."', '".$text3."', '', '', '', '', '', '', '')";
+			$result = mysql_query($sql) or die('MySQL query error');
+	  
+          return $text;		  
+		  		  
+
+      } 
+	  
+	  public function  callmepleaseQ4($id,$name,$text1,$text2,$text3)
+      {
+	  
+	  		$dbhost = 'localhost';
+			$dbuser = 'root';
+			$dbpass = 'qwe110110';
+            //$dbpass = 'esciedu';
+			$dbname = 'NeoSCORM2007data';
+			$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+			mysql_query("SET NAMES 'utf8'");
+			mysql_select_db($dbname);
+			$sql = "INSERT INTO PS_flash_Q4 VALUES ('".$id."','".$name."', '".date('Y-m-d H:i:s')."','".$text1."', '".$text2."', '".$text3."', '', '', '', '', '', '', '')";
+			$result = mysql_query($sql) or die('MySQL query error');
+	  
+          return $text;		  
+		  		  
+
+      }
+	  
+	  public function  callmepleaseQ5($id,$name,$text1,$text2,$text3,$text4)
+      {
+	  
+	  		$dbhost = 'localhost';
+			$dbuser = 'root';
+			$dbpass = 'qwe110110';
+            //$dbpass = 'esciedu';
+			$dbname = 'NeoSCORM2007data';
+			$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+			mysql_query("SET NAMES 'utf8'");
+			mysql_select_db($dbname);
+			$sql = "INSERT INTO PS_flash_Q5 VALUES ('".$id."','".$name."', '".date('Y-m-d H:i:s')."','".$text1."', '".$text2."', '".$text3."', '".$text4."', '', '', '', '', '', '')";
+			$result = mysql_query($sql) or die('MySQL query error');
+	  
+          return $text;		  
+		  		  
+
+      } 
+	  
+	  public function  callmepleaseQ6($id,$name,$text1,$text2,$text3,$text4)
+      {
+	  
+	  		$dbhost = 'localhost';
+			$dbuser = 'root';
+			$dbpass = 'qwe110110';
+            //$dbpass = 'esciedu';
+			$dbname = 'NeoSCORM2007data';
+			$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+			mysql_query("SET NAMES 'utf8'");
+			mysql_select_db($dbname);
+			$sql = "INSERT INTO PS_flash_Q6 VALUES ('".$id."','".$name."', '".date('Y-m-d H:i:s')."','".$text1."', '".$text2."', '".$text3."', '".$text4."', '', '', '', '', '', '')";
+			$result = mysql_query($sql) or die('MySQL query error');
+	  
+          return $text;		  
+		  		  
+
+      } 
+	  
+	  public function  callmepleaseQ7($id,$name,$text1,$text2,$text3,$text4)
+      {
+	  
+	  		$dbhost = 'localhost';
+			$dbuser = 'root';
+			$dbpass = 'qwe110110';
+            //$dbpass = 'esciedu';
+			$dbname = 'NeoSCORM2007data';
+			$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+			mysql_query("SET NAMES 'utf8'");
+			mysql_select_db($dbname);
+			$sql = "INSERT INTO PS_flash_Q7 VALUES ('".$id."','".$name."', '".date('Y-m-d H:i:s')."','".$text1."', '".$text2."', '".$text3."', '".$text4."', '', '', '', '', '', '')";
+			$result = mysql_query($sql) or die('MySQL query error');
+	  
+          return $text;		  
+		  		  
+
+      } 
+	  
+	  public function  callmepleaseQ8($id,$name,$text1,$text2,$text3,$text4)
+      {
+	  
+	  		$dbhost = 'localhost';
+			$dbuser = 'root';
+			$dbpass = 'qwe110110';
+            //$dbpass = 'esciedu';
+			$dbname = 'NeoSCORM2007data';
+			$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+			mysql_query("SET NAMES 'utf8'");
+			mysql_select_db($dbname);
+			$sql = "INSERT INTO PS_flash_Q8 VALUES ('".$id."','".$name."', '".date('Y-m-d H:i:s')."','".$text1."', '".$text2."', '".$text3."', '".$text4."', '', '', '', '', '', '')";
+			$result = mysql_query($sql) or die('MySQL query error');
+	  
+          return $text;		  
+		  		  
+
+      } 
+
+
+
+    /**
+     * return one param
+     * @param mixed $param example: {"_explicitType":"myType", "intVal":2, "stringVal":"bla", "arrayVal":[1,2, "ert"]}
+     * @return mixed 
+     */
+    public function returnOneParam($param) {
+        return $param;
+    }
+
+    /**
+     * return sum
+     * @param int $number1 example: 2
+     * @param int $number2 example: 3
+     * @return int 
+     */
+    public function returnSum($number1, $number2) {
+        return $number1 + $number2;
+    }
+
+    /**
+     * return null
+     * @return null 
+     */
+    public function returnNull() {
+        return null;
+    }
+
+    /**
+     * return bla
+     * @return String 
+     */
+    public function returnBla() {
+        return 'bla';
+    }
+
+    /**
+     * throy exception
+     * @param string $arg1
+     * @throws Exception
+     */
+    public function throwException($arg1) {
+        throw new Exception("test exception $arg1", 123);
+    }
+
+    /**
+     * return after one second
+     * @return String 
+     */
+    public function returnAfterOneSecond() {
+        sleep(1);
+        return 'slept for 1 second';
+    }
+
+    /**
+     * return test header
+     * @return mixed
+     */
+    public function returnTestHeader() {
+        $header = Amfphp_Core_Amf_Handler::$requestPacket->headers[0];
+        return $header->data;
+    }
+
+    /**
+     * shouldn't appear in the service browser or be available as a service
+     */
+    public function _reservedMethod() {
+        
+    }
+
+    /**
+     * return array
+     * @return array 
+     */
+    public function returnArray() {
+        return array(0, 1 => 2, 3 => 4, 5 => array(6 => 7));
+    }
+
+    /**
+     * return opposite
+     * @param boolean $value
+     * @return boolean 
+     */
+    public function returnOpposite($value) {
+        return!$value;
+    }
+
+    /**
+     * return bitwise and
+     * @param boolean $value1
+     * @param boolean $value2
+     * @return boolean 
+     */
+    public function returnBitwiseAnd($value1, $value2) {
+        return ($value1 && $value2);
+    }
+
+    /**
+     * static return one param
+     * @param mixed $param
+     * @return mixed
+     */
+    public static function staticReturnOneParam($param) {
+        return $param;
+    }
+
+    /**
+     * use to test for serialization performance. Each item contains a random int, float, and string
+     * @param int $numItems example: 1000
+     * @return array 
+     */
+    public function returnLargeDataSet($numItems) {
+        $ret = array();
+        for ($i = 0; $i < $numItems; $i++) {
+            $item = new stdClass();
+            $item->int = rand(-1000, 1000);
+            $item->float = rand(-1000, 1000) / 100;
+            $item->string = md5(rand(-1000, 1000));
+            $ret[] = $item;
+           
+        }
+        return $ret;
+    }
+
+    /**
+     * use to test Vo conversion performance. Each item contains a random int, float, and string, and is typed
+     * @param int $numItems example: 1000
+     * @return array 
+     */
+    public function returnLargeTypedDataSet($numItems) {
+        $ret = array();
+        for ($i = 0; $i < $numItems; $i++) {
+            $item = new DummyVo();
+            $item->int = rand(-1000, 1000);
+            $item->float = rand(-1000, 1000) / 100;
+            $item->string = md5(rand(-1000, 1000));
+            $ret[] = $item;
+        }
+        return $ret;
+    }    
+    
+    /**
+     * dummy function to see how the backoffice tools react when there are many parameters.
+     * @param type $a
+     * @param type $b
+     * @param type $c
+     * @param type $d
+     * @param type $e
+     * @param type $f 
+     */
+    public function manyParams($a, $b, $c, $d, $e, $f){
+        
+    }
+    
+    /**
+     * simply to see if this doesn't appear in the back office, but is still callable
+     * @amfphpHide
+     */
+    public function testAmfphpHide(){
+        return "bla";
+    }
+    
+/**
+ * receives an array(flex array collections are deserialized to arrays), and sends back an array collection.
+*/
+  public function testArrayCollection(array $data){
+        $ret = new stdClass();
+        $explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
+        $ret->$explicitTypeField = "flex.messaging.io.ArrayCollection";
+        $ret->source = $data;
+        return $ret;
+    }
+	
+    /**
+     * useful for testing a messy, nested typed obj
+    * @param mixed $param example:  {"_explicitType":"UserVo1", "name":"ariel", "status":"bla", "sub1":  {"_explicitType":"Sub1", "name":"ariel", "status":"bla", "sub2":  {"_explicitType":"Sub2", "name":"ariel", "status":"bla"}, "sub2again": {"_explicitType":"Sub2", "name":"ariel2", "status":"bla2"}}}
+    */
+    public function testComplicatedTypedObj($param){
+        return $param;
+    }
+    
+    /**
+     * adds custom markers for monitoring
+     */
+    public function testCustomMonitorTime(){
+        usleep(200000);
+        AmfphpMonitor::addTime('operation 1');
+        usleep(200000);
+        AmfphpMonitor::addTime('operation 2');
+        usleep(200000);
+        AmfphpMonitor::addTime('operation 3');
+        return 'bla';
+    }
+}
+
+/**
+ * dummy class
+ */
+class DummyVo {}
+?>

+ 239 - 0
file/htdocs/htdocs/Amfphp/Services/ExampleService_raw.php

@@ -0,0 +1,239 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+
+/**
+ * This is a test/example service. Remove it for production use
+ *
+ * @package Amfphp_Services
+ * @author Ariel Sommeria-klein
+ */
+class ExampleService {
+
+      public function  callmeplease($id,$name,$text1,$text2,$text3)
+      {
+	  
+	  		$dbhost = 'localhost';
+			$dbuser = 'root';
+			$dbpass = 'qwe110110';
+            //$dbpass = 'esciedu';
+			$dbname = 'NeoSCORM2007';
+			$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+			mysql_query("SET NAMES 'utf8'");
+			mysql_select_db($dbname);
+			$sql = "INSERT INTO test_for_flash VALUES ('".$id."','".$name."', '".date('Y-m-d H:i:s')."','".$text1."', '".$text2."', '".$text3."', '', '', '', '', '', '', '')";
+			$result = mysql_query($sql) or die('MySQL query error');
+	  
+          return $text;		  
+		  		  
+
+      }
+
+
+
+    /**
+     * return one param
+     * @param mixed $param example: {"_explicitType":"myType", "intVal":2, "stringVal":"bla", "arrayVal":[1,2, "ert"]}
+     * @return mixed 
+     */
+    public function returnOneParam($param) {
+        return $param;
+    }
+
+    /**
+     * return sum
+     * @param int $number1 example: 2
+     * @param int $number2 example: 3
+     * @return int 
+     */
+    public function returnSum($number1, $number2) {
+        return $number1 + $number2;
+    }
+
+    /**
+     * return null
+     * @return null 
+     */
+    public function returnNull() {
+        return null;
+    }
+
+    /**
+     * return bla
+     * @return String 
+     */
+    public function returnBla() {
+        return 'bla';
+    }
+
+    /**
+     * throy exception
+     * @param string $arg1
+     * @throws Exception
+     */
+    public function throwException($arg1) {
+        throw new Exception("test exception $arg1", 123);
+    }
+
+    /**
+     * return after one second
+     * @return String 
+     */
+    public function returnAfterOneSecond() {
+        sleep(1);
+        return 'slept for 1 second';
+    }
+
+    /**
+     * return test header
+     * @return mixed
+     */
+    public function returnTestHeader() {
+        $header = Amfphp_Core_Amf_Handler::$requestPacket->headers[0];
+        return $header->data;
+    }
+
+    /**
+     * shouldn't appear in the service browser or be available as a service
+     */
+    public function _reservedMethod() {
+        
+    }
+
+    /**
+     * return array
+     * @return array 
+     */
+    public function returnArray() {
+        return array(0, 1 => 2, 3 => 4, 5 => array(6 => 7));
+    }
+
+    /**
+     * return opposite
+     * @param boolean $value
+     * @return boolean 
+     */
+    public function returnOpposite($value) {
+        return!$value;
+    }
+
+    /**
+     * return bitwise and
+     * @param boolean $value1
+     * @param boolean $value2
+     * @return boolean 
+     */
+    public function returnBitwiseAnd($value1, $value2) {
+        return ($value1 && $value2);
+    }
+
+    /**
+     * static return one param
+     * @param mixed $param
+     * @return mixed
+     */
+    public static function staticReturnOneParam($param) {
+        return $param;
+    }
+
+    /**
+     * use to test for serialization performance. Each item contains a random int, float, and string
+     * @param int $numItems example: 1000
+     * @return array 
+     */
+    public function returnLargeDataSet($numItems) {
+        $ret = array();
+        for ($i = 0; $i < $numItems; $i++) {
+            $item = new stdClass();
+            $item->int = rand(-1000, 1000);
+            $item->float = rand(-1000, 1000) / 100;
+            $item->string = md5(rand(-1000, 1000));
+            $ret[] = $item;
+           
+        }
+        return $ret;
+    }
+
+    /**
+     * use to test Vo conversion performance. Each item contains a random int, float, and string, and is typed
+     * @param int $numItems example: 1000
+     * @return array 
+     */
+    public function returnLargeTypedDataSet($numItems) {
+        $ret = array();
+        for ($i = 0; $i < $numItems; $i++) {
+            $item = new DummyVo();
+            $item->int = rand(-1000, 1000);
+            $item->float = rand(-1000, 1000) / 100;
+            $item->string = md5(rand(-1000, 1000));
+            $ret[] = $item;
+        }
+        return $ret;
+    }    
+    
+    /**
+     * dummy function to see how the backoffice tools react when there are many parameters.
+     * @param type $a
+     * @param type $b
+     * @param type $c
+     * @param type $d
+     * @param type $e
+     * @param type $f 
+     */
+    public function manyParams($a, $b, $c, $d, $e, $f){
+        
+    }
+    
+    /**
+     * simply to see if this doesn't appear in the back office, but is still callable
+     * @amfphpHide
+     */
+    public function testAmfphpHide(){
+        return "bla";
+    }
+    
+/**
+ * receives an array(flex array collections are deserialized to arrays), and sends back an array collection.
+*/
+  public function testArrayCollection(array $data){
+        $ret = new stdClass();
+        $explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
+        $ret->$explicitTypeField = "flex.messaging.io.ArrayCollection";
+        $ret->source = $data;
+        return $ret;
+    }
+	
+    /**
+     * useful for testing a messy, nested typed obj
+    * @param mixed $param example:  {"_explicitType":"UserVo1", "name":"ariel", "status":"bla", "sub1":  {"_explicitType":"Sub1", "name":"ariel", "status":"bla", "sub2":  {"_explicitType":"Sub2", "name":"ariel", "status":"bla"}, "sub2again": {"_explicitType":"Sub2", "name":"ariel2", "status":"bla2"}}}
+    */
+    public function testComplicatedTypedObj($param){
+        return $param;
+    }
+    
+    /**
+     * adds custom markers for monitoring
+     */
+    public function testCustomMonitorTime(){
+        usleep(200000);
+        AmfphpMonitor::addTime('operation 1');
+        usleep(200000);
+        AmfphpMonitor::addTime('operation 2');
+        usleep(200000);
+        AmfphpMonitor::addTime('operation 3');
+        return 'bla';
+    }
+}
+
+/**
+ * dummy class
+ */
+class DummyVo {}
+?>

+ 435 - 0
file/htdocs/htdocs/Amfphp/Services/ExampleServiceflash.php

@@ -0,0 +1,435 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+ * This is a test/example service. Remove it for production use
+ *
+ * @package Amfphp_Services
+ * @author Ariel Sommeria-klein
+ */
+class ExampleService
+{
+
+    public function callmeplease($id, $name, $text1, $text2, $text3)
+    {
+
+        $dbhost = 'localhost';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        //$dbpass = 'esciedu';
+        $dbname = 'NeoSCORM2007data';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO test_for_flash VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '', '', '', '', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease2($id, $name, $text1, $text2, $text3)
+    {
+
+        $dbhost = 'localhost';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        //$dbpass = 'esciedu';
+        $dbname = 'NeoSCORM2007data';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO test_for_flash2 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '', '', '', '', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease_flash1_1($id, $name, $text1, $text2, $text3, $text4)
+    {
+
+        $dbhost = 'localhost';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        //$dbpass = 'esciedu';
+        $dbname = 'NeoSCORM2007data';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash1_1 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '" . $text4 . "', '', '', '', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease_flash1_2($id, $name, $text1, $text2, $text3, $text4)
+    {
+
+        $dbhost = 'localhost';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        //$dbpass = 'esciedu';
+        $dbname = 'NeoSCORM2007data';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash1_2 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '" . $text4 . "', '', '', '', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease_flash2_1($id, $name, $text1, $text2, $text3, $text4)
+    {
+
+        $dbhost = 'localhost';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        //$dbpass = 'esciedu';
+        $dbname = 'NeoSCORM2007data';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash2_1 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '', '', '', '', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease_flash2_2($id, $name, $text1, $text2, $text3, $text4)
+    {
+
+        $dbhost = 'localhost';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        //$dbpass = 'esciedu';
+        $dbname = 'NeoSCORM2007data';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash2_2 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '', '', '', '', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease_flash3_1($id, $name, $text1, $text2, $text3, $text4)
+    {
+
+        $dbhost = 'localhost';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        //$dbpass = 'esciedu';
+        $dbname = 'NeoSCORM2007data';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash3_1 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '', '', '', '', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease_flash3_2($id, $name, $text1, $text2, $text3, $text4)
+    {
+
+        $dbhost = 'localhost';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        //$dbpass = 'esciedu';
+        $dbname = 'NeoSCORM2007data';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash3_2 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '', '', '', '', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease_flash4($id, $name, $text1, $text2, $text3, $text4)
+    {
+
+        $dbhost = 'localhost';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        //$dbpass = 'esciedu';
+        $dbname = 'NeoSCORM2007data';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash4 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '', '', '', '', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease_flash5_1($id, $name, $text1, $text2, $text3, $text4, $text5, $text6, $text7)
+    {
+
+        $dbhost = 'localhost';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        //$dbpass = 'esciedu';
+        $dbname = 'NeoSCORM2007data';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash5_1 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '" . $text4 . "', '" . $text5 . "', '" . $text6 . "', '" . $text7 . "', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    public function callmeplease_flash5_2($id, $name, $text1, $text2, $text3, $text4, $text5, $text6, $text7)
+    {
+
+        $dbhost = 'localhost';
+        $dbuser = 'root';
+        $dbpass = 'qwe110110';
+        //$dbpass = 'esciedu';
+        $dbname = 'NeoSCORM2007data';
+        $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error with MySQL connection');
+        mysql_query("SET NAMES 'utf8'");
+        mysql_select_db($dbname);
+        $sql = "INSERT INTO flash5_2 VALUES ('" . $id . "','" . $name . "', '" . date('Y-m-d H:i:s') . "','" . $text1 . "', '" . $text2 . "', '" . $text3 . "', '" . $text4 . "', '" . $text5 . "', '" . $text6 . "', '" . $text7 . "', '', '', '')";
+        $result = mysql_query($sql) or die('MySQL query error');
+
+        return $text;
+
+    }
+
+    /**
+     * return one param
+     * @param mixed $param example: {"_explicitType":"myType", "intVal":2, "stringVal":"bla", "arrayVal":[1,2, "ert"]}
+     * @return mixed
+     */
+    public function returnOneParam($param)
+    {
+        return $param;
+    }
+
+    /**
+     * return sum
+     * @param int $number1 example: 2
+     * @param int $number2 example: 3
+     * @return int
+     */
+    public function returnSum($number1, $number2)
+    {
+        return $number1 + $number2;
+    }
+
+    /**
+     * return null
+     * @return null
+     */
+    public function returnNull()
+    {
+        return null;
+    }
+
+    /**
+     * return bla
+     * @return String
+     */
+    public function returnBla()
+    {
+        return 'bla';
+    }
+
+    /**
+     * throy exception
+     * @param string $arg1
+     * @throws Exception
+     */
+    public function throwException($arg1)
+    {
+        throw new Exception("test exception $arg1", 123);
+    }
+
+    /**
+     * return after one second
+     * @return String
+     */
+    public function returnAfterOneSecond()
+    {
+        sleep(1);
+        return 'slept for 1 second';
+    }
+
+    /**
+     * return test header
+     * @return mixed
+     */
+    public function returnTestHeader()
+    {
+        $header = Amfphp_Core_Amf_Handler::$requestPacket->headers[0];
+        return $header->data;
+    }
+
+    /**
+     * shouldn't appear in the service browser or be available as a service
+     */
+    public function _reservedMethod()
+    {
+
+    }
+
+    /**
+     * return array
+     * @return array
+     */
+    public function returnArray()
+    {
+        return array(0, 1 => 2, 3 => 4, 5 => array(6 => 7));
+    }
+
+    /**
+     * return opposite
+     * @param boolean $value
+     * @return boolean
+     */
+    public function returnOpposite($value)
+    {
+        return !$value;
+    }
+
+    /**
+     * return bitwise and
+     * @param boolean $value1
+     * @param boolean $value2
+     * @return boolean
+     */
+    public function returnBitwiseAnd($value1, $value2)
+    {
+        return ($value1 && $value2);
+    }
+
+    /**
+     * static return one param
+     * @param mixed $param
+     * @return mixed
+     */
+    public static function staticReturnOneParam($param)
+    {
+        return $param;
+    }
+
+    /**
+     * use to test for serialization performance. Each item contains a random int, float, and string
+     * @param int $numItems example: 1000
+     * @return array
+     */
+    public function returnLargeDataSet($numItems)
+    {
+        $ret = array();
+        for ($i = 0; $i < $numItems; $i++) {
+            $item = new stdClass();
+            $item->int = rand(-1000, 1000);
+            $item->float = rand(-1000, 1000) / 100;
+            $item->string = md5(rand(-1000, 1000));
+            $ret[] = $item;
+
+        }
+        return $ret;
+    }
+
+    /**
+     * use to test Vo conversion performance. Each item contains a random int, float, and string, and is typed
+     * @param int $numItems example: 1000
+     * @return array
+     */
+    public function returnLargeTypedDataSet($numItems)
+    {
+        $ret = array();
+        for ($i = 0; $i < $numItems; $i++) {
+            $item = new DummyVo();
+            $item->int = rand(-1000, 1000);
+            $item->float = rand(-1000, 1000) / 100;
+            $item->string = md5(rand(-1000, 1000));
+            $ret[] = $item;
+        }
+        return $ret;
+    }
+
+    /**
+     * dummy function to see how the backoffice tools react when there are many parameters.
+     * @param type $a
+     * @param type $b
+     * @param type $c
+     * @param type $d
+     * @param type $e
+     * @param type $f
+     */
+    public function manyParams($a, $b, $c, $d, $e, $f)
+    {
+
+    }
+
+    /**
+     * simply to see if this doesn't appear in the back office, but is still callable
+     * @amfphpHide
+     */
+    public function testAmfphpHide()
+    {
+        return "bla";
+    }
+
+/**
+ * receives an array(flex array collections are deserialized to arrays), and sends back an array collection.
+ */
+    public function testArrayCollection(array $data)
+    {
+        $ret = new stdClass();
+        $explicitTypeField = Amfphp_Core_Amf_Constants::FIELD_EXPLICIT_TYPE;
+        $ret->$explicitTypeField = "flex.messaging.io.ArrayCollection";
+        $ret->source = $data;
+        return $ret;
+    }
+
+    /**
+     * useful for testing a messy, nested typed obj
+     * @param mixed $param example:  {"_explicitType":"UserVo1", "name":"ariel", "status":"bla", "sub1":  {"_explicitType":"Sub1", "name":"ariel", "status":"bla", "sub2":  {"_explicitType":"Sub2", "name":"ariel", "status":"bla"}, "sub2again": {"_explicitType":"Sub2", "name":"ariel2", "status":"bla2"}}}
+     */
+    public function testComplicatedTypedObj($param)
+    {
+        return $param;
+    }
+
+    /**
+     * adds custom markers for monitoring
+     */
+    public function testCustomMonitorTime()
+    {
+        usleep(200000);
+        AmfphpMonitor::addTime('operation 1');
+        usleep(200000);
+        AmfphpMonitor::addTime('operation 2');
+        usleep(200000);
+        AmfphpMonitor::addTime('operation 3');
+        return 'bla';
+    }
+}
+
+/**
+ * dummy class
+ */
+class DummyVo
+{}

+ 33 - 0
file/htdocs/htdocs/Amfphp/index.php

@@ -0,0 +1,33 @@
+<?php
+/**
+ *  This file is part of amfPHP
+ *
+ * LICENSE
+ *
+ * This source file is subject to the license that is bundled
+ * with this package in the file license.txt.
+ */
+
+/**
+*  includes
+ * @package Amfphp
+*  */
+require_once dirname(__FILE__) . '/ClassLoader.php';
+
+/* 
+ * main entry point (gateway) for service calls. instanciates the gateway class and uses it to handle the call.
+ * 
+ * @package Amfphp
+ * @author Ariel Sommeria-klein
+ */
+$gateway = Amfphp_Core_HttpRequestGatewayFactory::createGateway();
+
+//use this to change the current folder to the services folder. Be careful of the case.
+//This was done in 1.9 and can be used to support relative includes, and should be used when upgrading from 1.9 to 2.0 if you use relative includes
+//chdir(dirname(__FILE__) . '/Services');
+
+$gateway->service();
+$gateway->output();
+
+
+?>

+ 79 - 0
file/htdocs/htdocs/applications.html

@@ -0,0 +1,79 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>Bitnami: Open Source. Simplified</title>
+  <link href="bitnami.css" media="all" rel="Stylesheet" type="text/css" /> 
+  <link href="/dashboard/stylesheets/all.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+  <div class="contain-to-grid">
+    <nav class="top-bar" data-topbar>
+      <ul class="title-area">
+        <li class="name">
+          <h1><a href="/dashboard/index.html">Apache Friends</a></h1>
+        </li>
+        <li class="toggle-topbar menu-icon">
+          <a href="#">
+            <span>Menu</span>
+          </a>
+        </li>
+      </ul>
+
+      <section class="top-bar-section">
+        <!-- Right Nav Section -->
+        <ul class="right">
+          <li class="active"><a href="/applications.html">Applications</a></li>
+          <li class=""><a href="/dashboard/faq.html">FAQs</a></li>
+          <li class=""><a href="/dashboard/howto.html">HOW-TO Guides</a></li>
+          <li class=""><a target="_blank" href="/dashboard/phpinfo.php">PHPInfo</a></li>
+          <li class=""><a href="/phpmyadmin/">phpMyAdmin</a></li>
+        </ul>
+      </section>
+    </nav>
+  </div>
+  <div id="wrapper">
+    <div class="hero">
+       <div class="row">
+         <div class="large-12 columns">
+            <p>Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. Visit the <a href="https://bitnami.com/xampp?utm_source=bitnami&utm_medium=installer&utm_campaign=XAMPP%2BModule" target="_blank">Bitnami XAMPP page</a> for details on the currently available apps.</p><br/>
+            <p>Check out our <a href="https://www.apachefriends.org/bitnami_for_xampp.html" target="_blank" >Bitnami for XAMPP Start Guide</a> for more information about the applications installed.</p>
+         </div>
+       </div>
+    </div>
+    <div id="lowerContainer" class="row">
+      <div id="content" class="large-12 columns">
+          <!-- @@BITNAMI_MODULE_PLACEHOLDER@@ -->
+      </div>
+    </div>
+  </div>
+  <footer>
+    <div class="row">
+      <div class="large-12 columns">
+        <div class="row">
+          <div class="large-8 columns">
+            <ul class="social">
+              <li class="twitter"><a href="https://twitter.com/apachefriends">Follow us on Twitter</a></li>
+              <li class="facebook"><a href="https://www.facebook.com/we.are.xampp">Like us on Facebook</a></li>
+              <li class="google"><a href="https://plus.google.com/+xampp/posts">Add us to your G+ Circles</a></li>
+            </ul>
+
+            <ul class="inline-list">
+              <li><a href="https://www.apachefriends.org/blog.html">Blog</a></li>
+              <li><a href="https://www.apachefriends.org/privacy_policy.html">Privacy Policy</a></li>
+              <li>
+                <a target="_blank" href="http://www.fastly.com/">                    CDN provided by
+                  <img width="48" data-2x="/dashboard/images/fastly-logo@2x.png" src="/dashboard/images/fastly-logo.png" />
+                </a>
+              </li>
+            </ul>
+          </div>
+          <div class="large-4 columns">
+            <p class="text-right">Copyright (c) 2015, Apache Friends</p>
+          </div>
+        </div>
+      </div>
+    </div>
+  </footer>
+</body>
+</html>

+ 17 - 0
file/htdocs/htdocs/bitnami.css

@@ -0,0 +1,17 @@
+.module_top, .module_bottom{
+  visibility: hidden;
+}
+
+table {
+  border: 0px !important;
+}
+
+.module_content img{
+  min-width: 70px;
+}
+
+.module_content h2{
+  font-size: 30px;
+}
+
+

+ 0 - 0
file/htdocs/htdocs/button/.htaccess


+ 62 - 0
file/htdocs/htdocs/button/000.php

@@ -0,0 +1,62 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p000 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p000 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="./function.js"></script>
+		<script type="text/javascript">
+			saveRecord("00001<?echo $count?>");
+			var browser=navigator.appName;
+			document.captureEvents(Event.KEYDOWN)
+			document.onkeydown=function(event){
+				if(event.which==90){
+					saveRecord("00009<?echo $count?>");
+					document.location.href="100.php";
+				}
+				if(event.which==65){
+					saveRecord("00009<?echo $count?>");
+					document.location.href="100.php";
+				}
+				if(event.which==81){
+					saveRecord("00009<?echo $count?>");
+					document.location.href="100.php";
+				}
+			}
+		</script>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/000.jpg"/>
+				<img class="defaultBtn" src="image/transparent.png" style="top:240px; left:250px; width:50px; height:50px;" onclick="nextPage(00009<?echo $count?>,100)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 50 - 0
file/htdocs/htdocs/button/100.php

@@ -0,0 +1,50 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p100 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p100 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("10001<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/100.jpg"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(10009<?echo $count?>,101)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/101.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p101 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p101 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("10101<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/101.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(10109<?echo $count?>,100)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(10109<?echo $count?>,102)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/102.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p102 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p102 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("10201<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/102.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(10209<?echo $count?>,101)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(10209<?echo $count?>,103)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 93 - 0
file/htdocs/htdocs/button/103.php

@@ -0,0 +1,93 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p103 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p103 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<meta name="viewport" content="width=1920; height=1080; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+			saveRecord("11121<?echo $count?>");
+			error = 0;
+			isStop = false;
+		</script>
+		<style type="text/css">
+		.defaultPic {
+			position: absolute;
+			display: inline;
+			left: 0px;
+			top: 185px;
+			z-index: -10;
+		}
+		#Q11{
+			position: absolute;
+			top: 185px;
+		}
+		.defaultStatus,.defaultHideBtn{
+			top: 750px !important;
+		}
+		</style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<!-- <embed class="defaultFlash" width="500" height="375" src="./flash/Flash1-1.swf" play="true" loop="true" quality="high"></embed> -->
+				<iframe id="html5" src="html5/flash1-1.html" width="800" height="600" style="position:absolute;"></iframe>
+				<img class="defaultPic" id="contentPic" src="image/103q.jpg"/>
+				<form id="Q11" action="">
+				<input class="selectItem1" id="selectItem1" type="radio" name="Q11" value="1" onclick="selectItem(1,3,100)"/>
+				<input class="selectItem2" id="selectItem2" type="radio" name="Q11" value="2" onclick="selectItem(2,3,200)"/>
+				<input class="selectItem3" id="selectItem3" type="radio" name="Q11" value="3" onclick="selectItem(3,3,200)"/>
+				</form>
+				<img class="defaultStatus" id="status" src=""/>
+				<img class="defaultHideBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(11129<?echo $count?>,102)"/>
+				<img class="defaultHideBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(11129<?echo $count?>,'103A')"/>
+			</div>
+		</div>
+		<script type="text/javascript">
+			var iframe_var = document.getElementById('html5').contentWindow;
+			setInterval(function(){
+				if (iframe_var.isPress){
+					var iframe = $('#html5').contents();
+					var obj = {
+						'code': "11121<?echo $count?>",
+						'rotS': iframe.find('.shadow').css('transform').replace(/[^0-9\-.,]/g, '').split(',')[0],
+						'rotX': parseInt(iframe.find('.candle').css('left')),
+						'rotY': parseInt(iframe.find('.candle').css('top')),
+						'rotZ': ''
+					}
+					saveRecordHTML5(obj);
+				}
+			},200)
+		</script>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/103A.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p103A FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p103A = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("11121<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/103a.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(11129<?echo $count?>,103)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(11129<?echo $count?>,104)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/104.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p104 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p104 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("10301<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/104.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(10309<?echo $count?>,'103A')"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(10309<?echo $count?>,105)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/105.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p105 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p105 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("10401<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/105.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(10409<?echo $count?>,104)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(10409<?echo $count?>,106)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 93 - 0
file/htdocs/htdocs/button/106.php

@@ -0,0 +1,93 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p106 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p106 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<meta name="viewport" content="width=1920; height=1080; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("11211<?echo $count?>");
+		error = 0;
+		isStop = false;
+		</script>
+		<style type="text/css">
+		.defaultPic {
+			position: absolute;
+			display: inline;
+			left: 0px;
+			top: 225px;
+			z-index: -10;
+		}
+		#Q12{
+			position: absolute;
+			top: 225px;
+		}
+		.defaultStatus,.defaultHideBtn{
+			top: 790px !important;
+		}
+		</style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<!-- <embed class="defaultFlash" width="500" height="375" src="./flash/Flash1-2.swf" play="true" loop="true" quality="high"></embed> -->
+				<iframe id="html5" src="html5/flash1-2.html" width="808" height="640" style="position:absolute;"></iframe>
+				<img class="defaultPic" id="contentPic" src="image/106q.jpg"/>
+				<form id="Q12" action="">
+				<input class="selectItem1" id="selectItem1" type="radio" name="Q12" value="1" onclick="selectItem(1,3,100)"/>
+				<input class="selectItem2" id="selectItem2" type="radio" name="Q12" value="2" onclick="selectItem(2,3,200)"/>
+				<input class="selectItem3" id="selectItem3" type="radio" name="Q12" value="3" onclick="selectItem(3,3,200)"/>
+				</form>
+				<img class="defaultStatus" id="status" src=""/>
+				<img class="defaultHideBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(11219<?echo $count?>,105)"/>
+				<img class="defaultHideBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(11219<?echo $count?>,'106A')"/>
+			</div>
+		</div>
+		<script type="text/javascript">
+			var iframe_var = document.getElementById('html5').contentWindow;
+			setInterval(function(){
+				if (iframe_var.isPress){
+					var iframe = $('#html5').contents();
+					var obj = {
+						'code': "11211<?echo $count?>",
+						'rotS': iframe.find('.candle2').css('transform').replace(/[^0-9\-.,]/g, '').split(',')[0],
+						'rotX': parseInt(iframe.find('.candle1').css('left')),
+						'rotY': parseInt(iframe.find('.candle1').css('top')),
+						'rotZ': ''
+					}
+					saveRecordHTML5(obj);
+				}
+			},200)
+		</script>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/106A.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p106A FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p106A = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("11221<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/106a.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(11229<?echo $count?>,106)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(11229<?echo $count?>,200)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/106S.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p106S FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p106S = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("99991<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/108.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(99999<?echo $count?>,'106A')"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(99999<?echo $count?>,200)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/200.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p200 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p200 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("20001<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/200.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(20009<?echo $count?>,'106A')"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(20009<?echo $count?>,201)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/201.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p201 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p201 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("20101<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/201.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(20109<?echo $count?>,200)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(20109<?echo $count?>,202)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/202.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p202 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p202 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("20201<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/202.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(20209<?echo $count?>,201)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(20209<?echo $count?>,203)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/203.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p203 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p203 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("20301<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/203.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(20309<?echo $count?>,202)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(20309<?echo $count?>,204)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/204.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p204 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p204 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("20401<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/204.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(20409<?echo $count?>,203)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(20409<?echo $count?>,205)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/205.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p205 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p205 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("20501<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/205.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(20509<?echo $count?>,204)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(20509<?echo $count?>,206)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 68 - 0
file/htdocs/htdocs/button/206.php

@@ -0,0 +1,68 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p206 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p206 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+<! DOCTYPE HTML>
+<html>
+	<head>	
+	    <title>Exam</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+		<meta name="mobile-web-app-capable" content="yes">
+		<meta name="apple-mobile-web-app-capable" content="yes" />
+		<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
+		<META http-equiv="Cache-Control" content="no-cache">
+		<META http-equiv="Pragma" content="no-cache">
+		<META http-equiv="Expires" content="0">
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="./fingers.js"></script>
+		<script src="./function.js"></script>
+		<script src="./function3.js"></script>
+	    <script type="text/javascript">
+		
+		saveRecord("23111<?echo $count?>");
+		rotateZ = 0;
+		error = 0;
+		isStop = false;
+		</script>
+	</head>
+	<body>
+
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/206q.jpg"/>
+				<img class="defaultArrow" id="picA" style="top: 248px;" src="image/206arrow.png"/>
+				<img class="defaultStatus" id="status" src=""/>
+				<img class="picItem" id="pic7" src="image/pic7.png" style="top:520px;left:250px;" onclick="rotateArrow(0,-90,10,7)"/>
+				<img class="picItem" id="pic9" src="image/pic9.png" style="top:520px;left:350px;" onclick="rotateArrow(0,-90,10,9)"/>
+				<button class="checkbutton" id="chkButton" onclick="checkAns(206)" style="top:535px;left:450px;" >確認答案</button>
+				<img class="defaultHideBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(23119<?echo $count?>,205)"/>
+				<img class="defaultHideBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(23119<?echo $count?>,'206A')"/>
+			</div>
+		</div>
+		
+		
+	</body>
+</html>
+		

+ 51 - 0
file/htdocs/htdocs/button/206A.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p206A FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p206A = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("23121<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/206a.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(23129<?echo $count?>,206)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(23129<?echo $count?>,300)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/300.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p300 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p300 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("30001<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/300.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(30009<?echo $count?>,'206A')"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(30009<?echo $count?>,301)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/301.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p301 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p301 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("30101<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/301.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(30109<?echo $count?>,300)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(30109<?echo $count?>,302)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/302.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p302 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p302 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("30201<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/302.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(30209<?echo $count?>,301)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(30209<?echo $count?>,303)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/303.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p303 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p303 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("30301<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/303.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(30309<?echo $count?>,302)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(30309<?echo $count?>,304)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/304.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p304 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p304 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("30401<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/304.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(30409<?echo $count?>,303)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(30409<?echo $count?>,305)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/305.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p305 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p305 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("30501<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/305.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(30509<?echo $count?>,304)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(30509<?echo $count?>,306)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/306.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p306 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p306 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("30601<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/306.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(30609<?echo $count?>,305)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(30609<?echo $count?>,307)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 115 - 0
file/htdocs/htdocs/button/306_1.php

@@ -0,0 +1,115 @@
+
+<html>
+	<head>	
+		<title>Exam</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+		<meta name="mobile-web-app-capable" content="yes">
+		<meta name="apple-mobile-web-app-capable" content="yes" />
+		<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
+		<META http-equiv="Cache-Control" content="no-cache">
+		<META http-equiv="Pragma" content="no-cache">
+		<META http-equiv="Expires" content="0">
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="./fingers.js"></script>
+		<script src="./function.js"></script>
+		<script src="./function2.js"></script>
+		<script type="text/javascript">
+			saveRecord("33111");	
+		</script>
+		<script>
+		
+			var arrow;
+			var i = 0;
+			function checkCorrect(){
+				var correct=document.getElementById("correct");
+				var wrong=document.getElementById("wrong");
+				var check=document.getElementById("check");
+				var blank=document.getElementById("blank");
+				var next=document.getElementById("next");
+				var back=document.getElementById("back");
+				var checkButton29 = document.getElementById("checkButton29");
+				if(arrow.checkRes()){
+				 setTimeout(
+			     function(){
+					correct.style.display = "inline";
+					correct.style.left =300;
+					correct.style.top = 600;	
+					back.style.display = "inline";
+					back.style.left =  610;
+					back.style.top = 480;
+					next.style.display = "inline";
+					next.style.left = 730;
+					next.style.top =480;
+					},3000)
+				}
+				else{
+				 setTimeout(
+			     function(){
+					wrong.style.display = "inline";
+					wrong.style.left = 300;
+					wrong.style.top = 600;
+					back.style.display = "inline";
+					back.style.left =  610;
+					back.style.top = 480;
+					next.style.display = "inline";
+					next.style.left = 730;
+					next.style.top =480;
+					},3000)
+				}
+				//blank.className="hidden";
+			}
+			this.onload = function() {
+				arrow=new FingerComponent(["left-item"],"right-item");
+			}
+		</script>
+		<style>
+		   
+			.defaultHideBtn{
+			    position:absolute;
+			    display: none;
+			}
+			.hidden{
+			 position:absolute;
+				display :none;
+			}
+			.right-item{
+				position:fixed;
+				left: 630px;
+				top: 180px;	
+				width: 180;	
+		        text-align: center;
+                line-height: 321px;
+			}
+			.left-item{
+				position:fixed;
+				left: 50px;
+				top: 410px;
+                width: 180;	
+                text-align: center;
+                line-height: 321px;				
+			}
+			.checkAnswer{
+			    position:absolute;
+			    display: inline;
+				left: 650px;
+				top: 140px;
+				width: 150px;
+				z-index: 10;
+			}
+		</style>
+			<body>
+		<div style="-webkit-perspective: 900000px;perspective: 900000px;">
+			<img id="blank" src="image/310pq.jpg">
+			<img id="check" src="image/check.jpg" class="hidden"/>
+			<img id="correct" src="image/correct.jpg" class="hidden"/>
+			<img id="wrong" src="image/wrongnext.jpg" class="hidden"/>
+			<img id="left-item" src="image/310p.jpg" class="left-item">
+			<img id="right-item" src="image/310p.jpg" class="right-item">
+			<img class="defaultHideBtn" id="back" src="image/prevButton.jpg" onclick="nextPage(33119<?echo $count?>,309)"/>
+			<img class="defaultHideBtn" id="next" src="image/nextButton.jpg" onclick="nextPage(33119<?echo $count?>,'310A')"/>
+		</div>
+		<button class= "CheckAnswer" id="checkButton29" onclick="checkCorrect();">確認答案</button>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/307.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p307 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p307 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("30701<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/307.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(30709<?echo $count?>,306)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(30709<?echo $count?>,308)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/308.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p308 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p308 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("30801<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/308.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(30809<?echo $count?>,307)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(30809<?echo $count?>,309)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/309.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p309 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p309 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("33101<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/309q.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(33109<?echo $count?>,308)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(33109<?echo $count?>,310)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 74 - 0
file/htdocs/htdocs/button/310.php

@@ -0,0 +1,74 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p310 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+$sql ="UPDATE coursepagecount SET p310 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+<html>
+	<head>	
+		<title>Exam</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+		<meta name="mobile-web-app-capable" content="yes">
+		<meta name="apple-mobile-web-app-capable" content="yes"/>
+		<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
+		<META http-equiv="Cache-Control" content="no-cache">
+		<META http-equiv="Pragma" content="no-cache">
+		<META http-equiv="Expires" content="0">
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script src="./fingers.js"></script>
+		<script src="./function.js"></script>
+		<script type="text/javascript">
+		
+			saveRecord("33111<?echo $count?>");
+			rotateX = 0;
+			rotateY = 0;
+			rotateZ = 0;
+			scale = 1;
+			picwidth = 189;
+			error = 0;
+			isStop = false;	
+		</script>
+
+			<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/310q.jpg"/>
+				<img class="picItem" id="picA" src="image/310pic.png" style="top:440px;left:140px;"/>
+				<img class="picItem" id="picB" src="image/310pic.png" style="top:100px;left:500px;"/>
+				<img class="picItem" id="pic1" src="image/pic1.png" style="top:600px;left:350px;" onclick="rotatePic(1,0.5,0.25,1)"/>
+				<img class="picItem" id="pic2" src="image/pic2.png" style="top:600px;left:420px;" onclick="rotatePic(360,-360,10,2)"/>
+				<img class="picItem" id="pic3" src="image/pic3.png" style="top:600px;left:490px;" onclick="rotatePic(1,0.5,0.25,3)"/>
+				<img class="picItem" id="pic4" src="image/pic4.png" style="top:530px;left:350px;" onclick="rotatePic(360,-360,10,4)"/>
+				<img class="picItem" id="pic6" src="image/pic6.png" style="top:530px;left:490px;" onclick="rotatePic(360,-360,10,6)"/>
+				<img class="picItem" id="pic7" src="image/pic7.png" style="top:460px;left:350px;" onclick="rotatePic(360,-360,10,7)"/>
+				<img class="picItem" id="pic8" src="image/pic8.png" style="top:460px;left:420px;" onclick="rotatePic(360,-360,10,8)"/>
+				<img class="picItem" id="pic9" src="image/pic9.png" style="top:460px;left:490px;" onclick="rotatePic(360,-360,10,9)"/>				
+				<button class="checkbutton" id="chkButton" onclick="checkAns(310)" style="top:540px;left:580px;" >確認答案</button>
+				<img class="defaultStatus" id="status" src=""/>
+			<img class="defaultHideBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(33119<?echo $count?>,309)"/>
+			<img class="defaultHideBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(33119<?echo $count?>,'310A')"/>
+		</div>
+		</div>
+	</body>
+</html>

+ 49 - 0
file/htdocs/htdocs/button/310A.php

@@ -0,0 +1,49 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p310A FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+$sql ="UPDATE coursepagecount SET p310A = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="function2.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("33121<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/310a.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(33129<?echo $count?>,310)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(33129<?echo $count?>,311)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/310S.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p310S FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p310S = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("99999<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/107.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(31229<?echo $count?>,'310A')"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(31229<?echo $count?>,311)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 94 - 0
file/htdocs/htdocs/button/311.php

@@ -0,0 +1,94 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p311 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p311 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<meta name="viewport" content="width=1920; height=1080; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("31211<?echo $count?>");
+		error = 0;
+		isStop = false;
+		</script>
+		<style type="text/css">
+		.defaultPic {
+			position: absolute;
+			display: inline;
+			left: 0px;
+			top: 185px;
+			z-index: -10;
+		}
+		#Q31{
+			position: absolute;
+			top: 185px;
+		}
+		.defaultStatus,.defaultHideBtn{
+			top: 785px !important;
+		}
+		</style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<!-- <embed class="defaultFlash" width="500" height="375" src="./flash/Flash2.swf" play="true" loop="true" quality="high"></embed> -->
+				<iframe id="html5" src="html5/flash2.html" width="794" height="612" style="position:absolute;"></iframe>
+				<img class="defaultPic" id="contentPic" src="image/311q.jpg"/>
+				<form id="Q31" action="">
+				<input class="selectItem1" id="selectItem1" type="radio" name="Q31" value="1" onclick="selectItem(1,4,100)" style="top:510px; left:10px;"/>
+				<input class="selectItem2" id="selectItem2" type="radio" name="Q31" value="2" onclick="selectItem(2,4,200)" style="top:510px; left:392px;"/>
+				<input class="selectItem3" id="selectItem3" type="radio" name="Q31" value="3" onclick="selectItem(3,4,200)" style="top:558px; left:10px;"/>
+				<input class="selectItem4" id="selectItem4" type="radio" name="Q31" value="3" onclick="selectItem(3,4,200)" style="top:558px; left:392px;"/>
+				</form>
+				<img class="defaultStatus" id="status" src="" style="top:595px;"/>
+				<img class="defaultHideBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(31219<?echo $count?>,'310A')"/>
+				<img class="defaultHideBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(31219<?echo $count?>,'311A')"/>
+			</div>
+		</div>
+		<script type="text/javascript">
+			var iframe_var = document.getElementById('html5').contentWindow;
+			setInterval(function(){
+				if (iframe_var.isPress){
+					var iframe = $('#html5').contents();
+					var obj = {
+						'code': "31211<?echo $count?>",
+						'rotS': iframe.find('.mirror .front').css('height'),
+						'rotX': parseInt(iframe.find('.statue.left').css('left')),
+						'rotY': '',
+						'rotZ': ''
+					}
+					saveRecordHTML5(obj);
+				}
+			},200)
+		</script>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/311A.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p311A FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p311A = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("31221<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/311a.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(31229<?echo $count?>,311)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(31229<?echo $count?>,312)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/311S.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p311S FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p311S = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("99991<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/107.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(99999<?echo $count?>,'311A')"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(99999<?echo $count?>,312)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 93 - 0
file/htdocs/htdocs/button/312.php

@@ -0,0 +1,93 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p312 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p312 = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<meta name="viewport" content="width=1920; height=1080; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("31311<?echo $count?>");
+		error = 0;
+		isStop = false;
+		</script>
+		<style type="text/css">
+		.defaultPic {
+			position: absolute;
+			display: inline;
+			left: 0px;
+			top: 185px;
+			z-index: -10;
+		}
+		#Q32{
+			position: absolute;
+			top: 185px;
+		}
+		.defaultStatus,.defaultHideBtn{
+			top: 785px !important;
+		}
+		</style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<!-- <embed class="defaultFlash" width="500" height="375" src="./flash/Flash2.swf" play="true" loop="true" quality="high"></embed> -->
+				<iframe id="html5" src="html5/flash2-2.html" width="794" height="612" style="position:absolute;"></iframe>
+				<img class="defaultPic" id="contentPic" src="image/312q.jpg"/>
+				<form id="Q32" action="">
+				<input class="selectItem1" id="selectItem1" type="radio" name="Q32" value="1" onclick="selectItem(1,3,100)"/>
+				<input class="selectItem2" id="selectItem2" type="radio" name="Q32" value="2" onclick="selectItem(2,3,200)"/>
+				<input class="selectItem3" id="selectItem3" type="radio" name="Q32" value="3" onclick="selectItem(3,3,200)"/>
+				</form>
+				<img class="defaultStatus" id="status" src=""/>
+				<img class="defaultHideBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(31319<?echo $count?>,'311A')"/>
+				<img class="defaultHideBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(31319<?echo $count?>,'312A')"/>
+			</div>
+		</div>
+		<script type="text/javascript">
+			var iframe_var = document.getElementById('html5').contentWindow;
+			setInterval(function(){
+				if (iframe_var.isPress){
+					var iframe = $('#html5').contents();
+					var obj = {
+						'code': "31311<?echo $count?>",
+						'rotS': iframe.find('.mirror .front').css('height'),
+						'rotX': parseInt(iframe.find('.statue.left').css('left')),
+						'rotY': '',
+						'rotZ': ''
+					}
+					saveRecordHTML5(obj);
+				}
+			},200)
+		</script>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/312A.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p312A FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p312A = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("31321<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/312a.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(31329<?echo $count?>,312)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(31329<?echo $count?>,313)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/312S.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p312S FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p312S = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("99991<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/108.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(99999<?echo $count?>,'312A')"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(99999<?echo $count?>,313)"/>
+			</div>
+		</div>
+	</body>
+</html>

+ 76 - 0
file/htdocs/htdocs/button/313.php

@@ -0,0 +1,76 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p313 FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+$sql ="UPDATE coursepagecount SET p313= '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+<html>
+	<head>	
+		<title>Exam</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+		<meta name="mobile-web-app-capable" content="yes">
+		<meta name="apple-mobile-web-app-capable" content="yes" />
+		<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
+		<META http-equiv="Cache-Control" content="no-cache">
+		<META http-equiv="Pragma" content="no-cache">
+		<META http-equiv="Expires" content="0">
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="./fingers.js"></script>
+		<script src="./function.js"></script>
+		<script src="./function2.js"></script>
+		<script type="text/javascript">
+		
+			saveRecord("33111<?echo $count?>");
+			rotateX = 0;
+			rotateY = 0;
+			rotateZ = 0;
+			scale = 1;
+			picwidth = 195;
+			error = 0;
+			isStop = false;
+		</script>
+
+			<body>
+	
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/314q.png"/>
+				<img class="picItem" id="picA" src="image/314pic.png" style="top:350px;left:140px;"/>
+				<img class="picItem" id="picB" src="image/314pic.png" style="top:45px;left:548px;z-index:-50;"/>
+				<img class="picItem" id="pic1" src="image/pic1.png" style="top:550px;left:350px;" onclick="rotatePic(1,0.5,0.25,1)"/>
+				<img class="picItem" id="pic2" src="image/pic2.png" style="top:550px;left:420px;" onclick="rotatePic(360,-360,10,2)"/>
+				<img class="picItem" id="pic3" src="image/pic3.png" style="top:550px;left:490px;" onclick="rotatePic(1,0.5,0.25,3)"/>
+				<img class="picItem" id="pic4" src="image/pic4.png" style="top:480px;left:350px;" onclick="rotatePic(360,-360,10,4)"/>
+				<img class="picItem" id="pic6" src="image/pic6.png" style="top:480px;left:490px;" onclick="rotatePic(360,-360,10,6)"/>
+				<img class="picItem" id="pic7" src="image/pic7.png" style="top:410px;left:350px;" onclick="rotatePic(360,-360,10,7)"/>
+				<img class="picItem" id="pic8" src="image/pic8.png" style="top:410px;left:420px;" onclick="rotatePic(360,-360,10,8)"/>
+				<img class="picItem" id="pic9" src="image/pic9.png" style="top:410px;left:490px;" onclick="rotatePic(360,-360,10,9)"/>	
+				<button class="checkbutton" id="chkButton" onclick="checkAns(314)" style="top:540px;left:580px;" >確認答案</button>
+				<img class="defaultStatus" id="status" src=""/>
+			<img class="defaultHideBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(33419<?echo $count?>,312)"/>
+		    <img class="defaultHideBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(33419<?echo $count?>,'313A')"/>
+			</div>
+			</div>
+		
+	</body>
+</html>

+ 51 - 0
file/htdocs/htdocs/button/313A.php

@@ -0,0 +1,51 @@
+<?
+session_start();
+echo "<meta charset=utf8>";
+if ($_SESSION['id'] == '' || $_SESSION['id'] == NULL){
+    echo '您尚未登入';
+    exit;
+}
+
+include("connect.php");
+$userid = $_SESSION['name'];
+$sql    = "SELECT User_ID,p314A FROM coursepagecount WHERE User_ID = '".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+$row    = mysql_fetch_array($result);
+$num    = $row[1]+1;
+if($num<10){
+	$count = "0".(string)($num);
+}
+else{ 
+	$count = "".(string)($num);
+}
+
+$sql ="UPDATE coursepagecount SET p314A = '".$num."' WHERE User_ID='".$userid."'";
+$result = mysql_query($sql) or die('MySQL query error');
+mysql_close($link);
+?>
+
+<! DOCTYPE HTML>
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Exam</title>
+		<link rel="stylesheet" type="text/css" media="all" href="style.css" />
+		<script src="function.js"></script>
+		<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+		<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
+		<script src="jquery.ui.touch-punch.min.js"></script>
+		<script type="text/javascript">
+		saveRecord("33421<?echo $count?>");
+		</script>
+		<style type="text/css"></style>
+	</head>
+	<body>
+		<div class="contentDiv">
+			<div class="defaultPage" id="contentDiv">
+				<img class="defaultPic" id="contentPic" src="image/314a.jpg"/>
+				<img class="defaultBtn" id="buttonPrev" src="image/prevButton.jpg" onclick="nextPage(33429<?echo $count?>,313)"/>
+				<img class="defaultBtn" id="buttonNext" src="image/nextButton.jpg" onclick="nextPage(33429<?echo $count?>,400)"/>
+			</div>
+		</div>
+	</body>
+</html>

部分文件因为文件数量过多而无法显示