YouriC
Participant
Member since ‎09-23-2015

User Statistics

  • 63 Posts
  • 2 Solutions
  • 6 Kudos given
  • 4 Kudos received

User Activity

Hi all,I'm working on a SAP PI interface (synchronous) :[ABAP Proxy] >>> [SAP PI 7.5] >>> [REST API (REST Adapter)]I consume a REST API to retrieve a PDF file.Receiver URL is something like this : https://my-url-api/api/v1/document/{key}/contentThe r...
Hi, I consume a SOAP WS via Enterprise Service Browser (SE80 - WSDL) and SOAMANAGER.In SOAMANAGER I use the template "wsse:X509v3" and of course Signature PSE (Signing Key of transaction STRUST). I need to use a template during logical port creatio...
Hi, I'm trying to deserialize an XML file.In this XML file I have some useless <tag> : <bob1> and <bob2>. This XML doesn't work <Invoice xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2"><Bob1>Blablabla</Bob1><ID>001</ID><EndpointI...
Hi FPM experts, I need a popup confirmation when I click on "Save" button in my FPM (FORM_UIBB).I followed this blog post : Simple FPM message / confirmation box | SAP Blogs The solution seems to be good. I used the interface IF_FPM_GUIBB_FORM_...
Hi, For one of my scenario, I have to change the Signature Algorithm in SOAP Adapter Receiver. When I try to consume the Web Service, I receive this error :SECU3518: Invalid digest algorithm 'http://www.w3.org/2000/09/xmldsig#sha1' used. Expectin...