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
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
Category Archives: Web Service
Enabling WSSE Basic Authentication for a Web Service client in Mule
In a previous post I described how to enable WSSE security options in your web services proxied by Mule ESB. In this post I show you how to enable WSSE basic authentication on a ‘client’ side. I used this set … Continue reading
Posted in Mule3, Web Service
Tagged CXF, Mule ESB, Security, SOA/Web Services
Comments Off on Enabling WSSE Basic Authentication for a Web Service client in Mule
Obtaining the complete XML message as xs:string with XSLT
At a recent project I needed to implement functionality which would store an incoming message in a relational database. Since we were using the WSO2 platform I created a WSO2 DataService for this by generating a Data WebService based in … Continue reading
Posted in Web Service, XML/ XSD/ XSLT
Tagged WSO2 ESB, XML/XSD/XSLT
Comments Off on Obtaining the complete XML message as xs:string with XSLT
One way messaging with WSO2 ESB
As I posted before I am currently working with the WSO2 ESB. To get a good understanding of this ESB I have been walking through the samples (haven’t finished all of them yet 😉 ). Example 12 is about one-way … Continue reading
Posted in Axis2, Web Service, WSO2 ESB
Tagged Axis2, SOA/Web Services, WSO2 ESB
Comments Off on One way messaging with WSO2 ESB
Starting with WSO2 ESB by running the samples
I recently joined a new assignment where we have to implement an ESB solution based on the WSO2 toolstack. Although I am familiair with most of the concepts of the ESB and some other implementations (like Mule ESB) it is … Continue reading
Using Maven Jetty plugin
Although I am using Maven since a long time I never used the Jetty plugin until recently. To be able to test a REST client I created a servlet which showed me all incoming parameters and headers with the incoming … Continue reading
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
Signing and Validating Soap requests with Mule ESB
Some months ago I have been busy implementing a web-service-proxy by using the Mule ESB CE. Although it took some work to get it up setup nicely it is working well now for quite some time. In this post I … Continue reading
Removing DiffGram element in web service messages
Some time ago I was asked to review existing web services for a customer. The main thing I noticed was that they were using Microsoft’s diffgram elements and attributes in their input and output messages. I was not familiar with … Continue reading
Posted in General, JAXB, Web Service, XML/ XSD/ XSLT
Tagged XML/XSD/XSLT
Comments Off on Removing DiffGram element in web service messages
Creating a sample web service quickly
Every now and then I am evaluating a tool or framework for which I need a web service. Although there are examples of running serviuces available on the web, I don´t always have access to the web and sometimes you … Continue reading
Posted in Technical, Web Service
Tagged SOA/Web Services
Comments Off on Creating a sample web service quickly
Combining Mule with a BPEL Engine
In my current project we are going to need a BPEL engine besides our Mule CE implementation. Actually, we will use Mule for our stateless communication between systems and use BPEL for the stateful processes. One of the possible frameworks … Continue reading