<?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: Enterprise Services Client in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enterprise-services-client/m-p/8247099#M1630690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked the settings for the user that the function module runs under?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Oct 2011 07:33:33 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2011-10-26T07:33:33Z</dc:date>
    <item>
      <title>Enterprise Services Client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enterprise-services-client/m-p/8247098#M1630689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm writing this post to see if anyone had this problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Web Service this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://myhost/sap/bc/soap/wsdl?services=Z_FUNCTION&amp;amp;sap-client=210" target="test_blank"&gt;http://myhost/sap/bc/soap/wsdl?services=Z_FUNCTION&amp;amp;sap-client=210&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if i have he 210 client it's working in 200, i know this because i wrote in my function module Z_FUNCTION this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data ls_tal type YFV13_LOG_WS.&lt;/P&gt;&lt;P&gt;ls_tal-date = sy-datum.&lt;/P&gt;&lt;P&gt;ls_tal-uzeit = sy-uzeit.&lt;/P&gt;&lt;P&gt;ls_tal-value1 = sy-mandt.&lt;/P&gt;&lt;P&gt;ls_tal-value2 = iv_kunnr.&lt;/P&gt;&lt;P&gt;insert YFV13_LOG_WS from ls_tal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it records 200 as Mandant(sy-mandt), is there something i missed when i created the web service? Is there something i need to check at Basis Level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 01:57:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enterprise-services-client/m-p/8247098#M1630689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-26T01:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Services Client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enterprise-services-client/m-p/8247099#M1630690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked the settings for the user that the function module runs under?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 07:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enterprise-services-client/m-p/8247099#M1630690</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2011-10-26T07:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Services Client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enterprise-services-client/m-p/8247100#M1630691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt, thanks for the reply, can you explain what should i look for? I mean, this user must have the mandt by default to 210? what will happen when i'm in 400 (PROD)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tought the value of clientid in the url of the WS is what it will redirect to the right server, that's why i'm confussed with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 13:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enterprise-services-client/m-p/8247100#M1630691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-26T13:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Services Client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enterprise-services-client/m-p/8247101#M1630692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Checking your suggestion Matt, we tried this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basis changed the default client to sign in in SapGui, from 200 to 210, it worked, now the WS are connecting to 210, of course, this can´t be the best solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also changed the user/passw combination because we had the same password for both clients(200/210), if i open the WSDL via browser with the client-id parameter in 200 and 210 it asks for the right user/passw combination, didn´t see this before because we had the same password and i don't know if that could be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are scheduling to return the default clientid value to 200 and check if this user/passw combination was the problem, i´ll write later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 13:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enterprise-services-client/m-p/8247101#M1630692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-31T13:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Services Client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enterprise-services-client/m-p/8247102#M1630693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check also the SICF entry for the webservice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 13:23:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enterprise-services-client/m-p/8247102#M1630693</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2011-10-31T13:23:08Z</dc:date>
    </item>
  </channel>
</rss>

