cancel
Showing results for 
Search instead for 
Did you mean: 

Java Proxy

Former Member
0 Kudos

I have to send a PDF Attachment to my supplier. For this I have to create a JAVA proxy. But not clear what exactly I need to develop. I have gone thru various blogs but still unable to understand. Would you please help me with the exact steps involved.

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Look into this might help you

/people/thomas.jung3/blog/2004/09/09/receiving-e-mail-and-processing-it-with-abap--version-610-and-higher

Regards

Agasthuri Doss

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Mohini,

1. why do you need a java proxy?

you can send attachment via file adapter, mail

adapter (in the attachment) soap etc.

no proxies necessary with those

2. if you want to use a java proxy you need

to create a java program that will

receive an XI message (from XI) and will have to send

it somehow (via file, SOAP, mail etc)

so you need to think why you want

a java proxy first

3. if you really need java proxy read this article:

http://sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b20...

https://sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb890...

Regards,

michal

Former Member
0 Kudos

Thanks Michal. Our supplier want to receive the PDF in a specified URL. So I have to use only HTTP and not a SOAP adapter if my understanding is not wrong. As Soap adapter will work only with WEBSERVICE and not with an URL.

My supplier can't receive the PDF attachments over the File adapter or thru a mail adapter.

So the only option I have right now is writing a Java Proxy from XI to my supplier URL and calling the Supplier URL from my Proxy with the PDF.

Thank you again.

former_member192798
Active Contributor
0 Kudos

Hi Mohini,

Have a look at these blogs which explain step by step JAVA proxy scenario:-

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

Regards.

Praveen