cancel
Showing results for 
Search instead for 
Did you mean: 

Hi How to start java proxies?

Former Member
0 Kudos

Hi

I am referring Sudhir Porumamilla's scenario:

JSP<->SAPXI<->Database.

I am not clear where to start, What to be given in SLD( Business system,Technical system...) for proxy client and server as well. Bcoz these are key issues when it comes to develop Sender, Receiver and Interface determinations..

and receiver communication channel(JDBC adapter). I need step-by-sep procedure for that!

Thanks for all helpful answers in advance1

Accepted Solutions (0)

Answers (3)

Answers (3)

stefan_grube
Active Contributor
0 Kudos

<b>Technical System:</b>

As the Java proxy runtime require an adapter framework, you should have entries automatically in your SLD.

Choose technical system type <b>Web AS Java</b> and check for your system. If your system is not avaibla, just add it.

Add the Products where your interfaces belong to that system.

<b>

Business System:</b>

Create a new Business System of type <b>Web AS Java</b> and refer to the technical system above.

Regards

Stefan

Former Member
0 Kudos

Hi Stefan!

Thanks for all the inputs!

What to be given in SLD for java clent proxy and for

Java Server Proxy?

Thanks

stefan_grube
Active Contributor
0 Kudos

Could you specify, what in my explanation is unclear to you? Have you already checked in your SLD if this steps can be performed?

Regards

Stefan

Former Member
0 Kudos

The better u follow the same Blog

Former Member
0 Kudos

Hi

few links for java proxies

/people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy

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

Check these links also,

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

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

regards

jithesh

Former Member
0 Kudos

Hi Jitesh!

Thanks but these are not working...i mean iam getting "Page cannot be found" When iclick on these links:

/people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy

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

i amreferring these links only..

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

and

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

I am not clear what to give in SLD. What to give for client proxy and server proxy in SLD.

Thanks

stefan_grube
Active Contributor
0 Kudos

http://service.sap.com/nw-howtoguides

-> Exchange Infrastructure

-> How To Work with XI 3.0 Java Proxies

Regards

Stefan

Former Member
0 Kudos

Hi Stefan!

Thanks for your post but i dont have SAP service market place username and pasword.

Can you specify another alternative.

Thanks

Former Member
0 Kudos

Hi Stefan!

Thanks for your prompt reply. I dont have that SAP service market place username and password.

How to get the http://service.sap.com/howtoguides

Hoping a helpful answer.

Thanks

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

You need to have a Market Place user id and password to access the howto guides. Am not sure there is an altrenative to that.

Regards,

bhavesh

Former Member
0 Kudos

Hi Bhavesh!

can you tell me regarding my scenario, how to begin with java proxies....what to be given in SLD(Technical and Business systems,...).

All helpful answers will be highly appreciated

Thanks

bhavesh_kantilal
Active Contributor
0 Kudos

Datta,

have not had the opportunity to work on Java Proxies. Suggest go through tese documents and see if they help you in any way,

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

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

Regards,

Bhavesh

Former Member
0 Kudos

To begin with your scenario :

1.

This is from SAP note #809420

You need an entry in the "Technical Landscape", specifically a "Technical System" of the type "Web AS Java". A frequent name selected is "<SystemId> on <host>", or "XYZ on host123", for example.

an entry in the "Business Landscape", that is, a "Business System", that is associated with the above Technical System of the type Web AS Java and with an XI Integration Server. You can choose any name for the business system.

2. You need a EJB client program which sends data to the Proxy . I guess the code is there in Sudhir's blog. You even get the the 2 pdfs on that i.e. Inside story of Java proxies on SDN itself & not on Marketplace.

Former Member
0 Kudos

Is Java Proxy your requirement?

You could fulfill your scenario JSP->XI->JDBC with HTTP or SOAP Sender adapter. In JSP or Servlet you just perform POST HTTP call and pass your XML as body.

It is simpler to start.

stefan_grube
Active Contributor
0 Kudos

You should register for service marketplace:

https://websmp106.sap-ag.de/~sapidp/002006825000100141192000E/

Regards

Stefan

Former Member
0 Kudos

Hi Bhavesh!

I referring these links only.

I need clear information like...for example if scenario is file-xi-file.

we build to business systems in SLD, we give proper data types, Message types,messgae interfaces,Interface mappings and Message mappings. These are the things that we give normally in any scenario....but these information is skipped in links provided.

How to start, Iam confused with the entire scenario that the 2 pdfs talks about.

Please help me

Thanks