Re: error in wsdl2java of axis2

2008-06-30 Thread Sander de Boer
Axis2 does not support the soap encoding. thanks, Amila. How can I fix that? Regards, Sander - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Axis2 1.3 to Axis2 1.4

2008-06-30 Thread Fabien Couvert
I checked the system classpath and it doesn't containt any jar. Only a .zip file for quicktime. Where tomcat can find Jaxb2.0 ?! sumedha rubasinghe a écrit : Well... then how about your system classpath? Open up a new command window and check what jars are in your classpath. /sumedha

Re: Axis2 1.3 to Axis2 1.4

2008-06-30 Thread Fabien Couvert
Fabien Couvert a écrit : I checked the system classpath and it doesn't containt any jar. Only a .zip file for quicktime. Where tomcat can find Jaxb2.0 ?! here is the error server side : [ERROR] AxisServlet.doPost() - JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI

Could not validate encryption against any of the supported token types: Axis2.0 and Weblogic 9.2

2008-06-30 Thread anan.rapheal
Hi, I have generated stubs using axis2.0 from a weblogic generated WSDL( webservice is deployed on Weblogic 9.2). Webservice has security policy (Auth.xml). I am trying to invoke the webservice using Apache2.1.3 and Rampart 1.3 modules. I am getting the following error: Exception in thread main

RE: ADB external mapping

2008-06-30 Thread Martin Kadlec
Hi Amila, thank you for the quick answer. I already tried to edit the parse() and serialize() methods in the generated code but ended up with a dangling XMLStreamReader at the one and a XMLStreamWriter at the other end. I don't see a way to ge input/output streams from these writers. Is

RE: Exceptions when using a Rampart client generated from stub classes.

2008-06-30 Thread Sanjay Vivek
Hi Nandana, I looked through the populateAxisService() method for both Axis2.1.3 and Axis2.1.4 and it appears that the policy is not attached to the Stub for the populateAxisService() method for Axis2.1.4. What is the workaround in this case? Does this mean we can't use Stub classes for

Re: Relying on Http error codes with AXIS

2008-06-30 Thread Mohan Radhakrishnan
Hi, As a follow-up I use this code in the client OperationContext oct = stub._getServiceClient().getLastOperationContext(); MessageContext mct = oct.getMessageContext(WSDLConstants.HTTP_HEADER ); It doesn't print the http headers. Thanks, Mohan -- View this message

CRUD web service (Axis 1.4)

2008-06-30 Thread Duseja, Sushil
Hello, Can anyone please let me know as to - how can I create a simple CRUD web service (say - for an employee)? In other words, I want to develop a web service, with CREATE, RETRIEVE, UPDATE and DELETE operations, using Axis 1.4. Any sample application would help a great deal. Thanking

Re: CRUD web service (Axis 1.4)

2008-06-30 Thread Pedro Felipe
Hi Sushil! You should read this book: TONG, Ka Iok 'Kent'. *Developing Web Services with Apache Axis*. 2005. []'s Pedro On Mon, Jun 30, 2008 at 9:30 AM, Duseja, Sushil [EMAIL PROTECTED] wrote: Hello, Can anyone please let me know as to – how can I create a simple *CRUD web

RE: CRUD web service (Axis 1.4)

2008-06-30 Thread Duseja, Sushil
Hello Pedro, Which chapter, of the book, should I go through, to learn how to write CRUD web service. Thanks. From: Pedro Felipe [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2008 6:25 PM To: axis-user@ws.apache.org Subject: Re: CRUD web service (Axis 1.4) Hi Sushil! You

Web service returning list or array

2008-06-30 Thread Duseja, Sushil
Hello, Please let me know how to write a client (using axis 1.4) that consumes a web service returning a list or an array of custom objects (say - Employee). Thanks.

Re: CRUD web service (Axis 1.4)

2008-06-30 Thread José Ferreiro
Hello Pedro, The book will help you to understand how to develop/deploy web services using Axis 1.4 but will definitely not provide you information on how to implement CRUD. You will have to develop your DAO layer by side. I recommend you to read the book if you don't have experience with Web

OutOfMemory in stub if reusing ConfigurationContext

2008-06-30 Thread seehamster
Hi, I am using Axis2 1.4 XMLBeans client stubs with shared Commons HttpClient. I get OutOfMemory errors, if I reuse ConfigurationContext previously generated by: configurationContext = ConfigurationContextFactory.createConfigurationContextFromFileSystem(null, null); The stub instance is

Re: DIME attachment error

2008-06-30 Thread ss shah
We fixed this problem as described in axis wiki :: http://wiki.apache.org/ws/FrontPage/Axis/AttachmentProblems Ss - Original Message From: ss shah [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, June 26, 2008 9:48:06 PM Subject: DIME attachment error Hi All,   We are