Link to home
Start Free TrialLog in
Avatar of resourcesys
resourcesys

asked on

Example ASP.NET web service for Adobe LiveCycle

Hi all,

I need a simple web service that runs on .NET 4.0

The service should return an object called Person which has 3 properties, ID (integer), Name (String), DateOfBirth (Date).

I need to consume the web service in Adobe Live cycle Designer ES 8.2, and the resulting .PDF form needs to load the properties of the object from the service in Adobe Acrobat Pro 9.4

I have tried to do this myself and failed, I have also been unable to find any examples of how to accomplish this.

If anyone can help I would be most grateful.

Thanks.

resourcesys
ASKER CERTIFIED SOLUTION
Avatar of resourcesys
resourcesys

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of resourcesys
resourcesys

ASKER

Issue solved (essentially).