How can I access the web service form ABL while I have web service with output parameter having array (extent in progress)?
Normally we use the code like,
run <operation-name> in <handle> (input , output , output ).
But I am unable access the array as output.
Any solution?
Thanks,
Dinesh
Run the WSDL analyzer to see the syntax for your specific web service.
From the proenv prompt:
bprowsdldoc WSDLURL
That will create documentation in your present directory.
Hi Jens,
Thanks for your help. With the ABL client I can read the output in an array but while using some application like SOAP UI and also from the .Net client then it produces the output as all the data of first column and the displays the data of other columns serially. I need data to be displayed like row by row.
What could be the solution?
Thanks,
Dinesh