ABL client to access web service

Posted by dnessapkota10 on 19-Apr-2012 07:10

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

All Replies

Posted by Jens Dahlin on 23-Apr-2012 08:30

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.

Posted by dnessapkota10 on 24-Apr-2012 06:39

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

This thread is closed