-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.txt
More file actions
46 lines (29 loc) · 1.33 KB
/
README.txt
File metadata and controls
46 lines (29 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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:
Thank you for using Axiom!
The Apache Axiom Team.