Questions tagged [axiom]

Axiom is a Java library developed by Apache that provides an XML object model implementation.

Axiom is a Java library developed by Apache that provides an XML object model implementation.

144 questions
0
votes
1 answer

Resolving Security Vulnerability in axiom-api 1.4 Due to Internal Dependency on apache-mime4j-core 0.8.6

I am currently working on a project that utilizes axiom-api 1.4 as a dependency. During a security audit, it was identified that axiom-api relies on an internal dependency, specifically apache-mime4j-core version 0.8.6, which has known…
ketan
  • 23
  • 3
0
votes
1 answer

OMLinkedListMetaFactory ClassCastException in a Tomcat Project on OpenSuse Server but not Locally

I'm working with two projects: one is a webservice and the other contains the business logic. The webservice project has a dependency on the business logic project. To run the project, I'm using Tomcat 9.0.65 and Java 11, with Maven for dependency…
0
votes
2 answers

How to resolve ClassNotFoundException with specific Axis2 and Axiom combinations in Tomcat 9 and Java 11?

Hello StackOverflow community, I'm having difficulties with my web project running on Apache Tomcat 9.0.62, using Java 11. My application uses the Axis2 (1.7.9) and Axiom (1.4.0) libraries for the creation and manipulation of web services. During…
0
votes
0 answers

Camel, Spring WS and Axiom MTOM and reading the attachments

Currently i'am migrating from Spring WS 4.x to 5.x. Within one of our test an MTOM Soap message is send to a camel servlet with a spring ws endpoint. Within the endpoint a bean is called that reads the attachments from the exchange. This was…
R.Groote
  • 88
  • 7
0
votes
1 answer

SOAP MTOM functionality after ,Upgrading axiom-impl-1.2.20.jar to axiom-impl-1.4.0.jar throws NULL Pointer for Datahandler

I have upgraded axiom-impl-1.2.20.jar to axiom-impl-1.4.0.jar and its corresponding jars axiom jars However , I am facing a NullPointerException issue in the existing code which is used for SOAP-MTOM functionality. Following is the…
0
votes
0 answers

axiom cvc-elt.1.a, only first node validated

I am trying to use Axiom to validate the pom file, but found that except the project can be verified successfully, the rest of the nodes have reported errors
0
votes
1 answer

I want to grab the username of each seller on this poshmark webpage using javascript, cheerio, and axiom

I've tried a lot of different things, and this seems to be the closest, but it only returns one of the div items i looking for... I've gotten it to return multiple, BUT whenever it does return multiple divs - It returns blank list when i try to call…
0
votes
0 answers

Find the weakest precondition - Axiomatic Semantics

What exactly is the weakest precondition and how can I find it for a given expression? Example: Give the weakest precondition for: i) WP[x = 5x;](x mod 10 = 0) ii) WP[x = z - 2;] (x<2) I tried: i) x=0 ii) z <4 can someone help me please to solve…
Mateo491
  • 3
  • 3
0
votes
1 answer

Hot to get SOAPBody String in axis2

guys! I am trying to get String of SOAPBody object request. I am using axis2 and Tomcat 9 for web-services. public static String getXMLSoapBody() { log.getLogger().debug("TEST - getXmlSoapBody - START"); String soapBody; SOAPBody body; …
0
votes
1 answer

< issue in AXIOM parser

Axiom parser converts "< ;" to "<" if it is followed by empty node.This makes the xml content invalid. XML Input: case 1: test < test1 case 2: test ear < test1 XML Output: case 1: test < test1
V_Dev
  • 83
  • 6
0
votes
0 answers

apache axiom soap client class mediator in EI 6.6.0

I have a class mediator as SOAP client using apache axiom libs: org.apache.ws.commons.axiom axiom-api 1.2.22
0
votes
1 answer

post indexed array Vue.js Axiom

I can post an array of objects in Vue, but I'm having trouble posting a simple indexed array. I'm giving streamlined code because I think the answer lies in plain sight for the experienced. Here's what I've got so far...
chillywilly
  • 405
  • 3
  • 11
0
votes
1 answer

Axiom distribution causes duplicate class issue with AspectJ

Axiom 1.2.15 distribution states in the release notes: The implementation JARs (axiom-impl and axiom-dom) are now built with AspectJ (to reduce source code duplication) and contain a small subset of classes from the AspectJ runtime library. There is…
0
votes
1 answer

Dependency Theory

I have: U-> PT….. 1 Q-> SU……2 etc... in using the reflexivity axiom can I then say Q-> S , Q-> U Q-> PT I trying to ask how this axiom works using the example above.
kt87
  • 51
  • 1
  • 3
  • 8
0
votes
1 answer

How to handle OMElement at serverside using MTOM-XOP concept?

Iam able to upload the image using MTOM-XOP by value concept.After that I tried to upload the same image using MTOM-XOP by Reference concept (XOP:Include).Iam able to write the Client program and generates the OMElement and passing this to Service…
ADIT
  • 2,388
  • 9
  • 34
  • 46