That's simply because the code in JaxbRIDatabindingTemplate.xsl is
incorrect. position() != last() checks if the current node is the last
node, but the expression appears in an block. So, if the last
node doesn't satisfy the condition of the block, then an
extra comma is generated and the generat
We use an Axis2 (1.6.1) webservice and client (top-down design using ADB) to
collect medical images (using MTOM).
While this works smoothly all over the world, a customer in Turkey can not get
rid of the following exception:
(...)
Caused by: org.apache.axis2.AxisFault: Unable to locate the SOAP
Could be related to AXIOM-389.
Andreas
On Thu, Mar 21, 2013 at 12:25 PM, Stefan Traud wrote:
> We use an Axis2 (1.6.1) webservice and client (top-down design using ADB) to
> collect medical images (using MTOM).
>
> While this works smoothly all over the world, a customer in Turkey can not
> get
Hello Everyone
I have created a Client stub using wsdl2java from my client's Schema.
But it seems that they are not passing a needed namespace in their response,
therefore my stub.getOperation() is failing parsing.
I know in XMLBean I can pass XMLOptions while parsing the Document.
Can I pass O
Hi,
Could any one tell me if Axis 1.6.2 already has pre-packaged Sandesha2
by default.
I do see addtion of RMPhase as said in
http://axis.apache.org/axis2/java/sandesha/userGuide.html#install
in
axis2.xml file.
However donot see any sandesha jar files.
Any good test point for Axis2 usage w