Web Services Adaptor

sachin4gl

New Member
hi maximoni,

thanks for your replies

i had deploy a service sucessfully the issue was with open edge explorer it is giving null pointer exception .
Then i used wsman commands to deploy enable web service .


now i am trying to return multiple records of table from my web service | i don't know much about it | can you give me some idea regarding this ?



regards,
Sachin Gaur
 
It is the same as you return temp-tables or datasets in progress 4gl.

DEFINE temp-table xxx
field
index.

DEFINE OUTPUT PARAMETER table for xxx.

Progress actually uses write-xml statement when send answer through web service.
 
Top