Re: WSImport w JDK 1.6.0_25 and Axis2 1.6.2: Generated stub fails compilation - Update: Actually issue occurring in WSDL2Code

2013-03-21 Thread Andreas Veithen
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

[Axis2]: org.apache.axiom.om.OMException: Unable to locate the SOAP Part

2013-03-21 Thread Stefan Traud
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

Re: [Axis2]: org.apache.axiom.om.OMException: Unable to locate the SOAP Part

2013-03-21 Thread Andreas Veithen
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

how to add namespace in stub

2013-03-21 Thread Ehlan.Siddiqi
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

Axis 2 1.6.2

2013-03-21 Thread Raja Nagendra Kumar
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