Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

Web Service Request Collection/Complex Objects doesn't work

Avatar

Former Community Member
I am unable to call a .net web service using Adobe LiveCycle Designer 8.0. My test web service accepts either a complex object or a collection of the same object.



EX)

[WebMethod]

public string CostChange(CostChangeNotificationItem change1, CostChangeNotificationItem change2)

{

return "Success";

}

[WebMethod]

public string CostChangeColl(CostChangeNotificationCol changes)

{

return "Success";

}



I can successfullly create the connection to the web service. When i drag and drop the connection request/button/and response onto the designer i can call the web service successfully.



However you never see the request objects on the form unless you change the subforms to flowed and the min and initial count of the object to 1. When this is done the web service never gets called. You can click the button until you are blue in the face with no successful call.
0 Replies