/**
* Class which returns the class map definition
* @package
*/
class ClassMap
{
/**
* Returns the mapping between the WSDL Structs and generated Structs' classes
* This array is sent to the \SoapClient when calling the WS
* @return string[]
*/
final public static function get()
{
return array(
'Dummy' => '\\StructType\\Dummy',
'DummyResponse' => '\\StructType\\DummyResponse',
'ElfogadohelyKafeteriaElemei' => '\\StructType\\ElfogadohelyKafeteriaElemei',
'ElfogadohelyKafeteriaElemeiResponse' => '\\StructType\\ElfogadohelyKafeteriaElemeiResponse',
'ElorefizetesiIgenyLeadasa' => '\\StructType\\ElorefizetesiIgenyLeadasa',
'ElorefizetesiIgenyLeadasaResponse' => '\\StructType\\ElorefizetesiIgenyLeadasaResponse',
'EngedelykeresElfogadohely' => '\\StructType\\EngedelykeresElfogadohely',
'EngedelykeresElfogadohelyResponse' => '\\StructType\\EngedelykeresElfogadohelyResponse',
'EngedelykeresElfogadohelyEgy' => '\\StructType\\EngedelykeresElfogadohelyEgy',
'EngedelykeresElfogadohelyEgyResponse' => '\\StructType\\EngedelykeresElfogadohelyEgyResponse',
'EngedelykeresElfogadohelyWebshop' => '\\StructType\\EngedelykeresElfogadohelyWebshop',
'EngedelykeresElfogadohelyWebshopResponse' => '\\StructType\\EngedelykeresElfogadohelyWebshopResponse',
'EngedelykeresElfogadohelyWebshopEgy' => '\\StructType\\EngedelykeresElfogadohelyWebshopEgy',
'EngedelykeresElfogadohelyWebshopEgyResponse' => '\\StructType\\EngedelykeresElfogadohelyWebshopEgyResponse',
'Sztorno' => '\\StructType\\Sztorno',
'SztornoResponse' => '\\StructType\\SztornoResponse',
'TranzakcioAdatok' => '\\StructType\\TranzakcioAdatok',
'TranzakcioAdatokResponse' => '\\StructType\\TranzakcioAdatokResponse',
'TranzakcioAdatokEgy' => '\\StructType\\TranzakcioAdatokEgy',
'TranzakcioAdatokEgyResponse' => '\\StructType\\TranzakcioAdatokEgyResponse',
'ArrayOfstring' => '\\ArrayType\\ArrayOfstring',
'ArrayOfKeyValueOfstringint' => '\\ArrayType\\ArrayOfKeyValueOfstringint',
'KeyValueOfstringint' => '\\StructType\\KeyValueOfstringint',
'ArrayOfKeyValueOfKeyValuePairOfstringintKeyValuePairOfstringKeyValuePairOfstringstringtwCi8m_S7wAe_SQn3R' => '\\ArrayType\\ArrayOfKeyValueOfKeyValuePairOfstringintKeyValuePairOfstringKeyValuePairOfstringstringtwCi8m_S7wAe_SQn3R',
'KeyValueOfKeyValuePairOfstringintKeyValuePairOfstringKeyValuePairOfstringstringtwCi8m_S7wAe_SQn3R' => '\\StructType\\KeyValueOfKeyValuePairOfstringintKeyValuePairOfstringKeyValuePairOfstringstringtwCi8m_S7wAe_SQn3R',
'KeyValuePairOfstringint' => '\\StructType\\KeyValuePairOfstringint',
'KeyValuePairOfstringKeyValuePairOfstringstringtwCi8m_S7' => '\\StructType\\KeyValuePairOfstringKeyValuePairOfstringstringtwCi8m_S7',
'KeyValuePairOfstringstring' => '\\StructType\\KeyValuePairOfstringstring',
);
}
}
Don't be shy, don't hesitate to contact us for any subject, we'll be glad to help.
This platform is provided to give developpers and non developpers a way to easily consume SOAP Web Services or share their own SOAP Web Services with extra features powered by the platform.
© 2025 Providr.IO