<?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>topic Re: Creating Java code for the function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-java-code-for-the-function-module/m-p/7599430#M1568171</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;You can integrate axis2 in eclipse. I think you have to find the plugin for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that you can let axis generate the jave code (stubs and proxies) for your web service via the wsdl file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Feb 2011 13:29:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-03T13:29:39Z</dc:date>
    <item>
      <title>Creating Java code for the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-java-code-for-the-function-module/m-p/7599426#M1568167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colleagues,&lt;/P&gt;&lt;P&gt;I have a fuction module in ABAP system. Now I want to Generate java code for the FM.&lt;/P&gt;&lt;P&gt;I cam to know that we can achive that using AXIS, By getting the XML file for the fuction module and generate Java &lt;/P&gt;&lt;P&gt;Class file using that XML file.&lt;/P&gt;&lt;P&gt;Can any one tell me how to achive it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or any other way to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide you valid suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sathya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 12:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-java-code-for-the-function-module/m-p/7599426#M1568167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-31T12:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Java code for the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-java-code-for-the-function-module/m-p/7599427#M1568168</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;Do you mean you want to call this function module in SAP by an external program ? AXIS can be used to create Java code to call a webservice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 14:05:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-java-code-for-the-function-module/m-p/7599427#M1568168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-31T14:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Java code for the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-java-code-for-the-function-module/m-p/7599428#M1568169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have generated the WSDL file for the ABAP function module. now I want to create Java code for that.&lt;/P&gt;&lt;P&gt;Do we need to integrate AXIS to Eclipse to do this? If so is there any document available for it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sathya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SathyaSekar K on Feb 1, 2011 5:45 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 04:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-java-code-for-the-function-module/m-p/7599428#M1568169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-01T04:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Java code for the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-java-code-for-the-function-module/m-p/7599429#M1568170</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;Maybe you'll find examples in Axis developer's guide :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://axis.apache.org/axis/java/developers-guide.html" target="test_blank"&gt;http://axis.apache.org/axis/java/developers-guide.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 09:05:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-java-code-for-the-function-module/m-p/7599429#M1568170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-03T09:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Java code for the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-java-code-for-the-function-module/m-p/7599430#M1568171</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;You can integrate axis2 in eclipse. I think you have to find the plugin for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that you can let axis generate the jave code (stubs and proxies) for your web service via the wsdl file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 13:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-java-code-for-the-function-module/m-p/7599430#M1568171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-03T13:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Java code for the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-java-code-for-the-function-module/m-p/7599431#M1568172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt; thanks for your relpy. At last I managed to get java code. I am using axis 1.3. I installed the plug in and ran the foloowing command in DOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;java -cp %AXISCLASSPATH% org.apache.axis.wsdl.WSDL2Java -o  MyWSDL.wsdl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sathya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 04:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-java-code-for-the-function-module/m-p/7599431#M1568172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-04T04:33:45Z</dc:date>
    </item>
  </channel>
</rss>

