Binod_Thakur
Participant
Member since ‎06-17-2018

User Statistics

  • 90 Posts
  • 1 Solutions
  • 27 Kudos given
  • 5 Kudos received

User Activity

Hello All, I am trying to call UME API in java mapping to fetch all the active users, it's working as expected. Issue is UME API is not returning data consistently, some time it's returning some time not. User has to call so many times then in so...
Hello All, I am using IRoleSearchFilter to fetch the users based on roles, it's working fine for only one condition. I want to search the users based on multiple roles like SAP_XI* SAP_SLD* UDDI* NWA* roleFilter.setDisplayName("SAP_XI*"...
Hello All, I am trying to write UDF to read the input payload similar to how we're reading in java mapping with functionas mentioend below, but I don't know how to read the input payload in UDF. I looked into the two standard interface functions "C...
Hi All, I have a requirement to download the file from SOAP service and and send it to FILE receiver, i.e. SOAP to FILE interface. I am able to download the file through SoapUI but don't know how to implement same thing in PO 7.4. I tried co...
Hi All, I am uplaoding the file to vendor system through SoapUI, after opening the uploadByteArrayFile method it has three values to pass 1. FileName -> I can read file name dynamically and pass it 2. Content ->every time when i import wsdl i...