Re: Memory leak report for Axis2c 1.4

2008-05-16 Thread Supun Kamburugamuva
Hi Steven, The second issue that you mentioned is a memory leak and I have created a Jira and fixed the issue in the trunk. Please check weather my fix solved the problem. http://issues.apache.org/jira/browse/AXIS2C-1144 Regards, Supun.. On Fri, May 16, 2008 at 8:30 AM, Milinda Pathirage

Re: Linking hello_svc.c example

2008-05-16 Thread Andreas Karseras
Hi, I have just checked and do not see axis2_axiom - it was not part of the package downloaded. Should it be there ? Just to stress that I am currently working in Windows and not Linux (I see axis2_axiom in the Linix bin package). Package details as follows:-

Re: Linking hello_svc.c example

2008-05-16 Thread Dinesh Premalal
Hi Andy, Andreas Karseras [EMAIL PROTECTED] writes: Hi, I have just checked and do not see axis2_axiom - it was not part of the package downloaded. Should it be there ? Just to stress that I am currently working in Windows and not Linux (I see axis2_axiom in the Linix bin package).

Need information on AIXs source

2008-05-16 Thread Sreenivasulu Gelle
HI , Is there any reason why src distribution for axis-c on Windows and Linux is different? Is source is different for different platforms?? -Srini

Re: Linking hello_svc.c example

2008-05-16 Thread Andreas Karseras
Hi - decided to run in Linux instead and all is good. Thanks for all the help provided ! Andreas - Original Message From: Dinesh Premalal [EMAIL PROTECTED] To: axis-c-user@ws.apache.org Sent: Friday, May 16, 2008 12:04:05 PM Subject: Re: Linking hello_svc.c example Hi Andy, Andreas

Axis2/C doc/lit wrapper vs. non-wrapper style

2008-05-16 Thread Nadir Amra
How does axis2/C handle document/literal wrapped vs. unwrapped? Does it support it? What is the default? When I generate client stubs it seems it is always the case that the following is generated: adb_phoneStatusResponse_t* axis2_stub_op_IPTelephonyService_phoneStatusRequest(

Re: Axis2/C doc/lit wrapper vs. non-wrapper style

2008-05-16 Thread Dimuthu Gamage
Hi Nadir, If I start with answering your questions straight away, 1. In Axis2/Java (with Axis2/Java codegen tool) you can use wrapped or unwrapped mode ( -uw option) for any wsdl regardless whether it is a (just doc-lit, doc-lit bare or doc-lit wrapped wsdl.) But unlike Axis2/Java, Axis2/C still

Re: Axis2/C doc/lit wrapper vs. non-wrapper style

2008-05-16 Thread Dimuthu Gamage
Please see the inline comment. On Sat, May 17, 2008 at 10:01 AM, Dimuthu Gamage [EMAIL PROTECTED] wrote: Hi Nadir, If I start with answering your questions straight away, 1. In Axis2/Java (with Axis2/Java codegen tool) you can use wrapped or unwrapped mode ( -uw option) for any wsdl

Re: Interoperability in axis 1.4 and wse 3.0

2008-05-16 Thread José Ferreiro
Hello Anthony, Apache has two projects on web services [http://ws.apache.org/]. 1 - Axis 1.x [2] 2 - and Axis2 which is a redesign of Axis 1.x [3]. I fully agree with you that Axis2 will be more compatible with WSE 3.0. In my test I used Axis 1.x (version Axis 1.4) implementing X.509 Token

wsp policy and addressing

2008-05-16 Thread Michelantonio Trizio
Hi, I have this error. org.apache.axis2.AxisFault: Error in extracting message properties at org.apache.rampart.handler.RampartSender.invoke(RampartSender.java:70) at org.apache.axis2.engine.Phase.invoke(Phase.java:292) at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:212)

DeserializationContext SOAPFaultBuilder on client.

2008-05-16 Thread Alexey Zavizionov
Hello list, I am a subscriber of the list more than a year.. :) You have helped many people. I have an exc with my web service which based on axis1 1.4 and deployed on WAS 6.1: java.lang.RuntimeException: SRV.8.2: RequestWrapper objects must extend ServletRequestWrapper or

Re: rampart and sessions

2008-05-16 Thread Ruchith Fernando
Please have a look at policy/sample04 in the rampart distro. You can try rampart-1.4-RC2 [1] with Axis2-1.4 Thanks, Ruchith 1. http://people.apache.org/~nandana/rampart-1.4/RC2/dist/ On Thu, May 15, 2008 at 5:25 PM, Michelantonio Trizio [EMAIL PROTECTED] wrote: Hi, I'd like to know how I can

