cancel
Showing results for 
Search instead for 
Did you mean: 

Pass Adobe offline form to web service

Former Member
0 Kudos

Hello,

I've created a web service (from a function module) and an offline Adobe form which consumes the web service. I'm able to pass in all the data on my form using the request/response parameters.

I'm wondering if its possible to pass in the actual form itself to the web service. To clarify, when the user submits the form online, the Adobe form is bound to a context so I'm able to attach a copy of the form to an SAP document using GOS. However, in the offline scenario, although I have all the data from the form, I don't have a copy of the form itself. Is there anyway to bind the actual form to a request parameter on the web service?

I've done a search on the forums, but most of the threads seems to discuss passing the data on the form rather than the form itself.

Any help would be appreciated.

Thanks,

Gordon

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Gordon,

Take a look here. Looks like one possibility would be to send the xml data back. However, someone else in this thread may have had luck encoding the stream to base64.

[PDF Attachment to a Web Service|http://forums.adobe.com/message/2039661#2039661]

Edited by: Josh Dunlap on May 3, 2011 10:18 PM