Componentes.Terceros.RemObj.../internal/5.0.35.741/1/RemObjects SDK for Delphi/Samples/MegaDemo/MegaDemoISAPIMain.dfm
2009-02-28 17:16:16 +00:00

105 lines
2.3 KiB
Plaintext

object MegaDemoISAPIMainForm: TMegaDemoISAPIMainForm
OldCreateOrder = False
Actions = <>
Left = 38
Top = 65533
Height = 305
Width = 271
object WebBrokerServer: TROWebBrokerServer
Active = True
Dispatchers = <
item
Name = 'ROSOAPMessage'
Message = ROSOAPMessage
Enabled = True
PathInfo = '/SOAP'
end
item
Name = 'ROBINMessage'
Message = ROBINMessage
Enabled = True
PathInfo = '/BIN'
end
item
Name = 'ROPostMessage'
Message = ROPostMessage
Enabled = True
PathInfo = '/POST'
end
item
Name = 'ROXmlRpcMessage'
Message = ROXmlRpcMessage
Enabled = True
PathInfo = '/XMLRPC'
end
item
Name = 'ROServerMultiMessage'
Message = ROServerMultiMessage
Enabled = True
PathInfo = '/'
end>
Left = 48
Top = 8
end
object ROAESEncryptionEnvelope: TROAESEncryptionEnvelope
EnvelopeMarker = 'AES'
Password = 'All work and no play makes Jack a dull boy.'
Left = 40
Top = 120
end
object ROServerMultiMessage: TROServerMultiMessage
Envelopes = <
item
Envelope = ROAESEncryptionEnvelope
end>
SupportedMessages = <
item
Message = ROBINMessage
end
item
Message = ROSOAPMessage
end
item
Message = ROPostMessage
end
item
Message = ROXmlRpcMessage
end>
Left = 43
Top = 73
end
object ROPostMessage: TROPostMessage
Envelopes = <
item
Envelope = ROAESEncryptionEnvelope
end>
Left = 71
Top = 73
end
object ROBINMessage: TROBinMessage
Envelopes = <
item
Envelope = ROAESEncryptionEnvelope
end>
Left = 99
Top = 73
end
object ROSOAPMessage: TROSOAPMessage
Envelopes = <
item
Envelope = ROAESEncryptionEnvelope
end>
SerializationOptions = [xsoWriteMultiRefArray, xsoWriteMultiRefObject]
Left = 128
Top = 73
end
object ROXmlRpcMessage: TROXmlRpcMessage
Envelopes = <
item
Envelope = ROAESEncryptionEnvelope
end>
Left = 157
Top = 73
end
end