[progress Communities] [progress Openedge Abl] Forum Post: Problem With Webservice - Longchar

  • Thread starter Thread starter rgromadk
  • Start date Start date
Status
Not open for further replies.
R

rgromadk

Guest
Hi, We have the following issue when getting data from web service. The simplified data structure is described below: 2017-03-06T05:46:19.327Z 4 XYZ STXYZ 4 Order 4.0.106 9 EM Jakis kontakt Booking 03691 Direct 1 2 PP TTT WAW 1 12 CH1 The data we receive with Order.p procedure that we tested with different types of parameters. Example 1. DEFINE INPUT PARAMETER ApplicationArea AS LONGCHAR. DEFINE INPUT PARAMETER DataArea AS LONGCHAR. There are no error messages from web service, however there is no data in both input params. Example 2. DEFINE INPUT PARAMETER ApplicationArea AS LONGCHAR. DEFINE INPUT PARAMETER DATASET-HANDLE DataArea. In case there is an attribute in tag, the below error message appears (only attribute xmlns:ns0=" http://www.abc.com/v4/ abc" is allowed): An error was detected in the Web Service request. (10894) Error in SOAP parameter: NULL (10914) Without atributtes in order tag, we observed that: In ApplictationArea is no data. In DataArea is whole structure with data. Example 3. DEFINE INPUT PARAMETER DATASET-HANDLE ApplicationArea. DEFINE INPUT PARAMETER DATASET-HANDLE DataArea. There is error message as the data structure is nested for ApplicationArea and the same element name . Example 4. There is no issue when both params are sent as CDATA, however thus solution is not satisfactry for us. Could you please help us resolve this issue? Why in some cases the input parameters are empty? We tested our webservice from SoapUI. Kind regards, Rafal

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