Uniface Sample: Web Service Call-in and Call-out - dont work
Author: osieman@gmail.com (osie_osie)
Hi All
v9.4
I seem to have a problem with the web service sample (Call-in and Call-out) provided by uniface in the samples directory.
After completing all the tasks in the readme doc... I finally want to test the call-out part.
So, to reiterate:-
I have a call-in service which I can test via :
http://localhost:8080/uniface/services/productdlw?wsdl
I create another idf environment imported the wsdl and created an frm which calls the above service.
Problem:
The activate statement produces no errors ($status= 0 , $result = 0, $procerror = 0)
activate "productservice".add_item(THE_NAME,THE_PRICE,MESS.M)
If I activate the below statement ($status = -4)
activate "productservice"."GET_ITEM_LIST"( "SALESITEMSTYPE" )
It sees the service as there is no -50 error ... however something is missing..
Any ideas?
Thanks
Osie