Tag Archives: SoapUI
Set up Web Service Proxy with Mule3
In this post I show you how I setup a little test to see if and how easy I could manage to route the traffic to and from a web service through Mule ESB. The business case for this is … Continue reading
'Error import WSDL' in SoapUI
Although it has been a while since I posted about SoapUI I am still receiving questions about the tool. The most frequently asked question is how to solve the error ‘Error import WSDL’ so I will post the steps I … Continue reading
Testing Oracle WSM's web service signing and verifying with SoapUI
This will be the last ‘hands-on’ article about testing Oracle WSM setup with SoapUI. I have posted about two other examples here and here. In this example Oracle WSM is configured to verify the signature of the incoming SOAP message … Continue reading
Testing Oracle WSM's Encrypting and Decrypting with SoapUI
As said before I am currently going through the book ‘Oracle Web Service Manager‘. In chapter 5 of this book an example is given how to configure OWSM to encrypt outgoing and decrypt incoming soap messages for a web service. … Continue reading
Testing Oracle WSM's SOAP authentication with SoapUI
Last week I started to have a look at the product ‘Oracle Web Server Manager‘. I am reading a packtpub book about this product and am halfway now. I will post more about this book later but one thing I … Continue reading
Using StAX with Spring WS
As I have posted before we are using XFire to implement our web service. Unfortunately, we are running into some serious issues with the framework, so we decided to look after another implementation. Since XFire is no longer supported by … Continue reading
Creating an EJB3 WebService with Maven2 running on JBoss 4.2.1
In this blog I’ll show you how you can create a WebService of your EJB3 objects by using anotations. I will also show you how to build and deploy the package with Maven2. Let’s start with the initial situation. I … Continue reading
Debugging SOAP by logging the incoming HttpRequest
As I described here I had a situation in which we wanted to be able to store all incoming SOAP requests for debugging purposes. The thing that made it a little tricky was that the logging had to be done … Continue reading
Could it be true? A bug in Soap UI?
While performing the load test of our web service (of course with my favourite tool SoapUI) I was getting some errors when I used a number of threads at a time to call my service. Most error messages were related … Continue reading
Another common issue solved with Soap UI
Well, I think it is clear now I am a big fan of SoapUI. So here is another post about it. This time I explain how you can use it to perform a load test for your webservice and how … Continue reading