Wes_Ancog
Explorer
Member since ‎11-07-2018

User Statistics

  • 32 Posts
  • 0 Solutions
  • 5 Kudos given
  • 15 Kudos received

User Activity

How to use Postman to call SuccessFactors API using OAuth authentication method. Introduction: With the upcoming removal of basic authentication on November 20, 2026, it’s important to start using OAuth as your go-to authentication method for new in...
HI i have an xml like this: <?xml version="1.0" encoding="UTF-8" standalone="no"?><Root> <Emp> <PersonId>10001</PersonId> <Child> <F1>JOE DOE</F1> <F2>SGP</F2> <F3>2010-01-06</F3> <F4>10001</F4> </Child> <Child> <F1>Chris Tiu</F1> <F2>SGP</F2> <F3>...
<Root> <Emp> <PersonId>10001</PersonId> <Child/> <Child> <F1>JOE DOE</F1> <F2>SGP</F2> <F3>2010-01-06</F3> </Child> <Child/> <Child> <F1>Peter Parker</F1> <F2>AFG</F2> <F3>2012-05-30</F3> </Child> <Child> <F1>Chris Tiu</F1> <F2>SGP</F2> <F3>2012-01-2...
there are 2 iflows. one is the main package and then the second one is the custom mapping iflow. the main package sends the data to the 2nd iflow for custom logic, however even though the 2nd iflow was successfully called and data has been passed, ...
Hi Everyone, Last March 2018 i can always trigger the iflow to run via soap ui but now after 8 months i am in a new project i cannot seem to make it work. It throws an error "An internal error occurred during message processing. For error details c...