SK SKYVVA Documentation

4. Bug Fixed

Fixed Agent Rest Adapter

There are three options to set the URL Parameter of the Rest template such as Apex code, mapping, and adapter. However, we got the error while the URL Parameter is not able to retrieve the value from apex code and mapping. This issue has been fixed.

Cannot create the new repository and message type

Not support an array in the Request JSON payload of Rest Adapter

There is an error that occurred while the JSON payload contains an array[]. For example: [aux_code language="javascript" theme="tomorrow" title="" extra_classes=""] [ { "Id":"string", "Name":"string", "BillingCity":"string", "BillingCountry":"string", "BillingCountryCode":"string", "BillingPostalCode":"string", "BillingStreet":"string", "OrganizationId":"string", "OrganizationName":"string" } ]

[/aux_code] We fixed it by adding “IsArray” inside the REST adapter. If the users select checkbox IsAarray, it will support the JSON Payload example above.

Missing minimum occurrence in generating MetaData

There is an error that occurred while generating WSDL 1.1 and XSD metadata as the old way is missing minimum occurrence which is cause problem in SAP PI. We have an additional minOccurs=”0″ attribute on those elements () and (). This issue has been fixed.

Open this article in the interactive viewer →