I am trying to test a web service with complex types and get the following messages in debug:
WAITING FOR CALLBACK (ERROR 250)
then WAITING FOR CALLBACK (ERROR 2)
Are complex types supported?
Ideas?
Ray
I am trying to test a web service with complex types and get the following messages in debug:
WAITING FOR CALLBACK (ERROR 250)
then WAITING FOR CALLBACK (ERROR 2)
Are complex types supported?
Ideas?
Ray
Hi RayP,
PerfectForms can deal with simple and complex types when passing data into a web service. One thing you must be careful of is that when a boolean type is present as an input parameter, you must provide it with a true/false value and not just leave it empty. Also, perfectforms does not yet check (as of 1.11) for required parameters.
Ray