<?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: Accessing Webservice in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-webservice/m-p/1931010#M385648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so the issue is not with ABAP but between .net and apache.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in such a case i would suggest the following forum to raise this question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_community" href="https://community.sap.com/" __jive_macro_name="community" modifiedtitle="true" __default_attr="2192"&gt;&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>Sun, 18 Feb 2007 12:45:14 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2007-02-18T12:45:14Z</dc:date>
    <item>
      <title>Accessing Webservice</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-webservice/m-p/1931007#M385645</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 need to implement the following scenario. I have given the option that a function can be call as web service. At this point every thing is ok. In the client side they have an application in .NET, to link this to they have installed a Client Certificate in the IE Browser to authenticated in our system (Apache server). When they executed URL in the Browser every the connection is OK. When they executed the .NET applications the following error appears :&lt;/P&gt;&lt;P&gt;           ERRO:The underlying connection was closed: Could not establish secure channel for SSL/TLS.&lt;/P&gt;&lt;P&gt;           System.Net.WebException: The underlying connection was closed: Could not establish secure channel for SSL/TLS. ---&amp;gt; System.TypeInitializationException: &lt;/P&gt;&lt;P&gt;           The type initializer for "System.Net.SecureChannel" threw an exception. ---&amp;gt; System.EntryPointNotFoundException: ? at System.Net.NativeNTSSPI.EnumerateSecurityPackagesW(Int32&amp;amp; pkgnum, IntPtr&amp;amp; arrayptr) at System.Net.SSPISecureChannelType.EnumerateSecurityPackages(Int32&amp;amp; pkgnum, IntPtr&amp;amp; arrayptr) at System.Net.SSPIWrapper.EnumerateSecurityPackages(SSPIInterface SecModule) at System.Net.SSPIWrapper.GetSupportedSecurityPackages(SSPIInterface SecModule) at System.Net.SecureChannel..cctor() --- End of inner exception stack trace --- at System.Net.SecureChannel..ctor(String hostname, X509CertificateCollection clientCertificates) at System.Net.TlsStream.Handshake(ProtocolToken message) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.CheckFinalStatus() at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.HttpWebRequest.GetResponse() at testetmn.Teste.btnConnect_Click(Object sender, EventArgs e) in e:\develop\toupeira\testconnectivity\teste.aspx.cs:line 67 &lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;        They have tried to call the certificate in a file and the same error appears. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Thus any one has a solution for this scenario?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Thanks in advanced&lt;/P&gt;&lt;P&gt;PMCPR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 23:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-webservice/m-p/1931007#M385645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T23:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Webservice</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-webservice/m-p/1931008#M385646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you calling ABAP RFC FM as a webservice from .net application? which system requires a certificate the ABPA enigine or .net&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Feb 2007 06:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-webservice/m-p/1931008#M385646</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-02-18T06:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Webservice</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-webservice/m-p/1931009#M385647</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'm going to explain better my question. Yes we are calling a Webservice from a .net application. But in the middle we have a Apache server that required autentication, and for this reason the certificate must be on the Side off the .NET application. &lt;/P&gt;&lt;P&gt;     We have install the client Certificate on the IE browser. If we call the URL off the webservice from the browser every the connection was made. But when call the URL from the .NET application the error appears. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Thanks in advanced.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Feb 2007 12:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-webservice/m-p/1931009#M385647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-18T12:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Webservice</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-webservice/m-p/1931010#M385648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so the issue is not with ABAP but between .net and apache.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in such a case i would suggest the following forum to raise this question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_community" href="https://community.sap.com/" __jive_macro_name="community" modifiedtitle="true" __default_attr="2192"&gt;&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>Sun, 18 Feb 2007 12:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-webservice/m-p/1931010#M385648</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-02-18T12:45:14Z</dc:date>
    </item>
  </channel>
</rss>

