SoapUI can be downloaded from URL: https://www.soapui.org/tools/soapui/ SoapUI → File → New SOAP Project Browse and Select WSDL File Enter the desired value Execute In
Author: Manish Shankar
Web Service – Service Provider
If third party wants to access / validate / retrieve some data from SAP then we can provide them RFC. There are some middleware like
Parsing XML to internal table in SAP without transformation
To parse the XML data into SAP Internal Tables, generally we write Transformation using TCode XSLT_TOOL and need to call that using CALL TRANSFORMATION keyword.
create and Save SO10 text in Transport request through program
Text File contents: 2021 Paid Holiday & Break Schedule – JanuaryNew Year’s Day 2021 Friday, January 1, 2021Sankranti Thursday, January 14, 2021Republic Day Tuesday, January
Web Services – Consumer Proxy
Web Service allows to communicate programs running on different operating systems and written in different languages via internet standards XML and HTTP. In this document,
Conditional Breakpoint in SAP ABAP
To debug on some particular condition or debug a certain cycle (e.g. seventh iteration of the loop), conditional breakpoint can be used. It is difficult