mailursubbu/CalixSoapAxiom
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Axiom is updated to consume the CMS apis.
CMS apis were using SOAP 1.2 namespace but were complaint with SOAP 1.1.
Hence Axiom is updated to ignore few of the checks, to work with CMS. This is a very bad way to fix !!!
Changed below file to avoid the error even when namespace is not mathcing to SOAP standards
./axiom-api/src/main/java/org/apache/axiom/soap/impl/builder/StAXSOAPModelBuilder.java
How to build this project:
cd {ROOT_OF_THIS_project}
mvn -Dmaven.test.skip=true -Dmaven.javadoc.skip=true clean package
Where to find the jar:
ls -l ${ROOT_OF_THIS_PROJECT}/axiom-all/target/axiom-all-1.2.20.jar
Add the above jar file into your project dependancies.
======================================================
Apache Axiom ${project.version} (${build_date})
http://ws.apache.org/axiom/
------------------------------------------------------
___________________
Documentation
===================
Documentation can be found within this release and in the main site.
___________________
Support
===================
Any problem with this release can be reported to Apache Web Services mailing lists.
If you are sending an email to the mailing list make sure to add the [Axiom] prefix to the subject.
Mailing list subscription:
[email protected]
[email protected]
Thank you for using Axiom!
The Apache Axiom Team.