Initiating a Process Outside of Workspace


i have form going housed on corporate intranet.  want able submit form stand alone reader , have initiate long lived process passing in submitted form data.  process has required input xfaform variable.  i've tried doing writing servlet uses invocation api invoke service passing in document object contains submitted form. when following error:<br /><br />2007-09-19 07:49:07,437 info  [stdout] alc-dsc-119-000: com.adobe.idp.dsc.util.invalidcoercionexception: cannot coerce object: <document state="active" senderversion="3" persistent="false" senderpersistent="true" passivated="false" senderpassivated="true" deserialized="true" senderhostid="127.0.0.1/192.168.43.1/192.168.164.1/192.168.1.123/" callbackid="0" sendercallbackid="84725" callbackref="null" islocalizable="true" istransactionbound="false" defaultdisposaltimeout="600" disposaltimeout="600" maxinlinesize="65536" defaultmaxinlinesize="65536" inlinesize="1309" contenttype="null" length="-1"><cacheid/><localbackendid/><globalbackendid/><senderlocalbackendid/><sendergl obalbackendid/><inline><?xml version="1.0" encoding="utf-8"?><br /><?xfa generator="xfa2_4" apiversion="2.6.7116.0"?><br /><xdp:xdp x...</inline><senderpullservantjndiname>adobe/idp/documentpullservant/adobejb_server1</se nderpullservantjndiname><attributes/></document> of type: com.adobe.idp.document type: class com.adobe.idp.taskmanager.form.impl.xfa.xfarepositoryforminstance<br /><br />so looks need form xfarepositoryforminstance variable. there easy way this?!  or going wrong?<br /><br />any appreciated.<br />bryan

you need make sure submit pdf. submit button can submit xdp, xml, pdf. can check properties of submit button on xdp.

once know submit, need make sure input variable matches submit.

in case looks submitting whole pdf servlet since coercing error trying put xfaform variable.

try make input variable of type "document" instead.

jasmin


More discussions in LiveCycle APIs


adobe

Comments