Quantcast
Channel: Javalobby - web services
Browsing latest articles
Browse All 27 View Live

soapUI 3.5 - The Protocol Release is Out

Location:  http://www.soapui.org/new_and_noteworthy_3_5.html eviware announces the release of soapUI 3.5  – The Protocol Release. This release extends the capabilities of soapUI to include testing of...

View Article



Moose XML for Java Makes XML and Web Services Fun

The newest, best way to get XML into and out of Java applications MooseXML for Java is the newest, best way to get XML data into and out of your Java applications and web services.Start with a simple...

View Article

Get Started with Java EE Security - Free Cheat Sheet

Click here to download your free DZone Refcard on Getting Started with Java EE Security now! 

View Article

Web services in Java

Web services are one of the most successful implementations of a Service Oriented Architecture, and they usually are presented as a public Api you can use to expand the capabilities of your...

View Article

Daily Dose - Your Passwords Need to be Longer

Due to the increasing performance unlocked by GPUs, password cracking software will soon be able to discover your 7-10 character password without a problem (special symbols won't make a difference)....

View Article


Generating Client JAVA code for WSDL using SOAP UI

Create a Soap UI project using your WSDL. Set the Preferences in SOAP UI for AXIS2 home directory. Right Click on the WSDL in SOAP UI and click generate code.

View Article

A programmer on the cloud

As a programmer, I hate duplication. But moving between different workstations, or even between a netbook and my primary computer, requires me to share data such as documents, code, PDF files and so on.

View Article

Why Interoperability Must Succeed for the Cloud to Survive

During the past two years, not a week has gone by without several press releases, blogs, editorials or articles about cloud interoperability crossing my electronic desk—enough to qualify the term as an...

View Article


Web Service Testing

This post recaps some results of my experiments with WS testing. In last few months I have been working on several projects – Spring WS Test, Spring WS 2.0 testing support and finally on Smock. All of...

View Article


OAuth in headless applications

OAuth is a wonderful standard: it allows users to give permissions to a third-party service to use theirs accounts on a website; but it works without forcing them to share their password like a...

View Article

Different SOAP encoding styles – RPC, RPC-literal, and document-literal

SOAP uses XML to marshal data that is transported to a software application.  Since SOAP’s introduction, three SOAP encoding styles have become popular and are reliably implemented across software...

View Article

SOA is a Set of Design Patterns for Building and Connecting Components

I’ve been writing a high-level ‘architectural vision’ document for my current clients. I thought it might be nice to republish bits of it here. This is the section that makes a justification of service...

View Article

Security Patterns: Decentralized Federated SAML2 IdPs

Say you are a globally distributed enterprise with thousands of branches. Each branch has it's own user store and manages it's own users. Also, each branch hosts it's own web applications. The...

View Article


RESTful Web Service Testing

Unit testing RESTful web services is rather complex.  Ideally, the services are tested in isolation before being packaged as a service.  However, sometimes people will want to test the "finished" or...

View Article

Web Services: JAX-WS vs Spring

In my endless search for the best way to develop applications, I’ve recently been interested in web services in general and contract-first in particular. Web services are coined contract-first when the...

View Article


The Virtuous Cycle of Being On-Call

… or how you can make on-call for service providers a virtuous cycle. Preview Text:  … or how you can make on-call for service providers a virtuous cycle. In the tech world, for everything that is...

View Article

Web Service Standard Complexity

Are we over-standardizing web services and hindering their adoption? No, and in fact I feel that it is helping its adoption in the modern corporate world. Standards, although they can be daunting and...

View Article


Templating Web Services with Velocity using Camel

When creating webservices a lot of people have objections against using JAXB for binding XML to objects. This may be because of performance reasons, allergy to generated code or simply a philosophical...

View Article

XINS web services framework 3.1 released

A new version of XINS, an open source web services framework has been released with performance improvements. I've just released the version 3.1 of XINS, an open source web services framework that...

View Article

Web Service Interoperability

This is an ongoing blog to Web Services development. In my previous blog, I talked about JAX-WS framework in detail and how to create code first and contract web services. In this blog, I will describe...

View Article

How to: Web Service Mock with SoapUI

Introduction A lot of organizations use web services (WSDL) for system integration. Often those services are developed alongside the application that uses those services. Instead of waiting for those...

View Article


Publishing a SOAP TEIID service

Teiid is a data virtualization system that allows applications to use data from multiple, heterogenous data stores. See how to publish a publish a TEIID web service using WSO API Manager in this...

View Article


Deploying CXF SOAP Web Services on Tomcat and Karaf

Preview Text:  This introduction shows the deployment of CXF-based SOAP web services as a WAR on embedded or standalone Apache Tomcat and as an OSGi bundle on Apache Karaf. How to create SOAP...

View Article

How to Configure Timeout Duration on the Client Side for Axis2 Web Services

Axis2 uses CommonsHTTPTransportSender by default, which is based on commons-httpclient-3.1. At transport level, there’re two types of timeouts that can be set: 1. Socket Timeout 2. Connection Timeout...

View Article

Implementing Memcached a Servlet Filter for Spring MVC-Based RESTful Services

I have a number of Spring MVC based RESTful services that return JSON. In 90% of the cases, the state of objects these services return will not change within a 24 hour period. This makes them (the JSON...

View Article

Browsing latest articles
Browse All 27 View Live




Latest Images