cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Adobe Document Service

Former Member
0 Kudos

Hi All,

Can Adobe Document Services be called from other than webdynpro project.

Thanks,

Vishal.

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_meisl
Active Contributor
0 Kudos

Hi Vishal,

yes, it can. From your code, you can call the 'PDF Object' (both in the ABAP and the Java world, there is one for each) directly to execute the appropriate actions on the PDF form.

However, Web Dynpro provides a number of capabilities 'out of the box' (I hate this expression...), for example, the return of data entered into a form to the system via the WD context.

There is a Web Dynpro Java tutorial explaining how to work directly with the PDF Object: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3547e8cd-0401...

WD Java tutorial page: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de1...

Kind regards,

Markus Meisl

SAP NetWeaver Product Management

Former Member
0 Kudos

Hi Markus,

well i need to access the pdf object basically the Adobe Document Services from a stand alone java application using web services

I just want to know is it possible

Are there any documents available on this.

Kindly help me with this as its really urgent.

Hoping to hear from you soon,

Thanks in advance,

Vishal

markus_meisl
Active Contributor
0 Kudos

Hi Vishal

yes, you can do what you would like to do with standard Java procedures. As they are standard Java procedures, they are not documented anywhere with a specific reference to Interactive Forms.

The PDFObject is a documented Java method you can call from your Java code, and thus tell the ADS what you want to do with the PDF.

The JavaDoc for the PDFObject is in the documentation of the Developer Studio and in SDN on the JavaDoc page. It is a Web Dynpro method.

https://media.sdn.sap.com/javadocs/NW04/SP9/webdynpro/com/sap/tc/webdynpro/pdfobject/api/package-sum...

Regards,

Markus

Former Member
0 Kudos

Hi Markus,

I have used this in the web dynpro application and its working absolutely fine.

I would like to know the actual steps how to access a web service from a stand alone java application

I have got the wsdl file but what do with it now.

Thanking You,

Vishal.