<?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: SOAP request to proxy interfaces in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/soap-request-to-proxy-interfaces/m-p/10959914#M1893407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;The messages are getting expired because of the below reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a Web Service consumer of an SAP system logs on to a&lt;BR /&gt;Web service (WS) with message-based authentication such as a UsernameToken, a&lt;BR /&gt;SAML token, or an X.509 certificate, the Internet Communication Framework (ICD)&lt;BR /&gt;initially performs the logon using the technical user DELAY_L_&amp;lt;SID&amp;gt; that&lt;BR /&gt;is stored in the ICF. A direct logon with the authentication data contains in&lt;BR /&gt;the SOAP document is not possible, since the ICF cannot access SOAP data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;The report WSS_SETUP creates the DELAY_L_&amp;lt;SID&amp;gt;&lt;BR /&gt;user, which does not have any authorizations and which I did. The report also&lt;BR /&gt;stores the user password in the secure storage. If a WS consumer then accesses&lt;BR /&gt;the WS provider, the system first logs on using the user stored in the ICF node.&lt;BR /&gt;If the user name and password match, the WS provider performs a user exchange&lt;BR /&gt;and logs on the user specified in the UsernameToken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;The WS consumer wants to access the WS provider&lt;BR /&gt;and authenticate itself with a UsernameToken.&lt;/LI&gt;&lt;LI&gt;The ICF cannot evaluate the authentication in&lt;BR /&gt;the document, but rather requires an HTTP authentication. Therefore it uses the&lt;BR /&gt;DELAY_L_&amp;lt;SID&amp;gt; user stored in the ICF and its password for the&lt;BR /&gt;authentication.&lt;/LI&gt;&lt;LI&gt;The WS provider evaluates the security token&lt;BR /&gt;(such as a UsernameToken). If the user and password match, it replaces the user&lt;BR /&gt;DELAY_L_&amp;lt;SID&amp;gt; with the user specified in the security token.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we set up the DELAY_L_&amp;lt;SID&amp;gt;, there is an&lt;BR /&gt;option to set the time highlighted below.&amp;nbsp; The maximum time we can give&lt;BR /&gt;here is 32767 seconds ( 9 hours).&amp;nbsp; If we don’t give this value, then it&lt;BR /&gt;will take 90 seconds by default.&amp;nbsp; So after this time, the request will get expired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/666134" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2015 10:42:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-03-17T10:42:24Z</dc:date>
    <item>
      <title>SOAP request to proxy interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/soap-request-to-proxy-interfaces/m-p/10959913#M1893406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;We have developed proxy interfaces and generated the WSDL using SOAMANAGER.&amp;nbsp; This we configured in SOAP UI 5.0.0 for testing.&amp;nbsp; But nowadays we are facing on challenge.&amp;nbsp; Once we load the WSDL, it will work fine.&amp;nbsp; But the same request will give below error after some time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #993366;"&gt;&amp;lt;env:Text xml:lang="en"&amp;gt;Web service processing error; more details in the web service error log on provider side (UTC timestamp 20150311103533; Transaction ID 54FF1844BFE20E40E10080000A300DA3)&amp;lt;/env:Text&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we check t-code SRT_UTIL, it gives the below message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/662388" width="450" /&gt;&lt;/P&gt;&lt;P&gt;If we add a new request using the same WSDL, it will work fine again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why is this happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 12:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/soap-request-to-proxy-interfaces/m-p/10959913#M1893406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-11T12:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP request to proxy interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/soap-request-to-proxy-interfaces/m-p/10959914#M1893407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;The messages are getting expired because of the below reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a Web Service consumer of an SAP system logs on to a&lt;BR /&gt;Web service (WS) with message-based authentication such as a UsernameToken, a&lt;BR /&gt;SAML token, or an X.509 certificate, the Internet Communication Framework (ICD)&lt;BR /&gt;initially performs the logon using the technical user DELAY_L_&amp;lt;SID&amp;gt; that&lt;BR /&gt;is stored in the ICF. A direct logon with the authentication data contains in&lt;BR /&gt;the SOAP document is not possible, since the ICF cannot access SOAP data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;The report WSS_SETUP creates the DELAY_L_&amp;lt;SID&amp;gt;&lt;BR /&gt;user, which does not have any authorizations and which I did. The report also&lt;BR /&gt;stores the user password in the secure storage. If a WS consumer then accesses&lt;BR /&gt;the WS provider, the system first logs on using the user stored in the ICF node.&lt;BR /&gt;If the user name and password match, the WS provider performs a user exchange&lt;BR /&gt;and logs on the user specified in the UsernameToken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;The WS consumer wants to access the WS provider&lt;BR /&gt;and authenticate itself with a UsernameToken.&lt;/LI&gt;&lt;LI&gt;The ICF cannot evaluate the authentication in&lt;BR /&gt;the document, but rather requires an HTTP authentication. Therefore it uses the&lt;BR /&gt;DELAY_L_&amp;lt;SID&amp;gt; user stored in the ICF and its password for the&lt;BR /&gt;authentication.&lt;/LI&gt;&lt;LI&gt;The WS provider evaluates the security token&lt;BR /&gt;(such as a UsernameToken). If the user and password match, it replaces the user&lt;BR /&gt;DELAY_L_&amp;lt;SID&amp;gt; with the user specified in the security token.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we set up the DELAY_L_&amp;lt;SID&amp;gt;, there is an&lt;BR /&gt;option to set the time highlighted below.&amp;nbsp; The maximum time we can give&lt;BR /&gt;here is 32767 seconds ( 9 hours).&amp;nbsp; If we don’t give this value, then it&lt;BR /&gt;will take 90 seconds by default.&amp;nbsp; So after this time, the request will get expired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/666134" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 10:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/soap-request-to-proxy-interfaces/m-p/10959914#M1893407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-17T10:42:24Z</dc:date>
    </item>
  </channel>
</rss>

