H
Hansjoerg Posch
Hello!
I've got written a dummy webservices returning a coldfusion STRUCT element:
http://webservices.inbox.cc/test.cfc?WSDL
The function returnastruct is returning a simple coldfusion structure with
key/value paris.
In VisualBasic 2500 Express Edition the returned structure is always empty -
here is my code:
Dim a As New inbox()
Dim b As New Map
b = a.returnastruct()
MsgBox(b.GetType.FullName)
What could be the reason? How can I make these data types work in
coldfusion?
Other tests with f.e. Borland Delphi worked without any hassles.
Best regards,
Hansjoerg Posch
I've got written a dummy webservices returning a coldfusion STRUCT element:
http://webservices.inbox.cc/test.cfc?WSDL
The function returnastruct is returning a simple coldfusion structure with
key/value paris.
In VisualBasic 2500 Express Edition the returned structure is always empty -
here is my code:
Dim a As New inbox()
Dim b As New Map
b = a.returnastruct()
MsgBox(b.GetType.FullName)
What could be the reason? How can I make these data types work in
coldfusion?
Other tests with f.e. Borland Delphi worked without any hassles.
Best regards,
Hansjoerg Posch