Consuming MTOM/XOP web services from Axis 1

Axis 1 does not support MTOM specification for the client side (and it only supports this specification partially for the server side [1]). However, sometimes this combination is required due to technologic restrictions. In this tutorial is described a way to access MTOM/XOP web services for file transfers using Axis 1 as client by implementingContinue reading “Consuming MTOM/XOP web services from Axis 1”

AXIS2 + JIBX web service client step by step

Below a low level tutorial on generating web services clients based on AXIS2 and JIBX marshalling. In real world, many of this tasks can be automatized using some tool like ANT or MAVEN. 0. Required tools AXIS2 1.4 JIBX 1.1  Java 5 1. Initial resources XSD file for JIBX WSDL file for AXIS2   service.xsd service.wsdl Note.Continue reading “AXIS2 + JIBX web service client step by step”