soapui
SOAPUI Error on asserts coming from the database
When I run the test cases inside soapUI, everything works fine. But when I\'m running the tests inside jenkins, the assertions fail as you can see in this gist:[详细]
2023-04-02 13:42 分类:问答soap ui add wsdl problem
I am using Websphere Message Broker to create web services. I have two services and two wsdl. One of them has no issues and I am able to add WSDL through soap ui.[详细]
2023-04-01 02:46 分类:问答Android client connecting to python webservice that uses SOAPpy
I am new to SOAP programming and is looking for ways for my android app to be able to communicate with a python webservice written in SOAPpy. I found on the internet that communicating using socket mi[详细]
2023-04-01 01:50 分类:问答How do I add a SOAP template from XSD in soapUI when XML extension is in place?
I need to make a large number of SOAP test cases to automate the testing process of an application. Currently, the architecture requires that a single \"generic\" SOAP method is invoked with an objec[详细]
2023-03-31 22:15 分类:问答SOAP message with javax.xml.soap - namespace error?
The following is a generic sample SOAP request for .NET web service I\'m supposed to invoke from my java web app开发者_开发技巧:[详细]
2023-03-30 08:01 分类:问答SoapUI jetty thread still hanging after MockService stopped [SoapUI API]
I\'m using SoapUI 4.0 and i\'m starting my mockservices via SoapUI API : public static void startMockServices(String soapuiProject) throws Exception[详细]
2023-03-29 01:06 分类:问答How do you get the soapUI maven plugin to fail safe?
AFAIK, the maven failsafe plugin fails safe because it has separate goals for running the tests and failing the build based on the tests.These are designed to be bound to the integration-test and veri[详细]
2023-03-28 06:19 分类:问答how can I test a webservice build with cxf with soap ui?
I have method annotated with开发者_StackOverflow中文版 @WebService, and it should be accessible on a port on my local machine.How can I use soapui to send a value?Create a new project passing the url[详细]
2023-03-25 00:18 分类:问答Calling a soapui mock service from Java code?
I have started working on creating a mock service using the Soap UI framework (the eclipse plugin) and am trying to work out what the best way开发者_开发技巧 of calling the service (through creating a[详细]
2023-03-23 00:29 分类:问答Error on asserts coming from the database
When I run the test cases inside soapUI, everything works fine. But when I\'m running the tests inside jenkins, the assertions fail as you can see in th开发者_如何学Cis gist.[详细]
2023-03-22 15:09 分类:问答