Tag Archives: SoapUI

Testing a secured Mule ESB Web Service Proxy with SoapUI

A few weeks ago I received a mail with a request to look into an issue of which I was pretty sure I had solved it before. Since I couldn’t find how I did it back then I decided to … Continue reading

Posted in Mule3, Security, SoapUI, Spring Framework, Web Service | Tagged , , , , | 9 Comments

‘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

Posted in SoapUI, Web Service | Tagged , | Comments Off on ‘Error import WSDL’ in SoapUI

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

Posted in Security, SoapUI, Web Service | Tagged , , , | Comments Off on Testing Oracle WSM’s web service signing and verifying with SoapUI

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

Posted in Security, SoapUI, Web Service | Tagged , , , | Comments Off on Testing Oracle WSM’s Encrypting and Decrypting with SoapUI

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

Posted in Security, SoapUI, Web Service | Tagged , , , | Comments Off on Testing Oracle WSM’s SOAP authentication with SoapUI

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

Posted in Spring Framework, XML/ XSD/ XSLT | Tagged , , , , | 4 Comments

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

Posted in EJB3, JBoss, Maven | Tagged , , , , | 14 Comments

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

Posted in Web Service | Tagged , | 9 Comments

Threading issues with SoapUI?

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

Posted in SoapUI | Tagged , , | 4 Comments

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

Posted in SoapUI | Tagged , | 15 Comments