<?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: Authentication Denied Error while Calling Webservices in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/authentication-denied-error-while-calling-webservices/qaa-p/3540053#M1403729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for the APIs which contains some methods to pass user name and password through coding but not through URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some APIs which are used to pass username and password while calling any web service( not only XI) . You need to know that particular method which is common to call any web service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this link.It might help you.( see the coding posted in it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4687627"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some other links are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.codeproject.com/KB/cpp/WebServiceAuthentication.aspx" target="test_blank"&gt;http://www.codeproject.com/KB/cpp/WebServiceAuthentication.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.eggheadcafe.com/articles/20021227.asp" target="test_blank"&gt;http://www.eggheadcafe.com/articles/20021227.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Mar 2008 04:20:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-07T04:20:48Z</dc:date>
    <item>
      <title>Authentication Denied Error while Calling Webservices</title>
      <link>https://community.sap.com/t5/technology-q-a/authentication-denied-error-while-calling-webservices/qaq-p/3540049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Webservices - to - Proxy scenario. &lt;/P&gt;&lt;P&gt;While calling webservices from .net based application, i am getting error authentication denied. In sdn, they specified to give username and password in the url itself. I have specified the username and password in the calling url. ""http://&lt;STRONG&gt;piappluser:mxdsap01&lt;/STRONG&gt;@mmcphdev:50200/XISOAPAdapter/MessageServlet?channel=:BS_BIZBOX:CC_BB_PATIENT" +&lt;/P&gt;&lt;P&gt;            "&amp;amp;version=3.0&amp;amp;Sender.Service=BS_BIZBOX&amp;amp;Interface=urn%3A%2F%2Fbizbox%3Asap%3Apa" +&lt;/P&gt;&lt;P&gt;            "tient%3Areg%5EMI_BB_PATIENT_OB_ASYNC"" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though I specified the details in the url, still i am getting the same authentication error.&lt;/P&gt;&lt;P&gt;Can anyone please suggest me in this?&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;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 05:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/authentication-denied-error-while-calling-webservices/qaq-p/3540049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T05:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication Denied Error while Calling Webservices</title>
      <link>https://community.sap.com/t5/technology-q-a/authentication-denied-error-while-calling-webservices/qaa-p/3540050#M1403726</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;Try this BLOG and dont give the user and the pwd in HTTP itself&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1442" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1442&lt;/A&gt; &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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Seshagiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 05:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/authentication-denied-error-while-calling-webservices/qaa-p/3540050#M1403726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T05:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication Denied Error while Calling Webservices</title>
      <link>https://community.sap.com/t5/technology-q-a/authentication-denied-error-while-calling-webservices/qaa-p/3540051#M1403727</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;Ok I will check this option and let you know the details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Balasubramanian S on Mar 6, 2008 11:45 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 06:14:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/authentication-denied-error-while-calling-webservices/qaa-p/3540051#M1403727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-06T06:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication Denied Error while Calling Webservices</title>
      <link>https://community.sap.com/t5/technology-q-a/authentication-denied-error-while-calling-webservices/qaa-p/3540052#M1403728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seshagiri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried that option also. But I am getting the same error.&lt;/P&gt;&lt;P&gt;Can you suggest me some other options?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 02:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/authentication-denied-error-while-calling-webservices/qaa-p/3540052#M1403728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T02:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication Denied Error while Calling Webservices</title>
      <link>https://community.sap.com/t5/technology-q-a/authentication-denied-error-while-calling-webservices/qaa-p/3540053#M1403729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for the APIs which contains some methods to pass user name and password through coding but not through URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some APIs which are used to pass username and password while calling any web service( not only XI) . You need to know that particular method which is common to call any web service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this link.It might help you.( see the coding posted in it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4687627"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some other links are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.codeproject.com/KB/cpp/WebServiceAuthentication.aspx" target="test_blank"&gt;http://www.codeproject.com/KB/cpp/WebServiceAuthentication.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.eggheadcafe.com/articles/20021227.asp" target="test_blank"&gt;http://www.eggheadcafe.com/articles/20021227.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 04:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/authentication-denied-error-while-calling-webservices/qaa-p/3540053#M1403729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T04:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication Denied Error while Calling Webservices</title>
      <link>https://community.sap.com/t5/technology-q-a/authentication-denied-error-while-calling-webservices/qaa-p/3540054#M1403730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piyush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your links. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 07:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/authentication-denied-error-while-calling-webservices/qaa-p/3540054#M1403730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T07:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication Denied Error while Calling Webservices</title>
      <link>https://community.sap.com/t5/technology-q-a/authentication-denied-error-while-calling-webservices/qaa-p/3540055#M1403731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ASP application can invoke a Web Service in following ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Sending a SOAP Envelope directly from ASP in Java Script by opening HTTP connection to XI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Making use of .NET proxies in ASP App. These proxies are generated using the WSDL provided by XI.(Best approach) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Using Java Proxies (generated by WSDL) in ASP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 08:22:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/authentication-denied-error-while-calling-webservices/qaa-p/3540055#M1403731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T08:22:35Z</dc:date>
    </item>
  </channel>
</rss>

