Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

StealthH4cker
StealthH4cker
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts

Posts
7

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by StealthH4cker
Customize the badges you want to showcase on your profile
Re: Custom PHP Script to Post to Reader Extender - Adobe LiveCycle 06-09-2012
I have ended up building a Java application to perform the SOAP call which the PHP script executes. The SOAP service did not like that I was sending a bunch of arrays. It was expecting the Java objects in the request.

Views

444

Likes

0

Replies

0
Re: Custom PHP Script to Post to Reader Extender - Adobe LiveCycle 05-09-2012
After more searching I found where the errors were being logged.2012-09-04 13:24:40,292 INFO [org.apache.axis.EXCEPTIONS] (http-0.0.0.0-8080-5) AxisFault:AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.lang.NullPointerException faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace:java.lang.NullPointerException at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1180) at java.util.ResourceBundle....

Views

333

Likes

0

Replies

0
Re: Custom PHP Script to Post to Reader Extender - Adobe LiveCycle 04-09-2012
I obtained to the Sample Reader Extension Credential and ensure that Reader Extensions was check when importing it into LiveCycle.I am able to Reader Extend documents with the Web UI tool at http://hostname:port/ReaderExtensions.Below is my code that has the error.//Show error reportingerror_reporting(E_ALL ^ E_NOTICE);ini_set('display_errors', '1');//Instantiate SoapCLient$client = new SoapClient("http://xxx.xxx.xxx.xxx:8080/soap/services/ReaderExtensionsService?wsdl&lc_version=10.0.0");//Get t...

Views

335

Likes

0

Replies

0
Re: Custom PHP Script to Post to Reader Extender - Adobe LiveCycle 04-09-2012
I found a log file here:C:\Adobe\ADEP\Document Services 10.0\jboss\server\aep_turnkey\logContents (1 line):2012-09-03 04:00:00,037 INFO [com.adobe.idp.um.scheduler.AutoCreateDynamicGroupJob] (SimpleThreadPoolWorker-2) AutoCreation Not Enabled

Views

336

Likes

0

Replies

0
Re: Custom PHP Script to Post to Reader Extender - Adobe LiveCycle 04-09-2012
What is the location of the log files you are looking for. The reader extensions server is using "Document Services 10.0" on Windows 2008.

Views

334

Likes

0

Replies

0
Re: Custom PHP Script to Post to Reader Extender - Adobe LiveCycle 04-09-2012
Thank you. I am further along in the project now. I have written a simple php script to test some SOAP calls.I had no issue calling "getDocumentUsageRights". I got the usage rights returned to be in an array object. However, when I call "applyUsageRights" I am receiveing an error.Fatal error: Uncaught SoapFault exception: [soapenv:Server.userException] java.lang.NullPointerException in /path/to/file/test.php:40 Stack trace: #0 [internal function]: SoapClient->__call('applyUsageRight...', Array) ...

Views

334

Likes

0

Replies

0
Custom PHP Script to Post to Reader Extender - Adobe LiveCycle 23-08-2012
Hello all,What APIs are available to post data using an HTTP request to the reader extensions server and then have a response back of the PDF that is extended? Is there any documentation?

Views

5.4K

Likes

0

Replies

9