<?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: Webservice encryption in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-encryption/m-p/12053226#M1968870</link>
    <description>&lt;P&gt;The analysis "apparently encrypts" is vague. They should send you the request that they receive, the error message they get, etc., so that you can think a little bit more about what the issue can be...&lt;/P&gt;</description>
    <pubDate>Wed, 04 Dec 2019 16:04:52 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2019-12-04T16:04:52Z</dc:date>
    <item>
      <title>Webservice encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-encryption/m-p/12053221#M1968865</link>
      <description>&lt;P&gt;I created an ABAP Webservice using SPROXY for which I needed to add a custom SOAP Header. All this appears to working as I want to, so no issues there.&lt;/P&gt;
  &lt;P&gt;The issue is that when I call the webservice itself it apparently encrypts the request, how or where I don't know. The problem is that on the receiving end they don't want it encrypted.&lt;/P&gt;
  &lt;P&gt;Can anybody direct me in the right direction on how I can prevent the webservice encrypting the request?&lt;/P&gt;
  &lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 12:17:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-encryption/m-p/12053221#M1968865</guid>
      <dc:creator>ArthurParisius</dc:creator>
      <dc:date>2019-12-04T12:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-encryption/m-p/12053222#M1968866</link>
      <description>&lt;P&gt;Is the webservice message or the channel being encrypted?&lt;/P&gt;&lt;P&gt;I'm wondering whether you configured it to use HTTPS or not. If yes, you can use HTTP (not recommended) and the message shouldn't be encrypted. &lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Geferson&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 12:37:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-encryption/m-p/12053222#M1968866</guid>
      <dc:creator>geferson_hess</dc:creator>
      <dc:date>2019-12-04T12:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-encryption/m-p/12053223#M1968867</link>
      <description>&lt;P&gt;The end-point is indeed an HTTPS.&lt;/P&gt;&lt;P&gt;I'm new to the use of using webservices, so I might some obvious issues. &lt;/P&gt;&lt;P&gt;If as you say it's the fact that HTTPS is used, does this mean that I would just need to change the endpoint in SOAMANAGER to HTTP instead? &lt;/P&gt;&lt;P&gt;Also another point is that when testing the webservice in SOAPUI, I don't have the same issue.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arthur&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 12:49:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-encryption/m-p/12053223#M1968867</guid>
      <dc:creator>ArthurParisius</dc:creator>
      <dc:date>2019-12-04T12:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-encryption/m-p/12053224#M1968868</link>
      <description>&lt;P&gt;Another piece of information is that I am able to use the webservice in SOAPUI without issues.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 14:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-encryption/m-p/12053224#M1968868</guid>
      <dc:creator>ArthurParisius</dc:creator>
      <dc:date>2019-12-04T14:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-encryption/m-p/12053225#M1968869</link>
      <description>&lt;P&gt;Check your system configuration using Tcode SMICM , you can see are they configure HTTP or HTTPS. &lt;/P&gt;&lt;P&gt;Other thing is When designing Web services, you can specify the minimum security settings for the appropriate Web service.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/saphelp_nwpi711/helpdata/en/47/ab7ba049f84848e10000000a421138/content.htm?no_cache=true"&gt;More information&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 14:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-encryption/m-p/12053225#M1968869</guid>
      <dc:creator>Nawanandana</dc:creator>
      <dc:date>2019-12-04T14:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-encryption/m-p/12053226#M1968870</link>
      <description>&lt;P&gt;The analysis "apparently encrypts" is vague. They should send you the request that they receive, the error message they get, etc., so that you can think a little bit more about what the issue can be...&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 16:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-encryption/m-p/12053226#M1968870</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-12-04T16:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-encryption/m-p/12053227#M1968871</link>
      <description>&lt;P&gt;I have asked them to provide me with the request they receive and am still waiting on that. I posted this question to possibly find some options.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 16:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-encryption/m-p/12053227#M1968871</guid>
      <dc:creator>ArthurParisius</dc:creator>
      <dc:date>2019-12-04T16:13:20Z</dc:date>
    </item>
  </channel>
</rss>

