Click here to Skip to main content
15,881,757 members
Everything / SoapUI

SoapUI

SoapUI

Great Reads

by Bert O Neill
Validate your Restful Service Methods using SoapUI (which can then be integrated into TFS build CI)
by sore_ron
How to automate SoapUI using Groovy
by dharrison_ch
A pattern of solution for automating the testing of Web Service-based components.
by Peri Venkatesh
A closer look at test suites and assertions

Latest Articles

by dharrison_ch
A pattern of solution for automating the testing of Web Service-based components.
by Abhishek Shrotriya
This tip gives the very basic/simple implementation to interact with SAP PI webservice for authorized recipients.
by Bert O Neill
Validate your Restful Service Methods using SoapUI (which can then be integrated into TFS build CI)
by Peri Venkatesh
A closer look at test suites and assertions

All Articles

Sort by Score

SoapUI 

16 Oct 2015 by Bert O Neill
Validate your Restful Service Methods using SoapUI (which can then be integrated into TFS build CI)
18 Sep 2014 by sore_ron
How to automate SoapUI using Groovy
7 Jul 2016 by dharrison_ch
A pattern of solution for automating the testing of Web Service-based components.
12 Jan 2020 by OriginalGriff
If by Quote: "I want to retrieve the password from the password digest" you mean Quote: "I want to get the original password text back" Then you can't: SHA is not an encryption algorithm, it is a hashing algorithm. The difference is simple: hashing functions cannot be reversed to obtain the...
18 Nov 2014 by Mahmoud_Gamal
How to call wcf service hosted on remote iis using C# without add reference of service i try this code but it return nullusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Web.Services.Protocols;using...
19 Nov 2014 by johannesnestler
Hi Mahmoud_GamalIf you don't want to add a service reference (why?) you could solve this by managing a WcfProxy and a communication channel for each Service by yourself. But you will have to "know" the service contract with this solution (means you can reference the assembly where the...
23 Nov 2015 by Mahmoud_Gamal
i have wsdl file how can use it to generate from it soap request for any function generic without wizard
21 Feb 2016 by Raseeth90
Hi,How to get incoming request in WCF Service ?How to check some tags are present in that incoming request ?I need to receive the incoming request as STRING and convert it into XML and then to process...What I have tried:string ssssss =...
24 Apr 2016 by Raj Negi
I am new to SOAPUI. On internet i found, this can be done with two ways: Either i can use SoapUI JDBC wizard or Using groovy script. First i tried to create connection using Wizard but i am getting this error :com.eviware.soapui.support.SoapUIException: Failed to init connection for driver...
25 Apr 2016 by Raj Negi
I tried to fetch only DB value using groovy script but result includes the value along with header.def res = con.rows("select fkuserid from tblUserCardDetail where cardValue='111633072'" )log.info "The User ID from DB is :" + resResult is coming like this : Mon Apr 25 06:51:07 PDT...
14 Jul 2016 by Member 12634828
I am in need of exporting a particular value to an excel sheet based on the result i get from my groovy script.TOOL: SOAP UINOTE: I have written assertion to validate something from response and trying to compare with expected value. For example purpose I am placing a small piece of code...
6 Sep 2017 by tiwal
sorry , silly question. It seems that when I was specifying the wsdl url, i should have added the ".wsdl" extension ... By doing this the SoapUi client correctly built up the service interface. Sorry for asking
21 Dec 2017 by David_Wimbley
I think you need to look at your architecture and question why you need a C# console application to act as a middle man between the Web Service (presumably the soap webservice) and your vb6 forms. I'm slightly confused to your question so to establish my understanding here is what I think...
8 Feb 2018 by Rodolfo Colón
I'm Using Microsoft Visual Studio 2017, In the project I'm calling Service reference from SAPME WEB service, recently we did an patch on SAPME. and now the service is not retrieving all the information in each single object. I have tested the reference in SOAP UI, and here the web service yes...
5 Jul 2018 by Member 10103170
I'm posting to website some valid XML. The request works great in the SoapUI 5.4.0 environment. FileContent is good. I'm now tying to run the event when the user clicks a button on my website. Getting the following error back: SOAP-ENV:Client.authenticationErrorinvalid username or password ...
18 Sep 2018 by Richard Deeming
XML namespaces are a pain. The System.Xml.Linq namespace makes life slightly easier: XDocument xml = XDocument.Parse(ResponseAPI); XNamespace nsAccVal = "http://www.iibcdm.T24systems.com/FTAccountValidation"; IEnumerable xNodeList = xml.Descendants(nsAccVal + "IBANNumber"); string...
26 Sep 2018 by Afzaal Ahmad Zeeshan
You do not require to use proxy methods, you can directly test the APIs. There are several tests for the APIs, tests to check whether the API can afford the load, tests to check the standards of the HTTP being followed, and much more. Before I dive into the performance testing, if you need to...
16 Oct 2020 by Member 14878946
Hi All, I want to start a new API project for Soap ui Requests. Want to know which tool is the best one to use and project can be easily maintained. We are also considering specflow API tests! but not sure if this is right framework to use. Also,...
15 Jun 2021 by Vinay K M 2021
I have a scenario, where in an external application's client will be sending a soap message to SoapUI tool and the SoapUI tool should send a automated response message(multiple responses) back to the external application. Can this auto response...
8 Oct 2014 by Peri Venkatesh
A closer look at test suites and assertions
19 Feb 2016 by Abhishek Shrotriya
This tip gives the very basic/simple implementation to interact with SAP PI webservice for authorized recipients.
26 Sep 2018 by Member 11854052
I need to test restful methods with out using proxies? is there any possibilities ? What I have tried: Currently I used proxy to my methods to consume data, other than that any idea ?
18 Jan 2015 by Neeraj Sood
When calling WSDL code from SOAP UI, we are getting response, but when we try to call same WSDL from AXIS2 or CXF WS Client , we are getting null pointer exception. Unable to get solution for this.
21 Dec 2017 by Prem Kumar Rathrolla
Hello friends, I have a application where VB6 will Send response to Soap Tool Kit and then Soap will get response from a web service and revert that response back to VB6 application. Untill here, are you clear? Now, Soap Tool kit acts a Middleware in my current archietecture, isn't? Now i...
18 Sep 2018 by ranio
I want to get the value of nsAccVal:IBANNumber in the below soap UI XML. But getting the exception of Namespace Manager or XsltContext needed. This query has a prefix, variable, or user-defined function. My entire Soap envelope is as below:
12 Jan 2020 by ranio
I want to retrieve the password from the password digest from the hosted API in asp.net with c# via webservice while consuming the same during Password Digest Authentication Password Digest Creation Logic Password_Digest = Base64(SHA-1(nonce + created + password )) Request API is created...
6 Apr 2022 by Member 7513082
I want to generate username token id in the request header of a soap Request. I am using asp.net with c#. I tried to generate Username token as below: UsernameToken userToken = new UsernameToken(Username, Password, PasswordOption.SendHashed); I...