<?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: Web Service Not Returning Same Results As Remote Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-not-returning-same-results-as-remote-function-module/m-p/2426526#M542077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are the unit tests implemented as ABAP Units?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 14:31:45 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-06-29T14:31:45Z</dc:date>
    <item>
      <title>Web Service Not Returning Same Results As Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-not-returning-same-results-as-remote-function-module/m-p/2426522#M542073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Web Service which calls a Remote-enabled Function Module. When I test the Web Service from wsadmin transaction I do not get the same results as when I execute the remote-enabled function module from se80. I used the same username for the tests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would any of you have a suggestion as to why this could happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Philon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 14:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-not-returning-same-results-as-remote-function-module/m-p/2426522#M542073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T14:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service Not Returning Same Results As Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-not-returning-same-results-as-remote-function-module/m-p/2426523#M542074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean,  "not returning same results".  Do you mean that it is not returning anything?   What are you passing and what do you expect back?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 14:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-not-returning-same-results-as-remote-function-module/m-p/2426523#M542074</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-06-29T14:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service Not Returning Same Results As Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-not-returning-same-results-as-remote-function-module/m-p/2426524#M542075</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 it is due to the format of the parameters that you fill in in the browser when you test the webservice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to know the right format, check out the WSDL of the webservice. It's a guess, but it might help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rolf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 14:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-not-returning-same-results-as-remote-function-module/m-p/2426524#M542075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T14:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service Not Returning Same Results As Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-not-returning-same-results-as-remote-function-module/m-p/2426525#M542076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No. In fact what happens is that in the se80 case, it returns 29 lines of results and in the wsadmin case it returns 25 lines of results. The web service/function module actually executes unit tests remotely by doing an RFC from the development system to the test system (where the unit tests are executed). In the se80 case, for one object, the unit tests execute correctly. In the wsadmin, the unit tests for that object don't execute hence returning less lines of result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both cases, the users used to log in the web service or se80 are the same and the users for the RFC are the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your insight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Philon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 14:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-not-returning-same-results-as-remote-function-module/m-p/2426525#M542076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T14:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service Not Returning Same Results As Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-not-returning-same-results-as-remote-function-module/m-p/2426526#M542077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are the unit tests implemented as ABAP Units?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 14:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-not-returning-same-results-as-remote-function-module/m-p/2426526#M542077</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-06-29T14:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service Not Returning Same Results As Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-not-returning-same-results-as-remote-function-module/m-p/2426527#M542078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are local classes implemented as ABAP Unit. Why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Philon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 16:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-not-returning-same-results-as-remote-function-module/m-p/2426527#M542078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T16:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service Not Returning Same Results As Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-not-returning-same-results-as-remote-function-module/m-p/2426528#M542079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are some things that may prevent the ABAP unit from executing on a particular system.  You mentioned that the WS is over a funciton module which inside this FM, you are doing another RFC to another server, which this FM has some class which has some ABAP unit within.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you are sure that this remote system has the correct config to allow the ABAP unit to run?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 16:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-not-returning-same-results-as-remote-function-module/m-p/2426528#M542079</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-06-29T16:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service Not Returning Same Results As Remote Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-not-returning-same-results-as-remote-function-module/m-p/2426529#M542080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I am sure, since it both se80 and wsadmin execution call the same RFC destination which has a user which can execute unit tests. They both execute but just return different results for a given object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Philon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 17:05:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-not-returning-same-results-as-remote-function-module/m-p/2426529#M542080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T17:05:15Z</dc:date>
    </item>
  </channel>
</rss>

