Re: Maven2 WSDL2Code Plug-in

2012-07-11 Thread Sagara Gunathunga
On Wed, Jul 11, 2012 at 5:06 AM, tamahmed tameem.ah...@gmail.com wrote: Thanks Sagara, Its the same issue even now after updating to 1.6.2. All I need is get rid of axis2/wsdl2code/src path from target/generated-sources/axis2/wsdl2code/src I don't think you can get rid of src but clearly

Packaging/dependency issues with .aar files

2012-07-11 Thread Auke Schrijnen
Hi, I'm running into some issues when packing Axis2 services as .aar file and depending on those services in a Axis2 webapp. Dependencies of the Axis2 services are included in the .aar file, as i suspected. The thing is that those dependencies are also included in the .war file because maven

AW: How to get a formatted OMElement content

2012-07-11 Thread Stadelmann Josef
Maybe that one helps http://stackoverflow.com/questions/1384802/java-how-to-indent-xml-genera ted-by-transformer Josef - there is a lot more in Google, also if you feed your stream into a file.xml and pass that file.xml to an InternetExplorer IE will format itself for display purpose.

[Axis2] how to unlock and delete temporary files

2012-07-11 Thread Zanelli Franco
I'm using axis2 1.6.1 with rampard and I experienced that my application creates many temporary files named axis.axis2-1.6.1.jar on folder ...\Temp\axis2-tmp-tmp . These files are deleted only when I restart the application, but my application needs to be always running. I checked in

Re: How to get a formatted OMElement content

2012-07-11 Thread Andreas Veithen
The StackOverflow question was for DOM. You can use the same approach for Axiom, but instead of a DOMSource, use the SAXSource returned by the following method: http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMContainer.html#getSAXSource(boolean) Andreas On Wed, Jul 11, 2012 at 3:53 PM,

Re: [Axis2] how to unlock and delete temporary files

2012-07-11 Thread Sagara Gunathunga
Can you provide list file names you found on temporary directory during runtime. In Linux tree utility provide nice list of content. Thanks ! On Wed, Jul 11, 2012 at 7:30 PM, Zanelli Franco fzane...@tecnosens.it wrote: I'm using axis2 1.6.1 with rampard and I experienced that my application

Re: [Axis2] REST web service

2012-07-11 Thread Jack Sprat
Thanks for the reply.  I always use the contract first approach.  The code was generated from the WSDL using the wsdl2java tool.  The WSDL is pasted below.   ?xml version=1.0 encoding=UTF-8? wsdl:definitions name=ShipmentTrackingService  

Axis2 generates Skeleton only for one port, but I have 2 ports

2012-07-11 Thread Ilya Kazakevich
Hello, I have 2 ports in my WSDL: wsdl:portType name=Interface1 wsdl:portType name=Interface2 I run wsdl2java -g -o result -p com.foo -ss -ssi -ap -g -uri MyService.wsdl After it I can find only Interface1SkeletonInterface.java in my com/foo folder. Why? Ilya Kazakevich, Developer

Re: [rampart/opensaml] bad artifacts returned causing mvn builds to fail

2012-07-11 Thread Andreas Veithen
We cannot change versions that have already been released. Therefore the change is currently only available in trunk. Note that only Rampart has this issue. Axis2 is unaffected. Andreas On Mon, Jul 9, 2012 at 1:22 PM, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: Thank you very