Class XmlManager
The XmlManager provides some xml-methods
public static
xml-string
|
#
arrayToSpsXml( array[num][assoc] $result )
Method convert an array to a response xml for the sps service <place id ="4711" parentID=%0815"/> |
public static
xml-string
|
#
arrayToPisXml( array[num][assoc] $result )
Method convert an array to a response xml for the pis service like <place id ="4711"> <placeInformation placeInformationName = "key">Value</placeinformation> </place> |
public static
xml-string
|
#
arrayToPssXml( array[num][assoc] $result )
Method convert an array to a response xml for the pss service <place id ="4711"> <placeService placeServiceName = "key"> <sap>sapValue</sap> <request>reqVaule</request> </placeService> </place> |