Hi,
for some reason, I need to use in one process webservice invokation for PDF generation (as the PDF generation service is on different server)
And my knowledge of SOAP envelopes is minimal. I can not figure out how to pass the document type variable to the webservice and to obtain converted document to PDF as document variable type again.
Any hints would be highly appreciated and if you manage to post SOAP request with the process variable that refers to the input document, that would be awsome.
Thanks and sorry for bothering
J
Solved! Go to Solution.
Views
Replies
Total Likes
Give this a read and let us know if you still have questions:
http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/000275.html
Jasmin
Views
Replies
Total Likes
Give this a read and let us know if you still have questions:
http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/000275.html
Jasmin
Views
Replies
Total Likes
Hi,
I belive this information can help you.
Assembler
http://localhost:8080/soap/services/AssemblerService?wsdl
Back and Restore
http://localhost:8080/soap/services/BackupService?wsdl
Barcoded Forms
http://localhost:8080/soap/services/BarcodedFormsService?wsdl
Convert PDF
http://localhost:8080/soap/services/ConvertPDFService?wsdl
Distiller
http://localhost:8080/soap/services/DistillerService?wsdl
DocConverter
http://localhost:8080/soap/services/DocConverterService?WSDL
Encryption
http://localhost:8080/soap/services/EncryptionService?wsdl
Forms
http://localhost:8080/soap/services/FormsService?wsdl
Form Data Integration
http://localhost:8080/soap/services/FormDataIntegration?wsdl
Generate PDF
http://localhost:8080/soap/services/GeneratePDFService?wsdl
Generate 3D PDF
http://localhost:8080/soap/services/Generate3dPDFService?WSDL
Output
http://localhost:8080/soap/services/OutputService?wsdl
PDF Utilities
http://localhost:8080/soap/services/PDFUtilityService?wsdl
Reader Extensions
http://localhost:8080/soap/services/ReaderExtensionsService?wsdl
Repository
http://localhost:8080/soap/services/RepositoryService?wsdl
Rights Management
http://localhost:8080/soap/services/RightsManagementService?wsdl
Signature
http://localhost:8080/soap/services/SignatureService?wsdl
XMP Utilities
http://localhost:8080/soap/services/XMPUtilityService?wsdl
Bye.
Views
Replies
Total Likes
Thank you guys.
Jasmin, your afterpost help was very helpfull. It is working fine now.
Problem was that I had to pass a filename in a separate variable to complete the invocation (conversion) process and I was struggling with attachment at the begining too.
Thanks again
J.
Views
Replies
Total Likes
Hi-
I'm calling GeneratePDF method using WSDL. I have no issues for createPDF().
But i'm getting invocation error while calling createPDF_Dispose(jobId), after job completion.
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
faultActor:
Any help would be greately appriciated
Thanks,
Anand
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies