Download presentation
Presentation is loading. Please wait.
1
Run SOAP request via jar
Mohanraj,PS(Informatica Cloud)
2
Agenda SOAP UI Test. Run sample request Verify test with Jar
3
SOAP UI Test Create SOAP Project.
Test “GetCitiesbyCountry” request for “Pakistan”
4
Run jar Command to run jar
Java –jar GenericWSTest.jar <WSDL URL> <Request file.XML” Example: Java –jar GenericWSTest.jar ./Request_Ip.XML
5
Request_File.XML(Sample)
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi=" instance" xmlns:xsd=" xmlns:soap=" <soap:Body> <GetCitiesByCountry xmlns=" <CountryName>India</CountryName> </GetCitiesByCountry> </soap:Body> </soap:Envelope>
6
THANK YOU
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.