[stackoverflow] [progress Openedge Abl] Progress - Get Full Response From Web Service

Status
Not open for further replies.
M

Maciej Świerczek

Guest
I have problem with geting full response from SOAP WS in Progress OpenEdge. "bprowsdldoc" app generated full call and output structure to DATASET, but in DATASET I have only last element of "document" type. Response looks like this:

<GetDocumentsResponse>
<documentsCount>3</documentsCount>
<document>
<content filename="file1.xml" mime="application/xml"> [base64] </content>
</document>
<document>
<content filename="file2.xml" mime="application/xml"> [base64] </content>
</document>
<document>
<content filename="file3.xml" mime="application/xml"> [base64] </content>
</document>
<documentsInfo>All done.</documentsInfo>



My goal is to get all "document" elemnts in output DATASET (count of 3 is only a sample) or get full response XML as LONGCHAR. Any help will be appreciated.

Continue reading...
 
Status
Not open for further replies.
Top