<?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: SSO between ABAP client proxy and java web service in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sso-between-abap-client-proxy-and-java-web-service/m-p/7602911#M1568552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;I've followed your advice and through this link &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; [http://help.sap.com/saphelp_nw70/helpdata/en/62/c0503e1dac5b46e10000000a114084/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've solved the problem. Briefly, in addition to the steps referred at the beginning of my question: I've exported the certificate from ABAP (strust transaction) and I've imported it into J2EE engine through nwa web application.&lt;/P&gt;&lt;P&gt;Regarding the flag "SAP Authentication Assertion Ticket" not saved in soamanager application, it seems only a display error because the information is actually saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jan 2011 14:51:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-18T14:51:47Z</dc:date>
    <item>
      <title>SSO between ABAP client proxy and java web service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sso-between-abap-client-proxy-and-java-web-service/m-p/7602909#M1568550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;I want implement a SSO mechanism in a communication between an ABAP client proxy and a web service developed through java so that the ABAP stack generates the logon ticket and passes it to the java ws that recognizes it automatically. Is it possible? I made these operations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- a java web service based on EJB with the flag "SAP logon ticket" enabled in the description file&lt;/P&gt;&lt;P&gt;- an ABAP client proxy developed through se80 transaction&lt;/P&gt;&lt;P&gt;- a logical port, for ABAP client proxy, developed manually through SOA manager application. Inside the tab Consumer Security I checked "SAP Authentication Assertion Ticket" but I've noticed that when I press the save button it loads the authentication settings with "User ID/Password" checked without saving my correct configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my SAP configuration:&lt;/P&gt;&lt;P&gt;- both ABAP and java stacks are on the same machine with the same SID&lt;/P&gt;&lt;P&gt;- SAP J2EE version is 7.00 SP21&lt;/P&gt;&lt;P&gt;- SAP NetWeaver 2004s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: lukinho82 on Jan 12, 2011 2:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 10:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sso-between-abap-client-proxy-and-java-web-service/m-p/7602909#M1568550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T10:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: SSO between ABAP client proxy and java web service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sso-between-abap-client-proxy-and-java-web-service/m-p/7602910#M1568551</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;it should be possible. Don't forget that you need to import a public key which can be used to verify that logon ticket was issued by the correct system. I am not sure about that SE80 error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 04:57:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sso-between-abap-client-proxy-and-java-web-service/m-p/7602910#M1568551</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2011-01-17T04:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: SSO between ABAP client proxy and java web service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sso-between-abap-client-proxy-and-java-web-service/m-p/7602911#M1568552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;I've followed your advice and through this link &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; [http://help.sap.com/saphelp_nw70/helpdata/en/62/c0503e1dac5b46e10000000a114084/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've solved the problem. Briefly, in addition to the steps referred at the beginning of my question: I've exported the certificate from ABAP (strust transaction) and I've imported it into J2EE engine through nwa web application.&lt;/P&gt;&lt;P&gt;Regarding the flag "SAP Authentication Assertion Ticket" not saved in soamanager application, it seems only a display error because the information is actually saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 14:51:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sso-between-abap-client-proxy-and-java-web-service/m-p/7602911#M1568552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-18T14:51:47Z</dc:date>
    </item>
  </channel>
</rss>

