VC9 (Visual Studio 2008) port for Axis2/C

2008-07-31 Thread Ravi Krishnaswamy
Does anyone know when a VS2008 version of Axis2/C will be available ? Thanks Ravi

RE: Memory leak report for Axis2c 1.4

2008-07-31 Thread Hatim Daginawala
Is it safe to uncomment AXIS2_FREE call to avoid memory leaks? This leak still exists in 1.5 also. From: Milinda Pathirage [mailto:[EMAIL PROTECTED] Sent: Thursday, May 15, 2008 10:01 PM To: Apache AXIS C User List Subject: Re: Memory leak report for

Re: Memory leak report for Axis2c 1.4

2008-07-31 Thread Samisa Abeysinghe
Hatim Daginawala wrote: Is it safe to uncomment AXIS2_FREE call to avoid memory leaks? You can try :) Samisa... This leak still exists in 1.5 also. *From:* Milinda Pathirage [mailto:[EMAIL PROTECTED] *Sent:*

RE: Memory leak report for Axis2c 1.4

2008-07-31 Thread Hatim Daginawala
I have tried and it seems to be working for my test program. However, I would like to understand why the code was commented out. That may help me evaluate the risk. Thanks -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2008 4:12 PM To:

Re: Memory leak report for Axis2c 1.4

2008-07-31 Thread Samisa Abeysinghe
You could have a look at the rationale by looking at the svn log for that change. http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ Thanks, Samisa... Hatim Daginawala wrote: I have tried and it seems to be working for my test program. However, I would like to understand why the code was

Re: Username token implemetation

2008-07-31 Thread Robert Wierschke
Hi, unfortunately there is no real documentation. You could add a Username Toke without wss4j within a handler: OMFactory factory = OMAbstractFactory.getOMFactory(); OMNamespace wssNamespace = new OMNamespaceImpl(

RE: Username token implemetation

2008-07-31 Thread Shripad Gokhale
Thanks The change suggested by you seems to be for the SOAP Client. I want some guide about the changes that should be done on SOAP server and also if what changes are needed in the WSDD files. From: Robert Wierschke [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2008 12:33 PM To:

Re: Asynchronous connection to WCF webservice

2008-07-31 Thread Hasnain Badami
Thanks for your response. I am using axis 1.3. Following is my callback handler generated from wsdl2java. /** * DMTServiceCallbackHandler.java * * This file was auto-generated from WSDL * by the Apache Axis2 version: 1.3 Built on : Aug 10, 2007 (04:45:47 LKT) */ package org.tempuri; /** *

Axis2 ws problem with bean that extends ActionForm

2008-07-31 Thread Ken Eimer
Hi all, I'm running into a problem when my web service tries to return a bean that extends Struts' ActionForm. To verify that this is the root issue, I tried returning the bean without extending ActionForm and had no problems. This is is in the soap I get back: soapenv:Fault

Heap Space issues with Large Files?

2008-07-31 Thread James Crosson
We are attempting to utilize Axis (Currently 1.4). The data we are sending is ASCII, which we've been sending in a very basic way for some time using: Service service = new Service(); Call call = (Call) service.createCall(); String ret = (String) call.invoke( new Object []

Re: standalone version of Rampart?

2008-07-31 Thread Nandana Mihindukulasooriya
Hi Alexis, I started writing a reply and ended up writing a blog about it. http://nandana83.blogspot.com/2008/07/why-cant-we-ship-as-standalone-module.html thanks, nandana On Thu, Jul 31, 2008 at 6:26 AM, Alexis Midon [EMAIL PROTECTED] wrote: Hi, may I ask you all if a standalone

Axis2 Client side deployment configuration

2008-07-31 Thread Shah, Sumit
Hello, I would appreciate if someone could tell me how I can specify configuration options for invoking 3rd party web services using Axis2 client side APIs. The parameters maybe specified at the global, service or module level. In Axis1.4, I could use the .wsdd file to specify

Re: Heap Space issues with Large Files?

2008-07-31 Thread Samisa Abeysinghe
What is the heap size you are using withe the client? Samisa... James Crosson wrote: We are attempting to utilize Axis (Currently 1.4). The data we are sending is ASCII, which we've been sending in a very basic way for some time using: Service service = new Service(); Call call

Re: Code Generation Problem ( Order of constructor parameters)

2008-07-31 Thread Samisa Abeysinghe
This could be a bug. Could you please provide the WSDL you are using. Thanks, Samisa... Shripad Gokhale wrote: In a certain situation, the code generated by AXIS 1.4 is giving compilation errors. After investigation, I found that in some classes, the super class’s constructors were

Re: XMLBeans ? is there a better approach

2008-07-31 Thread David Ojeda
Hello, I had a similar problem with XMLBeans, but regarding file generation. The XSDs I used were very big (10k classes), so this caused an OutOfMemoryException when doing wsdl2java. The solution I found was generating the XMLBeans classes in a separate xml with scomp and using wsdl2java with

Re: tcpmon in axis2?

2008-07-31 Thread Dini Omar
You have to download it separately. Regards Dini On Thu, Jul 31, 2008 at 11:20 PM, Naga Vijayapuram [EMAIL PROTECTED]wrote: Hi, No tcpmon in Axis2? Naga

Re: standalone version of Rampart?

2008-07-31 Thread Alexis Midon
Thanks a lot for this informative post. It would be useful to specify this somewhere in the Rampart website. Thanks again. On Thu, Jul 31, 2008 at 8:29 AM, Nandana Mihindukulasooriya [EMAIL PROTECTED] wrote: Hi Alexis, I started writing a reply and ended up writing a blog about

RE: Server ADB and client xmlBeans?

2008-07-31 Thread Zhuang, Guanxia (Robin)
I think it is ok, because the client does not need to know what data binding the server side use. It does not even need to know what language(java or c#) the server use. Regards --- Guanxia Zhuang (Robin) Sycamore Networks (Shanghai China) Phone: 021-24050832

RE: [axis2] error when generate code using wsdl2java with multiple binding

2008-07-31 Thread Zhuang, Guanxia (Robin)
Hi Suriarachchi, Thank you very much for your time. I try to change the wsdl file, I put each port element a services. but it fail to generate all the skeletons for all services. of course I use the option �Cap. Please help to look at the wsdl file below, the whole version can be found at

Re: tcpmon in axis2?

2008-07-31 Thread keith chapman
I guess these blog posts might help you http://www.keith-chapman.org/2008/07/using-tcp-monitor-to-debug-web-service.html http://charithaka.blogspot.com/2008/07/how-to-monitor-messages-using-tcpmon-in.html Thanks, Keith. On Fri, Aug 1, 2008 at 3:50 AM, Naga Vijayapuram [EMAIL PROTECTED]wrote:

Re: [axis2] error when generate code using wsdl2java with multiple binding

2008-07-31 Thread keith chapman
Hi, Is this some sort of a sample WSDL? It does not look well constructed at all. You can author this WSDL in a much cleaner fashion. I do not understand the rational for having 3 portTypes. This could be described using a single port type (The abstract definition of the service) and 4 bindings.

RE: [axis2] error when generate code using wsdl2java with multiple binding

2008-07-31 Thread Zhuang, Guanxia (Robin)
Hi This is a web service I found on the internet, you can access this wsdl with the url http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?WSDL, I try to generate the service side code and client side code of this wsdl file, but axis2 failed. Suriarachchi sugguests rewriting this

AxisFault: Problem with saving document

2008-07-31 Thread Shehan Simen
Hi, When calling my web service, the client gets following exception. Please tell me the possible reasons for this exception. I don't have access to the client side code. org.apache.axis2.AxisFault: Problem with saving document at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at

Axis2 Webservice called from another websiervice

2008-07-31 Thread Jay Chauhan
Hi, I have two Axis2 webservices, A and B. these services use AXIOM databinding. I have a client ServiceBClient.java , when I call the SericeBClient.callService() from standalone program it works just fine as it should. However, when I try to call the same code from within Service A then i get

Re: Axis2 Client side deployment configuration

2008-07-31 Thread Amila Suriarachchi
On Thu, Jul 31, 2008 at 11:18 PM, Shah, Sumit [EMAIL PROTECTED] wrote: Hello, I would appreciate if someone could tell me how I can specify configuration options for invoking 3rd party web services using Axis2 client side APIs. The parameters maybe specified at the global, service or

Re: XMLBeans ? is there a better approach

2008-07-31 Thread Amila Suriarachchi
On Thu, Jul 31, 2008 at 2:31 PM, sri ram [EMAIL PROTECTED]wrote: Hi all, Can anyone give me the better approach of databinding that I have to follow for my project.This project has almost 396 method and can be more in the upcoming releases, which are exposed as webservices. So