• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Does AXIS 1.4 support SOAP 1.2

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am developing a Webservice Client and I need to use SOAP 1.2.
I am using WSAD 5.1 as the IDE.
I am planning to use AXIS 1.4 for development. Can anyone please let me know If AXIS 1.4 supports SOAP 1.2?

I need to encrypt the SOAP messages. So manipulation of the SOAP eader is required. How can I add the header information to the SOAP messages in AXIS 1.4?

Any help will be highly appreciated.

Thanks & regards,
Anup
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is what the AXIS docs say about features:

SOAP 1.1/1.2 compliant engine
Flexible configuration / deployment system
Support for "drop-in" deployment of SOAP services (JWS)
Support for all basic types, and a type mapping system for defining new serializers/deserializers
Automatic serialization/deserialization of Java Beans, including customizable mapping of fields to XML elements/attributes
Automatic two-way conversions between Java Collections and SOAP Arrays
Providers for RPC and message based SOAP services
Automatic WSDL generation from deployed services
WSDL2Java tool for building Java proxies and skeletons from WSDL documents
Java2WSDL tool for building WSDL from Java classes.
Preliminary security extensions, which can integrate with Servlet 2.2 security/roles
Support for session-oriented services, via HTTP cookies or transport-independent SOAP headers
Preliminary support for the SOAP with Attachments specification
An EJB provider for accessing EJB's as Web Services
HTTP servlet-based transport
JMS based transport
Standalone version of the server (with HTTP support)
Examples, including a client and server for the SoapBuilders community interoperability tests and experimental TCP, JMS, and file-based transports.


Bill
 
No matter. Try again. Fail again. Fail better. This time, do it with this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic