ContributionsMost RecentMost LikesSolutionsRe: is it possible to automation EJP Request via soap ui tool??? Please let me know what question i should ask to developer. Pls find the request xml: 016-06-30 15:35:32,276 INFO [com.skidata.maxxo.auditlog.AuditLog] (default task-3) AUDIT LOG: id=2c9bd0e355962bdb0155a1858db40039, principal=Microsite, tenant=MAXXO, method=ShoppingCartService.createShoppingCart(CreateShoppingCartRequest), request=<com.skidata.maxxo.v11.shoppingcart.dto.request.CreateShoppingCartRequest> <callingPrincipalKey>Microsite@resB2C_PrePay_Ogone</callingPrincipalKey> <portalId>2c9bd0e35571bbff015572a9b5110165</portalId> <anonymous>false</anonymous> <userId>2c9bd0e355962bdb0155a1808d680036</userId> </com.skidata.maxxo.v11.shoppingcart.dto.request.CreateShoppingCartRequest> 2016-06-30 15:35:32,555 INFO [com.skidata.maxxo.auditlog.AuditLog] (default task-3) AUDIT LOG: id=2c9bd0e355962bdb0155a1858eca003b, principal=Microsite, tenant=MAXXO, method=ShoppingCartService.addShoppingCartItem(AddShoppingCartItemRequest), request=<com.skidata.maxxo.v11.shoppingcart.dto.request.AddShoppingCartItemRequest> <callingPrincipalKey>Microsite@resB2C_PrePay_Ogone</callingPrincipalKey> <shoppingCartItem class="com.skidata.maxxo.v11.shoppingcart.dto.ReservationItem"> <shoppingCartId>2c9bd0e355962bdb0155a1858dc3003a</shoppingCartId> <dtaContactId>da5ab510-3eb1-11e6-bb2f-000c29bc0740</dtaContactId> <reservationStart>2016-07-01 18:00:00.0 UTC</reservationStart> <reservationEnd>2016-07-02 18:00:00.0 UTC</reservationEnd> <ticketProductId>87bf0db0-2818-11e6-bcfd-000c29bc0740</ticketProductId> <identifications> <com.skidata.maxxo.v11.common.dto.PinGeneratedIdentification> <type>EXT</type> <subType>_GRC</subType> </com.skidata.maxxo.v11.common.dto.PinGeneratedIdentification> <com.skidata.maxxo.v11.common.dto.BarcodeGeneratedIdentification> <symbology>QR_CODE</symbology> </com.skidata.maxxo.v11.common.dto.BarcodeGeneratedIdentification> <com.skidata.maxxo.v11.common.dto.LicensePlateIdentification> <licenseNo>TN-1939484</licenseNo> <country>AT</country> </com.skidata.maxxo.v11.common.dto.LicensePlateIdentification> </identifications> <additionalProductIds> <string>fd639660-2955-11e6-bcfd-000c29bc0740</string> <string>2acdde80-2956-11e6-bcfd-000c29bc0740</string> </additionalProductIds> </shoppingCartItem> </com.skidata.maxxo.v11.shoppingcart.dto.request.AddShoppingCartItemRequest> 2016-06-30 15:35:32,763 INFO [com.skidata.maxxo.auditlog.AuditLog] (default task-3) AUDIT LOG: id=2c9bd0e355962bdb0155a1858f9b0040, principal=Microsite, tenant=MAXXO, method=ShoppingCartService.checkoutShoppingCart(CheckoutShoppingCartRequest), request=<com.skidata.maxxo.v11.shoppingcart.dto.request.CheckoutShoppingCartRequest> <callingPrincipalKey>Microsite@resB2C_PrePay_Ogone</callingPrincipalKey> <locale>en_US</locale> <shoppingCartId>2c9bd0e355962bdb0155a1858dc3003a</shoppingCartId> <anonymous>false</anonymous> <paymentCallbackUrl>http://172.27.80.99:8080/maxxo/microsite/global/payment?tenantAlias=resB2C_PrePay_Ogone&lang=en_US&success=reservation_confirmation_2c9bd0e355962bdb0155a1858dc3003a&error=reservation_payment_2c9bd0e355962bdb0155a1858dc3003a&is_checkout=1</paymentCallbackUrl> <paymentConfirmUrl>http://172.27.80.99:8080/maxxo/microsite/global/confirmPayment?tenantAlias=resB2C_PrePay_Ogone&lang=en_US&confirm=2c9bd0e355962bdb0155a1858dc3003a&is_checkout=1</paymentConfirmUrl> </com.skidata.maxxo.v11.shoppingcart.dto.request.CheckoutShoppingCartRequest> is it possible to automation EJP Request via soap ui tool??? Hi Team, is it possible to automation EJP Request by using soap ui tool??? Regards, Karthik Unwanted Exception Hi Team, I am not understanding the exception and pls help to why i am getting this exception. Payload: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><AuthenticationHeader xmlns="http://www.skidata.com/dta/saleschannel/v14/soapheader"><ClientName>QATenant</ClientName><WorkingClientName>QA_SALE_CHANNEL</WorkingClientName><UserName>maxxo</UserName><Password>password</Password><SalesContext><PointOfSaleName>QA_BLR_POS</PointOfSaleName></SalesContext></AuthenticationHeader></soap:Header><soap:Body><ns2:CreateContactRequest xmlns="http://www.skidata.com/dta/saleschannel/v14/commondata" xmlns:ns2="http://www.skidata.com/dta/saleschannel/v14/contactmsgs" xmlns:ns3="http://www.skidata.com/dta/saleschannel/v14/commoncatalogdata" xmlns:ns4="http://www.skidata.com/dta/saleschannel/v14/exceptions" xmlns:ns5="http://www.skidata.com/dta/saleschannel/v14/contactdata" xmlns:ns6="http://www.skidata.com/dta/saleschannel/v14/contactcompresseddata" xmlns:ns7="http://www.skidata.com/dta/saleschannel/v14/salesdata" xmlns:ns8="http://www.skidata.com/dta/saleschannel/v14/contractdata" xmlns:ns9="http://www.skidata.com/dta/saleschannel/v14/commontaxratedata" xmlns:ns10="http://www.skidata.com/dta/saleschannel/v14/soapheader"><ns2:Contact xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns5:GroupContact"><ns5:Name>QA_SALE_CHANNEL</ns5:Name><ns5:Description>Maxxo technical group contact for sales channel users</ns5:Description></ns2:Contact></ns2:CreateContactRequest></soap:Body></soap:Envelope> -------------------------------------- 2016-06-15 08:57:00,830 INFO [stdout] (default task-2) 08:57:00,830 ERROR [SoapUI] An error occurred [Cannot execute null+null], see error log for details 2016-06-15 08:57:00,830 ERROR [com.eviware.soapui.SoapUI] (default task-2) An error occurred [Cannot execute null+null], see error log for details 2016-06-15 08:57:00,831 ERROR [soapui.errorlog] (default task-2) java.lang.NullPointerException: Cannot execute null+null: java.lang.NullPointerException: Cannot execute null+null at org.codehaus.groovy.runtime.NullObject.plus(NullObject.java:121) [groovy-all-2.1.7.jar:2.1.7] at org.codehaus.groovy.runtime.NullObject$plus$0.call(Unknown Source) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45) [groovy-all-2.1.7.jar:2.1.7] at org.codehaus.groovy.runtime.callsite.NullCallSite.call(NullCallSite.java:32) [groovy-all-2.1.7.jar:2.1.7] at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45) [groovy-all-2.1.7.jar:2.1.7] at org.codehaus.groovy.runtime.NullObject$plus$0.call(Unknown Source) at Script1.run(Script1.groovy:8) at com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine.run(SoapUIGroovyScriptEngine.java:100) [soapui-5.0.0.jar:5.0.0] at com.eviware.soapui.support.scripting.groovy.SoapUIProGroovyScriptEngineFactory$SoapUIProGroovyScriptEngine.run(SourceFile:89) [soapui-pro-5.0.0.jar:5.0.0] Regards, Karthik FileNotfound exception on Script execution Hi Team, Please help on permission denied and file not found exception . pls find the logs attached. 2016-05-25 12:25:50,862 ERROR [stderr] (default task-3) log4j:ERROR setFile(null,true) call failed. 2016-05-25 12:25:50,863 ERROR [stderr] (default task-3) java.io.FileNotFoundException: global-groovy.log (Permission denied) 2016-05-25 12:25:50,863 ERROR [stderr] (default task-3) at java.io.FileOutputStream.open0(Native Method) 2016-05-25 12:25:50,888 ERROR [stderr] (default task-3) at java.lang.Thread.run(Thread.java:745) 2016-05-25 12:25:50,906 ERROR [stderr] (default task-3) log4j:ERROR setFile(null,true) call failed. 2016-05-25 12:25:50,909 ERROR [stderr] (default task-3) java.io.FileNotFoundException: soapui-errors.log (Permission denied) 2016-05-25 12:25:50,931 ERROR [stderr] (default task-3) at java.lang.Thread.run(Thread.java:745) 2016-05-25 12:25:50,933 ERROR [stderr] (default task-3) log4j:ERROR setFile(null,false) call failed. 2016-05-25 12:25:50,934 ERROR [stderr] (default task-3) java.io.FileNotFoundException: soapui.log (Permission denied) 2016-05-25 12:25:50,934 ERROR [stderr] (default task-3) at java.io.FileOutputStream.open0(Native Method) Regards, Karthi Mocking service un-deploy failing Hi Team, How to solve the issue on Undeploy the mocking services from the Linux server. I am facing below exception ./jboss-cli.sh --connect --command='undeploy /tmp/***.war' Undeploy failed: {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "JBAS014807: Management resource '[(\"deployment\" => \"/tmp/dta3.7.war\")]' not found"}} Regards, Karthi Re: Facing frequently on Not responding during test script execution Attached bat file and vm option file properties. -Xms128m -Xmx1000m -Dsoapui.properties=soapui.properties -Dsoapui.home=C:\Program Files\SmartBear\SoapUI-Pro-5.0.0/bin -Dsoapui.ext.libraries=C:\Program Files\SmartBear\SoapUI-Pro-5.0.0/bin/ext -Dsoapui.ext.listeners=C:\Program Files\SmartBear\SoapUI-Pro-5.0.0/bin/listeners -Dsoapui.ext.actions=C:\Program Files\SmartBear\SoapUI-Pro-5.0.0/bin/actions -Dwsi.dir=C:\Program Files\SmartBear\SoapUI-Pro-5.0.0/wsi-test-tools -Djava.library.path=C:\Program Files\SmartBear\SoapUI-Pro-5.0.0/bin -Djava.util.Arrays.useLegacyMergeSort=true -splash:soapui-pro-splash.png please let me know which parameter need to change. Facing frequently on Not responding during test script execution Hi Team, Facing frequently on Not responding during test script execution Attached the screenshot for the same. why we facing this prob?? how to get out from this?? Please do need ful. Regards, Karthik why are we getting white space after the script execution in SOAP UI PRO version?? Hi Team, Why are we getting white space after the script execution in SOAP UI PRO version?? Attached the screenshot for the same. Please do needful. Regards, Karthik