<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Java Proxy Server in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/java-proxy-server/qaa-p/8071496#M2879895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;I dont see anywhere thirdparty class or java in our NWDS or SAP PI.&lt;/P&gt;&lt;P&gt;Basically this what happens, you need to create request target data structure and generate java proxy objects on the inbound interface and provide them to java application team. They will work on your proxies to process data in java application side. As PI guy, you just need to create data structure and provide proxies to  them.  Also you will use java type business system in the configuration. Rest are all same.  Dont be panic. Still if you have doubt, elaborate still more questions. First try to understand the data flow via pi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow this [link|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/1922] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;. That is good enough.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Jul 2011 16:39:38 GMT</pubDate>
    <dc:creator>baskar_gopalakrishnan2</dc:creator>
    <dc:date>2011-07-17T16:39:38Z</dc:date>
    <item>
      <title>Java Proxy Server</title>
      <link>https://community.sap.com/t5/technology-q-a/java-proxy-server/qaq-p/8071493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt; So sorry to ask many question and some basic questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File -&amp;gt;XI -&amp;gt;Java....XI -&amp;gt; Java i am using Java Proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the Java Proxy, my java programmer is doing the code. My question -&amp;gt; during we pass the value from SAP PI to Java Application via Java Proxy we need to call the thirdparty .class or .java at our NWDS right before we deploy. I dont see any where also the thirdparty .class or .java is been written in NWDS or SAP PI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont see anywhere thirdparty class or java in our NWDS or SAP PI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advanced experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;S.Saravannan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 08:57:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-proxy-server/qaq-p/8071493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-15T08:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Java Proxy Server</title>
      <link>https://community.sap.com/t5/technology-q-a/java-proxy-server/qaa-p/8071494#M2879893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PI will pass the data to Proxy via the proxy receiver data type created in PI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside the proxy you can access the data manipulate the data and pass it to the Java application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose you are passing  the data to java proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Proxy request:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Value&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Num1&amp;gt;3&amp;lt;/Num1&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Num2&amp;gt;6&amp;lt;/num2&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Value&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the java proxy you can access the data and using the java code you can add NUM1 and Num2 and retun the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Proxy Response&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Sum&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Value&amp;gt;9&amp;lt;/Value&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;sum&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for doing this summation you can call your third party java API also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose java API has sum method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then call in SUM(Num1,Num2)   then it will return sum value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 09:58:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-proxy-server/qaa-p/8071494#M2879893</guid>
      <dc:creator>former_member854360</dc:creator>
      <dc:date>2011-07-15T09:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Java Proxy Server</title>
      <link>https://community.sap.com/t5/technology-q-a/java-proxy-server/qaa-p/8071495#M2879894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have a look on this new web services java proxies:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/508bb504-87cf-2c10-2aaf-f3a5df75e651?quicklink=index&amp;amp;overridelayout=true" target="test_blank"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/508bb504-87cf-2c10-2aaf-f3a5df75e651?quicklink=index&amp;amp;overridelayout=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And if u want to generate java proxy from ESR , import ur xxx.zip files under NWDS and refer these links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d06315a6-e66e-2910-039c-ba8bbbd23702?overridelayout=true" target="test_blank"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d06315a6-e66e-2910-039c-ba8bbbd23702?overridelayout=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Changes in PI7.1 Java Proxy:&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/Java/Java" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/Java/Java&lt;/A&gt;&lt;EM&gt;Proxy&lt;/EM&gt;Changes&lt;EM&gt;in&lt;/EM&gt;PI&lt;EM&gt;7.1&lt;/EM&gt;from&lt;EM&gt;PI&lt;/EM&gt;7.0&lt;/P&gt;&lt;P&gt;Java server proxy&lt;/P&gt;&lt;P&gt;/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy&lt;/P&gt;&lt;P&gt;/people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy&lt;/P&gt;&lt;P&gt;Java client Proxy:&lt;/P&gt;&lt;P&gt;/people/yugapreetha.t/blog/2007/12/03/pre-requisites-for-client-java-proxies&lt;/P&gt;&lt;P&gt;Libraries for java proxy development:&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/XI/XI" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/XI/XI&lt;/A&gt;&lt;EM&gt;libraries&lt;/EM&gt;for+development&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 10:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-proxy-server/qaa-p/8071495#M2879894</guid>
      <dc:creator>former_member854360</dc:creator>
      <dc:date>2011-07-15T10:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Java Proxy Server</title>
      <link>https://community.sap.com/t5/technology-q-a/java-proxy-server/qaa-p/8071496#M2879895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;I dont see anywhere thirdparty class or java in our NWDS or SAP PI.&lt;/P&gt;&lt;P&gt;Basically this what happens, you need to create request target data structure and generate java proxy objects on the inbound interface and provide them to java application team. They will work on your proxies to process data in java application side. As PI guy, you just need to create data structure and provide proxies to  them.  Also you will use java type business system in the configuration. Rest are all same.  Dont be panic. Still if you have doubt, elaborate still more questions. First try to understand the data flow via pi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow this [link|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/1922] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;. That is good enough.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jul 2011 16:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-proxy-server/qaa-p/8071496#M2879895</guid>
      <dc:creator>baskar_gopalakrishnan2</dc:creator>
      <dc:date>2011-07-17T16:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Java Proxy Server</title>
      <link>https://community.sap.com/t5/technology-q-a/java-proxy-server/qaa-p/8071497#M2879896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mr Baskar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for you reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Also you will use java type business system in the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My process file -&amp;gt; SAP PI - JAVA system&lt;/P&gt;&lt;P&gt;My Java system is installed in separated server and i have defined at Third Party.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1996381"&gt;&lt;/A&gt;  One of the senior has adviced me to use third party.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i declare the Java system as third party, is it going to give any problem to my process?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 02:12:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-proxy-server/qaa-p/8071497#M2879896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-18T02:12:49Z</dc:date>
    </item>
  </channel>
</rss>

