<?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: Problem testing a Proxy / Web Service in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-testing-a-proxy-web-service/m-p/4080597#M975686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even though this is an old query, I thought of posting my reply.&lt;/P&gt;&lt;P&gt;Interestingly i had the exact same problem(SRT: Authorization denied)when invoking a web-service using soapUI. The authorization profile 'SAP_BC_WEBSERVICE_CONSUMER' fixed it for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2010 14:49:57 GMT</pubDate>
    <dc:creator>amudhans</dc:creator>
    <dc:date>2010-01-21T14:49:57Z</dc:date>
    <item>
      <title>Problem testing a Proxy / Web Service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-testing-a-proxy-web-service/m-p/4080593#M975682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everybody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a proxy / web service for an interface defined in the xi repository. i can test this service in the Enteprise Service Browser in SE80 (F8) sending a soap request and and everything works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now my intention is to call this web service from outside. I defined an endpoint using transaction SOAMANAGER and used the wsdl document for that binding (from the given link) to send a soap request using the testing tool soapUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I do not define username and password i receive: Logon Error Message. but giving the information I also receive a error:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&amp;lt;soap-env:Fault&amp;gt;
  &amp;lt;faultcode&amp;gt;soap-env:Server&amp;lt;/faultcode&amp;gt;
    &amp;lt;faultstring xml:lang="en"&amp;gt;SRT: Authorization denied&amp;lt;/faultstring&amp;gt;
       &amp;lt;detail&amp;gt;
          &amp;lt;ns:SystemFault xmlns:ns="http://www.sap.com/webas/710/ 
soap/runtime/abap/fault/system/"&amp;gt;
               &amp;lt;Host&amp;gt;Provider&amp;lt;/Host&amp;gt;
               &amp;lt;Component&amp;gt;SECURITY&amp;lt;/Component&amp;gt;
               &amp;lt;ChainedException&amp;gt;
                  &amp;lt;Exception_Name&amp;gt;CX_SOAP_CORE&amp;lt;/Exception_Name&amp;gt;
                  &amp;lt;Exception_Text&amp;gt;SRT: Authorization denied&amp;lt;/Exception_Text&amp;gt;
               &amp;lt;/ChainedException&amp;gt;
            &amp;lt;/ns:SystemFault&amp;gt;
     &amp;lt;/detail&amp;gt;
&amp;lt;/soap-env:Fault&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;for the service and point I have activated http authentification and checked the box user-id/password (authentification method is sapsp:HTTPBasic)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by the way I did not configure a J2EE host and port in the system settings of SOAMANAGER. is this a must? where and why do I need this for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 09:05:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-testing-a-proxy-web-service/m-p/4080593#M975682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T09:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem testing a Proxy / Web Service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-testing-a-proxy-web-service/m-p/4080594#M975683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everybody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; when calling the web service/abap proxy with an user having SAP_ALL everything works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for me this seems curious because before we gave me all the user roles mentioned in sap help and the tutorials:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP_BC_WEBSERVICE_ADMIN&lt;/P&gt;&lt;P&gt;SAP_BC_WEBSERVICE_ADMIN_BIZ&lt;/P&gt;&lt;P&gt;SAP_BC_WEBSERVICE_ADMIN_TEC&lt;/P&gt;&lt;P&gt;SAP_BC_WEBSERVICE_CONSUMER&lt;/P&gt;&lt;P&gt;SAP_BC_WEBSERVICE_DEBUGGER&lt;/P&gt;&lt;P&gt;SAP_BC_WEBSERVICE_OBSERVER&lt;/P&gt;&lt;P&gt;SAP_BC_WEBSERVICE_SERVICE_USE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which role is missing which is necessary for using web services via soap? does anybody know?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 11:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-testing-a-proxy-web-service/m-p/4080594#M975683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T11:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem testing a Proxy / Web Service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-testing-a-proxy-web-service/m-p/4080595#M975684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need s_service and s_object authorization objects in your role. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its explained in this document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section 3.1 on page 7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/92d80512-0a01-0010-32a3-cd3735bd9275" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/92d80512-0a01-0010-32a3-cd3735bd9275&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2008 09:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-testing-a-proxy-web-service/m-p/4080595#M975684</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-07-05T09:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem testing a Proxy / Web Service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-testing-a-proxy-web-service/m-p/4080596#M975685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even though this is an old query, I thought of posting my reply.&lt;/P&gt;&lt;P&gt;Interestingly i had the exact same problem(SRT: Authorization denied)when invoking a web-service using soapUI. The authorization profile 'SAP_BC_WEBSERVICE_CONSUMER' fixed it for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 14:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-testing-a-proxy-web-service/m-p/4080596#M975685</guid>
      <dc:creator>amudhans</dc:creator>
      <dc:date>2010-01-21T14:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem testing a Proxy / Web Service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-testing-a-proxy-web-service/m-p/4080597#M975686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even though this is an old query, I thought of posting my reply.&lt;/P&gt;&lt;P&gt;Interestingly i had the exact same problem(SRT: Authorization denied)when invoking a web-service using soapUI. The authorization profile 'SAP_BC_WEBSERVICE_CONSUMER' fixed it for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 14:49:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-testing-a-proxy-web-service/m-p/4080597#M975686</guid>
      <dc:creator>amudhans</dc:creator>
      <dc:date>2010-01-21T14:49:57Z</dc:date>
    </item>
  </channel>
</rss>

