Web Services

 

Say you want to invoke a remote web service deployed on a server that requires SSL. Say, the maintainers of the server couldn't (ot could not be bothered) getting a real, shiny, authetic, SSL certificate signed by a real CA. Or - more likely - let's say you are the one developing the service and the service consumer, and you don't have a valid certificate for each of your development machines (as you may know, ssl certificates are specific to a machine).

Problem: your http client used to access the service will never pass the ssl handshake.

Solution: see here: http://devcentral.f5.com/weblogs/joe/archive/2005/07/06/1345.aspx for a real life saver

zvika 21/06/2009 - 17:42

As of  Tuesday, December 01, 2009 Google analytics supports Asynchronous Tracking.
Quote from: http://code.google.com/apis/analytics/docs/tracking/asyncTracking.html

hagzag 14/12/2009 - 00:04

An article demonstrating a neat Java 6 SE feature: publishing a SOAP web service from a standalone application. This may be quite useful for prototyping, testing, building slim gateways that expose a WS on the outside and connect to an internal JVM process on the inside without the need for a full blown container. How can this be done? using the magical @WebService annotation and a call to Endpoint.publish(url, serviceObj). Ooops! I've ruined the surprise.

 

See: http://technology.amis.nl/blog/5560/publish-a-webservice-from-a-poja-plain-old-java-application-that-is-out-of-the-container-using-endpoint-class

zvika 11/06/2009 - 00:49

This document describes the installation process of Axis C++ on windows OS , using Apache web server, to the point where you have a running Calculator sample (provided with Axis) web service.

ilan 24/06/2008 - 15:55

Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.

zvika 30/04/2008 - 14:14

I'd like to summarize the project I made for Pontis. In the attachments there are 2 presentations: a presentation about metaprogramming, Pontis kernel and web services in Java. The second presentation is only about web services in java, with little more details.

Also there is a sample project which demonstrates simplified deployment method for Axis2. To run it, you need to add all Axis2 jars and dependencies into WEB-INF/lib.

These are web resources used for preparing the java webservices part of the presentation:

andrew 22/04/2008 - 09:55
Syndicate content