troubles with skeleton generation tools from wsdl

2009-02-11 Thread Philippe Torrelli
Hello list, As it is my first post, a short introduction: I work on a telephony solution that is currently built over a servicemix/activemqueue architecture and that we now would like to embed on a very small hardware. As java doesn't seem to be a reasonable option on this, I try to evaluate

RE: troubles with skeleton generation tools from wsdl

2009-02-11 Thread Haszlakiewicz, Eric
-Original Message- From: Philippe Torrelli [mailto:philippe.torre...@alcatel-lucent.fr] needs, and I'm now trying to implement little key parts of our stuff with axis2c and having hard time with it. This is with axis2c 1.5.0, installed on a linux pc from the binary tarball available

Re: troubles with skeleton generation tools from wsdl

2009-02-11 Thread Dimuthu Gamage
Hi, Did you try the latest Axis2/Java version, http://ws.apache.org/axis2/download.cgi Thanks Dimuthu On Thu, Feb 12, 2009 at 12:15 AM, Haszlakiewicz, Eric ehas...@transunion.com wrote: -Original Message- From: Philippe Torrelli [mailto:philippe.torre...@alcatel-lucent.fr] needs,

SOA Help

2009-02-11 Thread Appasamy Thirugnana
Hi Everyone, I know Axis2 webservices in an intermediate level . I would like to know about SOA architectures which utilises webservices . Can anyone provide some good introduction tutorial for SOA for an axis user. Thanks Appasamy

Re: SOA Help

2009-02-11 Thread keith chapman
This article [1] gives an overview of SOA. Thanks, Keith. [1] http://wso2.org/library/3174 On Wed, Feb 11, 2009 at 2:30 PM, Appasamy Thirugnana athirugn...@sapient.com wrote: Hi Everyone, I know Axis2 webservices in an intermediate level . I would like to know about SOA

Re: SOA Help

2009-02-11 Thread Sabari Venkatachalam
Hi Appasamy,   I have given the links below for SOA with web services tutorials. I hope this would help you.   http://www.ibm.com/developerworks/webservices/library/ws-soa-axis2-1/   http://java.sun.com/developer/technicalArticles/WebServices/soa/   Regards, Sabari --- On Wed, 11/2/09, Appasamy

Re: Issue with Axis OMElement

2009-02-11 Thread Sathish C
Thanks Keith. Yes. This does enable me to generate a stub that looks for optimized binary content. Regards, Sathish C On Wed, Feb 11, 2009 at 4:51 AM, keith chapman keithgchap...@gmail.comwrote: Hi, The problem us that your WSDL specifies the type as xs:any. When sending out binary data (as

Axis2 SoapWithAttachement issue extra new line when attachment of specific size.

2009-02-11 Thread Yogesh . Dhake
Hi All I am using Axis 1.3and seen a weird behavior with SWA feature. It look like when my size is of 849 bytes a additional /r/n is added to message. If I send attachment of 848 bytes I do receive of exactly 848 bytes . But if I send attachment of 849 bytes. I receive 851 bytes.

Re: Axis2 SoapWithAttachement issue extra new line when attachment of specific size.

2009-02-11 Thread Andreas Veithen
This looks like issue WSCOMMONS-328 [1] which has been fixed in Axiom 1.2.8. Newer versions of Axiom should still work with Axis 1.3, so you might want to try to simply replace the Axiom JARs by the latest version. Andreas [1] https://issues.apache.org/jira/browse/WSCOMMONS-328 2009/2/11

RE: ServiceClient and memory leaks

2009-02-11 Thread Attharkar, Asmita
Thanks Amila, I used the Axis2-1.4.1 and the memory leak issue is resolved. Thanks, Asmita From: Amila Suriarachchi [mailto:amilasuriarach...@gmail.com] Sent: Monday, February 09, 2009 11:57 PM To: axis-user@ws.apache.org Subject: Re: ServiceClient and memory

Re: Axis2(1.4) + Rampart 1.4 usage

2009-02-11 Thread Landslide
Can anyone help confirm that I can not do PasswordDigest with Axis2 using policy on the client side? Thanks! -- View this message in context: http://www.nabble.com/Axis2%281.4%29-%2B-Rampart-1.4-throws-exception-tp17877253p21964907.html Sent from the Axis - User mailing list archive at

Fwd: Abstract classes in WSDL

2009-02-11 Thread Jason Wells
Hi, Can anyone please help with this? Is this a know bug in Axis2? Jason Begin forwarded message: From: Jason Wells ja...@wells.me Date: February 10, 2009 4:30:33 PM PST To: axis-user@ws.apache.org Subject: Abstract classes in WSDL Hello, I have a simple abstract class exposed as part of

Re: How to intercept soap message from Client

2009-02-11 Thread keith chapman
Are you using Axis on the client side and not Axis2? Thanks, Keith. On Tue, Feb 10, 2009 at 5:51 PM, Nihita Goel nihita.g...@gmail.com wrote: Hi: I am trying to intercept the Client side SOAP messages. I have done the following for the same: 1. extended class BasicHandler and implemented

unsubscribe

2009-02-11 Thread Zhu Zhong
___ 好玩贺卡等你发,邮箱贺卡全新上线! http://card.mail.cn.yahoo.com/

Re: How to intercept soap message from Client

2009-02-11 Thread Nihita Goel
Yes .. am using Axis 1.4. Is it that this procedure works with Axis2? Thanks Nihita On Thu, Feb 12, 2009 at 7:32 AM, keith chapman keithgchap...@gmail.comwrote: Are you using Axis on the client side and not Axis2? Thanks, Keith. On Tue, Feb 10, 2009 at 5:51 PM, Nihita Goel

hot deployment and 'undeployment'

2009-02-11 Thread Yan Liu
Hi, Hot deployment feature in Axis2 1.4.1 is great. I'd like to create an automatic service deployment module for our software system using hot deployment. I have two questions, though: 1. is there documentation on programmatic way for hot deployment? I looked at

Fwd: Applying policies at binding hierarchy in Apache Axis2 1.4.1/Rampart 1.4

2009-02-11 Thread Alexis Midon
(forwarding to the rampart folks) Alexis -- Forwarded message -- From: Alexis Midon mi...@intalio.com Date: Tue, Feb 10, 2009 at 5:50 PM Subject: Applying policies at binding hierarchy in Apache Axis2 1.4.1/Rampart 1.4 To: axis-user@ws.apache.org Hi everyone, based on this

[Axis2] Stack overflow error in wsdl2java for wsdl that imports several xsds

2009-02-11 Thread Pantvaidya, Vishwajit
I am using Axis 1.4.1 WSDL2Java to generate client side stubs for 2 wsdls. Both of these, in their types section, import 7-8 xsd schemas using xsd:import. Code generation for one of the wsdls goes fine. The other one terminates with following error. Is this a bug? Any workaround? [java]

Fw: Query with JAX-WS client accessing service...

2009-02-11 Thread Nayak Narayan
Hi, I am new to Axis 2 and web service world. I am encountered with exception when i access service through client [ServiceFacade.java] using JAX-WS but same is running when i try to access through CXF. Exception in thread main javax.xml.ws.soap.SOAPFaultException: An error was