Expand my Community achievements bar.

SOLVED

Invoking PDF conversion over WSDL

Avatar

Former Community Member

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

1 Accepted Solution

Avatar

Correct answer by
Level 10
4 Replies

Avatar

Correct answer by
Level 10

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

Avatar

Level 1

Avatar

Former Community Member

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.

Avatar

Level 1

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