javier_alonso
Participant
Member since ‎07-15-2022

User Statistics

  • 36 Posts
  • 3 Solutions
  • 46 Kudos given
  • 2 Kudos received

User Activity

I am following the SAP Note 1039369 FAQ XI Axis Adapter.Q: Which components are relevant for generating a debug trace output?I am looking to be able to trace WSS4J in an Axis scenario with XML signature. The FAQ document explains that I need to add e...
I am developing a SOAP to AXIS scenario in SAP PI.The Axis receiver is configured with WSS4J for SOAP signature. I need to see the SOAP Envelope after the signature has been applied, but I am not able to do it.I have tried with XPI Inspector, Wiresha...
I am trying to modify the parent key of a child node using BOPF framework.I have tried with the change_data_in_memory method using /bobf/if_frw_c=>sc_modify_association  as the change mode, but it's not working at all. I am getting a dump due to that...
I am trying to develop a program which resets an Active Directory user password and sends the new one via email. I have found similar questions: LDAP User Password changing... | SAP CommunityLDAP Reset Password | SAP CommunityResetting Active Dir...
I would like to implement a WS Scenario in SAP PI. The WS response is a string which contains a RAW XML, something like this: <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://test-xml.com/"> <ITEM><ATTRIBUTE>TEST VALUE1</ATTRIBUTE></...