Re: rampart and sessions

2008-05-16 Thread Michelantonio Trizio
Before I will make a lot of proofs, Can you say me if it is possible integrate rampart policy with soapsession? I'm trying to do that from 3 days, but I met a lot of problems. Thank you. Mikelantonio 2008/5/16 Ruchith Fernando [EMAIL PROTECTED]: Please

[axis2] update from axis2 1.3 with rampart 1.3 to axis2 1.4 and rampart svn

2008-05-16 Thread Holger Uhlitzsch
Hi, i'm trying to update from axis2 1.3 with rampart 1.3 to axis2 1.4 with rampart (today) svn. I'm running with jdk 1.4. I get an error on server validating the username token. org.apache.axis2.AxisFault: InvalidSecurity at

Re: rampart and sessions

2008-05-16 Thread Ruchith Fernando
I have not tried this ... but if you simply use message level security (not secure conversation) with soap session... it should simply work. This is because rampart simply secures each and every message according to the given policy without any concern about the session. If you can describe what

Re: rampart and sessions

2008-05-16 Thread Michelantonio Trizio
The problem i met, is that defining a policy and managing session at the same time, rampart tried to interpret the session header and an error occurred. thanks, Mikelantonio 2008/5/16 Ruchith Fernando [EMAIL PROTECTED]: I have not tried this ... but if you simply use message level security

[axis2] wsdl2java Cannot Determine MEP with only one Porttype

2008-05-16 Thread Mark Henning
Good Day, I am having trouble with the first of many WSDL files I am authoring to implement a web-services-as-process-integration project. XMLSpy validates it as a valid WSDL file. After the error text, I will include the WSDL in this order: PermutationSvc.wsdl: This file is the master file I

Re: How to make Axis2 generated codes implement our own interfaces?

2008-05-16 Thread Joe Smithian
Thanks for your comments. Having interfaces would simplify the application I am developing using the generated classes. I have only used the default adb data binding. Joe On Thu, May 15, 2008 at 3:02 PM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Ajith Ranabahu wrote: The Java

[axis2] java2wsdl - missing enum

2008-05-16 Thread Glen Verran
Hi folks, I am generating my WSDL from java using ?wsdl in the browser for my web service. I am using Axis2 1.4 and running on Tomcat 5.5.26. I have a single class as a parameter for one of the methods of the webservice. One of the variables in that class is of the type below.

Re: DeserializationContext SOAPFaultBuilder on client.

2008-05-16 Thread Alexey Zavizionov
I have just understood that is the server issue.. sorry for disturb. Regards, Alexey On Fri, May 16, 2008 at 1:39 PM, Alexey Zavizionov [EMAIL PROTECTED] wrote: Hello list, I am a subscriber of the list more than a year.. :) You have helped many people. I have an exc with my web service

Using W3C DOM with Axis2

2008-05-16 Thread Alex Kalinovsky
We are trying to adopt the latest Axis2 1.4 for dynamic invocation of web services. We need to be able to consume any web service from a user-provided WSDL. This means that we can not use data binding and code generation, and should work with the XML via DOM. We have existing code that uses W3C

Error while invoking service method..

2008-05-16 Thread Minal Satpute
Hello All, I have build a two web services very similar to each other. First one is working ok but the second one giving an error. The stack trace is like following. Help will be really appreciated. [ERROR] Exception occurred while trying to invoke service method processCdr

Re: WSDL2Java on WSRP WSDL fails

2008-05-16 Thread Alexey Zavizionov
Hi Nicolas, Will search eXo wsrp project, this service is based on Axis1 1.4 Look for sources how to generate WSDL2Java. HTH, Alexey On Tue, Oct 16, 2007 at 1:34 PM, Nicolas Vahlas [EMAIL PROTECTED] wrote: Axis: Axis-1_3 or Axis-1_4 Java: JDK 1.6 or JDK 1.4 Ant: Apache Ant 1.6.5 When

xmit/recv in-mem xml doc? java2wsdl, axiom

2008-05-16 Thread jwillardhome
Hi, I am trying to figure out how to pass xml data in my WebServcies interface. Basically I want to my server to create an xml document from internal data and return it to the client. I want my service interface to look something like this: xmlDocument getRequestedStats( xmlDocument )