Tag Cloud
- ActiveMQ
- Artifactory
- AWS
- AWS Beanstalk
- AWS DynamoDB
- AWS EMR
- AWS Glacier
- AWS IAM
- AWS RDS
- AWS Route 53
- AWS S3
- AWS SDK Java
- AWS SQS
- AWS VPC
- Axis2
- blockchain
- Boxfuse
- BPEL
- BPMN
- Citrus
- Cloud
- CloudCheckr
- Continuous Build
- Continuous Delivery
- CruiseControl
- CXF
- DataMining
- Docker
- EJB3
- ethereum
- Git
- GitLab
- GlassFish
- Hadoop
- Hibernate
- IntelliJ IDEA
- iOS
- Jasper Reports
- JAX-WS
- JAXB
- JBoss AS
- Jenkins
- JMS
- Linux
- MapForce
- MapReduce
- maven
- MongoDB
- Mule
- Mule ESB
- Mule iON
- Netbeans
- Nexus
- OpenEJB
- Oracle BPEL
- Oracle iAS
- Oracle WSM
- Oracle XE
- Quartz
- Red Hat
- REST
- Security
- Smooks
- SOA/Web Services
- SoapUI
- Spring Boot
- Spring Framework
- Spring Integration
- Spring WS
- Swift
- TOGAF9
- Tomcat
- WSO2 ESB
- XCode
- XML/XSD/XSLT
Archives
Categories
Top Posts & Pages
- Use Spring and Hibernate with MongoDB
- Using AWS SQS as JMS provider with Spring
- Transforming XML to CSV via XSLT
- Small hack to avoid SSL validation in Spring RestTemplate
- Using a WAR module as dependency in Maven
- Compiling Jasper Reports with Maven2
- Assigning a subdomain to a Beanstalk application with AWS Route 53
- Finished 'iOS App Development with Swift' specialization at Coursera
- Using Amazon RDS with your WordPress installation
- Citrus testcase example: CSV File Inbound -> Xml Http Outbound
About me
Pascal Alma
Pascal is a senior IT consultant and has been working in IT since 1997. He is monitoring the latest development in new technologies (Mobile, Cloud, Big Data) closely and particularly interested in Java open source tool stacks, cloud related technologies like AWS and mobile development like building iOS apps with Swift. Specialties: Java/JEE/Spring Amazon AWS API/REST Big Data Continuous Delivery Swift/iOS
Personal Links
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 Mule, Security, SOA/Web Services, SoapUI, Spring Framework
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 SOA/Web Services, SoapUI
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 Oracle WSM, Security, SOA/Web Services, SoapUI
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 Oracle WSM, Security, SOA/Web Services, SoapUI
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 Oracle WSM, Security, SOA/Web Services, SoapUI
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 JBoss AS, SOA/Web Services, SoapUI, Spring Framework, Spring WS
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
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
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
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