ContributionsMost RecentMost LikesSolutionsRe: SOAP Execute has no output This works @Supratim. Thanks again. Apologies for the delay. Re: SOAP Execute has no output I already set to Validate & Execute (See first question’s images). I added ticks to all the boxes above and correctly received a success message. However no output to the hardcoded value. For e.g. (Server down, so not the actual mapper snap at the moment) No output is produced provided the required field name to Get Employee. Once again, I have followed steps in tutorials precisely. Re: SOAP Execute has no output Output meaning it is a GET method. So after input of a person ID in the mapper snap there is no preview or output of the SOAP execute snap. I do not believe I need an XML generator to input one “string”. If I am mistaken please let me know. I believe our questions are not related. SOAP Execute has no output Following the documentation and tutorial (Youtube): https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1437963/SOAP+Execute I am not able to view the output (small green box at the right of SOAP Execute) of the SOAP call. I followed all of the steps precisely. There is no ‘Execute During Preview option’ also (Youtube video is 2018). I have tested all the methods in SOAPUI before beginning integration work with Oracle Peoplesoft. How can I at least get output from the SOAP Execute snap? SolvedRe: Has anyone used the SOAP or REST Snaps to edit PeopleSoft data? Very detailed and clear @Supratim. Will work on implementation for a few hours with this method. Looks like the Solution. Has anyone used the SOAP or REST Snaps to edit PeopleSoft data? @mike.korcynski responded to this question once. Can you provide some more detail? I believe that we can create a WSDL file via Integration Broker in Peoplesoft however as someone new to SnapLogic I am not quite sure how to approach the integration for POST/UPDATE scenarios (For e.g. add a new worker). If anyone has done or attempted before. Please share your thoughts. SolvedRe: How can you sort the Input Schema fields after dragging onto mapper? Hi @igormicev . Apologies. I did leave out the $ in error. This is also an effective solution to the problem. Now if there is a table structure or .csv file with many many columns I can perform transformations, mappings etc with the order maintained if necessary. Thank you. Re: How can you sort the Input Schema fields after dragging onto mapper? The pass through solution was effective. It is not shown in the GUI as you suggest however the final output is ordered identically to the input data. I will explore the other solution and comment. Pressed for time at the moment. Thank you. Re: How can you sort the Input Schema fields after dragging onto mapper? I tried this suggestion. I am sorry I don’t understand what you meant. The mapper generates an error. The snaps used for test were as follows: Filreader > Parser > Mapper (.mapValues((value,key)=>value) > Excel Formatter > File Writer. The columns run from A…GM Can you clarify a little please? How can you sort the Input Schema fields after dragging onto mapper? I have a quite large excel file (>150 columns) and need to sort the mapped fields precisely for target destination. I use File Reader > Excel Parser > Mapper… At the moment the fields run A, B,C…BX,BY…GZ. However after dragging the Input Schema fields onto the Mapping Table they are re-ordered A, AA, AB …GY,GZ… X,Y,Z. I need the target schema to be ordered exactly how they are done in the original input. How can this be done? I tried Sort Snap and Sort Path as $ , $A , just various combinations to no success Any suggestions on how to avoid ‘manually’ having to set the Fields in the default order. Assume that the default order is mandatory. Solved