Parameters sent from Uniface to Web service not seen
Author: tatiana@ca.ibm.com (tandron)
Hi,
This is our first test with web services and we use U9.3.02, SOP U2.0. We have a web service running on a Windows machine and we successfully imported the WSDL from this service, adjusted parms properties in datamodel, compiled the newly generated model, etc. Signature created OK. In a test form, we call this service but none of the parameters is seen. We get error -150, activation error. Not sure what is wrong, the call is syntactically correct and there are no communication issues. We are unable to see the XML generated but we suspect it's empty strings. What could be wrong, are we missing anything in the setup?
Logic is something like this, we pass four parms as fields in an occurence and expect back a string:
variables
String vStatus
endvariables
PARM1.RETRIEVEREQUEST = 11
PARM2.RETRIEVEREQUEST = "ABC"
PARM3.RETRIEVEREQUEST = "SSSS"
PARM4.RETRIEVEREQUEST = $date
activate "VWS".RETRIEVE("RETRIEVEREQUEST.HTTP_WS_TEST",vStatus)
Thanks,
Tatiana




