Archive for 'Soap UI'
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 the community (or at least at a very low profile) and ‘replaced’ by CXF, we [...]
Posted: June 14th, 2008 under General, JBoss AS, Maven2, SOA/Web Services, Soap UI, Spring Framework, Spring WS.
Comments: 3
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 have installed JBoss 4.2.1 and Maven2. In my settings.xml of Maven2 I have set a property [...]
Posted: February 3rd, 2008 under EJB3, General, JBoss AS, Maven2, SOA/Web Services, Soap UI.
Comments: 8
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 before the request reached the XFire servlet and after JBoss had decoded the request (it [...]
Posted: August 24th, 2007 under General, J2EE Frameworks, SOA/Web Services, Soap UI.
Comments: 9
Could it be true? A bug in Soap UI?
This post is about a common rule for software developers (well, actually it is valid for every person in every day life). The rule is that whatever people tell you, it is wise to check it for yourself to make sure they are right.
While performing the load test of our web service (of course with [...]
Posted: August 14th, 2007 under General, SOA/Web Services, Soap UI, XML/XMLDB.
Comments: 5
Another common issue solved with Soap UI
Well, I think it is clear now I am a big fan of Soap UI. 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 to work around a common issue with it. One of the business rules we [...]
Posted: July 11th, 2007 under General, SOA/Web Services, Soap UI.
Comments: 12
Managing the test-database with SOAP UI
As I blogged a few posts ago, we are using the freeedition of SOAP UI to test our webservice and are very pleased about it.
In this post I will show you one way to solve a common problem when you are testing your software. It is the intial
managing the state of the database you are [...]
Posted: July 9th, 2007 under General, SOA/Web Services, Soap UI.
Comments: 3
Using SoapUI for testing your webservice
In my previous post I showed you how you can use Ant and XFire to create a client for your webservice. Another, even nicer and easier way, to test your webservice is to make use of soapUI. This is a free tool (I haven’t used the Pro version yet) with which you can easily create [...]
Posted: May 23rd, 2007 under General, SOA/Web Services, Soap UI.
Comments: 135
