Re: Axis2/C Memory Leak Issues

2007-10-29 Thread Dinesh Premalal
Hi Ed, [EMAIL PROTECTED] writes: I have created some web service client code that uses the Axis2 library functions and ran valgrind on my code to check for memory leak issues. From what I have read, there should be no memory leaks from Axis2/C. But, after running valgrind, the log indicated

Re: AXIS2/C OpenVMS Port

2007-10-29 Thread Dinesh Premalal
Hi, Please find my comments inline. On 10/24/07, Stadelmann Josef [EMAIL PROTECTED] wrote: Hi developer team, I have ported almost a great part of AXIS2/C to HP Alpha/OpenVMS so far, all basic libs (zlib, libxml2, ... ) a re running, are tested, so far, libxml2 is built and test after

Re: Memory Issues in Sample Server Code

2007-10-29 Thread Subra A Narayanan
Hello David, Were you able to run the test again after adding some of the free() statements back in? Did it improve the performance? I am seeing a similar issue where the memory footprint of the apache process keeps increasing until a point when the server becomes very unresponsive and my client

RE: Axis2/C Memory Leak Issues

2007-10-29 Thread Liu_Edward
Hi Dinesh, I would be willing to help out in fixing the memory leak issues with Axis2/C. I have used a couple tools to notice that the memory leaks occur, but what would you recommend I should use to find out the exact location of these memory leaks? How would I use valgrind to check for the

RE: Axis2/C Memory Leak Issues

2007-10-29 Thread senaka
Hi Ed, I just had a brief look into the valgrind log you attached earlier, and did a valgrind myself. There seem to be some issues in class_loader.c, which I was checking today. Still couldn't locate the exact cause, :-). But, I hope that a fix in that would resolve many issues. Regards, Senaka

Re: Axis2/C Memory Leak Issues

2007-10-29 Thread Dinesh Premalal
Hi Ed, [EMAIL PROTECTED] writes: Hi Dinesh, I would be willing to help out in fixing the memory leak issues with Axis2/C. That would be great ! I have used a couple tools to notice that the memory leaks occur, but what would you recommend I should use to find out the exact location of

Re: Memory Issues in Sample Server Code

2007-10-29 Thread David Klassen
I am running my tests with v1.1 but on Windows with apache 2.2.x (latest September release). I tried various things. I did see one diff where the free statement was either lost during the correction of an indentation or purposely removed, however the free statement replacement did not solve the

Re: axis2 1.3 wsa:To header usage

2007-10-29 Thread David Illsley
Sure, The WS-A WG didn't really define much on the mlti-hop scenario so the specifications don't help much here. It is worth pointing out that in the interops we did, it became apparent that SOAP Binding 3.5 [1] was interpreted by different people in different ways, and that the 'safest' route is

Re: AXIS2 and .NET Interop

2007-10-29 Thread Maxim Geraskyn
Paul, I'm surprised .NET can't handle HTTP chunking... its a common approach. Paul I'm not so experienced in web technologies, but this is the first time I see SOAP client uses chunked. Normally content-length header is used by default ( AXIS 1.*, SoapUI, .NET ) Maxim

Re: Unrecognized elment in response xml (axis 2)

2007-10-29 Thread harsha kilangodi
Hi Deepal thanks for the information. The issues are already created in JIRA the issue numbers are TUSCANY-1788 AXIS2C-97 AXIS2-3281 Some of the issues related to xsi: name space are already fixed . Could you give me the url to download latest jars. I couldn't find the stax parser

RE: ArrayOfString gives a java.lang.ClassCastException

2007-10-29 Thread Archibald Moepi
Hi, I've discovered that when I call the method it reaches the .Net webservice and throws the exception when it's returning the results. I found this other exception in the logs, StandardManager[/axis] Session event listener threw exception java.lang.IllegalStateException: getAttribute: Session

Re: [Axis2]will Axis2 1.3 client work well with JAX-RPC service ?

2007-10-29 Thread Amila Suriarachchi
On 10/24/07, Ashok Kumar Rajendran [EMAIL PROTECTED] wrote: Thanks Amila , I checked the wsdl Its Document literal service., So i can use Axis2 . I am able to generate my stubs code using ADB as data binding. So is that means every thing is ok to start implementation part ? Will Axis2

Re: nested complex types

2007-10-29 Thread Amila Suriarachchi
may be a problem with the adb schema compiler. can you send your wsdl and the schema files? Amila. On 10/24/07, csanders [EMAIL PROTECTED] wrote: Ok thanks for your response. On Wed, 2007-10-24 at 15:41 +0100, Gudla, Natraj (GE Money, consultant) wrote: I have used wsdl2java with axis2

SOAP request size

2007-10-29 Thread Daniel JavaDev
Hi all, I'm finding it difficult to calculate the total size of my SOAP requests to a remote web service. This is important because the web service in question refuses requests that go over a certain limit, and such limit takes into account the whole HTTP request size (including HTTP headers,

Re: [Axis2] 1.3 wsdl2java generates code with missing methods

2007-10-29 Thread Amila Suriarachchi
I have fixed this issue locally. will commit soon. Amila. On 10/25/07, Pantvaidya, Vishwajit [EMAIL PROTECTED] wrote: A quick clarification – the MessageReceiverInOut class generated by wsdl2java contains references to the missing methods. As this is an autogenerated class, I do not want to

Re: [Axis2] out of memory

2007-10-29 Thread Amila Suriarachchi
isn't there any problem when you generate the code for each wsdl seperately? can you investigate this and see what objects creates more and what objects create this problem? Amila. On 10/25/07, Peter A. Kirk [EMAIL PROTECTED] wrote: Hi I am trying to track down a java.lang.OutOfMemoryError:

Re: [Axis2] Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet).

2007-10-29 Thread Amila Suriarachchi
On 10/24/07, Raghu Upadhyayula [EMAIL PROTECTED] wrote: Hi, I have a problem with the soap:address location generated when I browse the WSDL in the browser. I'm using Axis2 1.3. I'm looking at the WSDL in the browser using

Re: [AXIS2] SOAP Header problem

2007-10-29 Thread Amila Suriarachchi
I have fixed this locally will commit soon. On 10/26/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi again, I have verified it to be a question solely about the attribute in the SOAP Header block. I have generated and executed a SOAP request through AXIS2. I have copied the generated

Re: wsdl2java mixed=true support?

2007-10-29 Thread Amila Suriarachchi
ADB does not support this attribute. Try with xml beans (i.e -d xmlbenas) Amila. On 10/26/07, ROBINSON JULIEN [EMAIL PROTECTED] wrote: Hi all, I've got a legacy WSDL that contains a complexType with the parameter mixed=true I've tried generating Java using Axis2, and the generated Java

Re: [Axis2] Case of method names generated by wsdl2java

2007-10-29 Thread Amila Suriarachchi
On 10/25/07, Pantvaidya, Vishwajit [EMAIL PROTECTED] wrote: I noticed following differences in wsdl2java behavior in axis2 1.3 as against axis1 1.4: 1. Axis2 retains case of the operations for method names. Axis 1 would start the method name in lowercase and keep other letters from

Handling webservice unavailability

2007-10-29 Thread k2g
What is the generic solution if a service becomes unavailable. Since axisfault extends remoteexception i believe catching the same should tell us that service isnt available. In addition to axisfault ... should timeout be implemented so that after several tries ... if the response doesnt come back

RE: wsdl2java mixed=true support?

2007-10-29 Thread ROBINSON JULIEN
Thanks Amila for your answer. I must say I don't really see the point of mixed in web services anyway, so I'm glad that it's simply ignored. :-) Julien Amila wrote: ADB does not support this attribute. Try with xml beans (i.e -d xmlbenas) Amila. Julien wrote (and edited):

Mac os x Leopard Java has the RegexpBug

2007-10-29 Thread Massimiliano Masi
Hi all, Just FYI: I have a mac os x leopard and I have (I think !!!) this problem: https://issues.apache.org/jira/browse/AXIS2-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel I have java version 1.5.0_13 This is the exception: at

[Axis2] Can I enforce MTOM message encoding programatically?

2007-10-29 Thread Rainer Menzner
Hi, I'm trying to encode binary data to be delivered from an Axis2 web service based the capabilities that a client explicitly specifies. This requires that MTOM is programatically enabled or disabled when creating the responsne message. Hence I cannot use the services.xml. I tried the

[Axis2] MTOM Interoperability

2007-10-29 Thread Hoda, Nadeem [USA]
Has anyone had success implementing MTOM with Axis2 and created clients from other web service frameworks/toolkits? I just tried deploying the MTOM sample that comes with Axis2 and created a .NET client (web reference.) .NET doesn't even succeed in creating a client. I would like to use

[Axis2] wsdl not understood

2007-10-29 Thread Peter A. Kirk
Hi When I try to make a web reference (in Visual Studio .net) to my webservice installed under Axis2, I get these two messages: 1. Schema validation warning: Schema item 'element' named 'simpleDataResponse' from namespace 'http://employees.niws.alphasolutions.dk' is invalid. Namespace

response prefix omitted

2007-10-29 Thread axelspin
Hi, I am developing ws with axis2 (1.2,1.3 behave the same) and AXIOM with raw XML in out and I need to include in a SOAP envelope of a document/literal style WS a response that is an RDF document. in my operation method, if I print out the OMElement, just before leaving the payload to axis2 I

XMLBeans MTOM Client

2007-10-29 Thread Antonio Manuel Muñiz Martín
Hi. How about this command: wsdl2java -uri MTOMSample.wsdl -p mtom.client -d xmlbeans -s -o build/client MTOMSample.wsdl defines a service that use MTOM. Is it possible? (MTOM client using XMLBeans data binding).

Re: XMLBeans MTOM Client

2007-10-29 Thread robert lazarski
xmlbeans in axis2 currently has no support for mtom - AFAIK only adb does. There's a long standing jira open for this, but so far no one has done the work or had the interest. You'd probably have to supply patches in order for it to make xmlbeans with mtom a reality. Robert On 10/29/07, Antonio

RE: [Axis2] Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet).

2007-10-29 Thread Raghu Upadhyayula
Hi Amila, I can't change the soap:address in wsdl file because the address is different in each environment (localhost, QA, Production etc). Do you mean to edit the soap:address manually in every environment before deploying? I guess that's not a good option. Thanks Raghu

Axis2 generated wsdl soap address is 0.0.0.0

2007-10-29 Thread Daniel Herbison
Hi All! I have a web service deployed on one machine under axis2 and i'm calling it using flex and everything is working great. However when I place the service on another machine under axis2 i can no longer run the services from flex but they do run fine from the browser. Flex is complaining

RE: [Axis2] Case of method names generated by wsdl2java

2007-10-29 Thread Pantvaidya, Vishwajit
From: Amila Suriarachchi [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 5:00 AM To: axis-user@ws.apache.org Subject: Re: [Axis2] Case of method names generated by wsdl2java On 10/25/07, Pantvaidya, Vishwajit [EMAIL PROTECTED]mailto:[EMAIL PROTECTED]

RE: [Axis2] 1.3 wsdl2java generates code with missing methods

2007-10-29 Thread Pantvaidya, Vishwajit
Thanks Amila. Can you let me know which nightly build I should take to try out the fix? From: Amila Suriarachchi [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 4:57 AM To: axis-user@ws.apache.org Subject: Re: [Axis2] 1.3 wsdl2java generates code with

RE: [Axis2] Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet).

2007-10-29 Thread Raghu Upadhyayula
Hi Ali, I'm using Axis2 1.3 and having this problem in that. Thanks Raghu -Original Message- From: Ali, Haneef [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 11:53 AM To: axis-user@ws.apache.org Subject: RE: [Axis2] Problem with soap:address location in the WSDL (IP

Re: Axis 1.4 and gSoap interoperability problems

2007-10-29 Thread Dave Levitt
Looks like this was not a library isssue. The vendor's documentation [_including_ the wsdl file published on the server] had the wrong namespace. Now that that's resolved, the next hurdle is finding out that the other test service ['process'] is currently configured to refuse connections that are

[Axis2] Simulated func name problem using SOAPUI

2007-10-29 Thread ab
I posted an issue(http://marc.info/?l=axis-userm=119316258912686w=2) a few days ago about an incorrect Operation name being returned in the SOAP Response under load. UPDATE: I was able to simulate the issue using SOAP UI as the client and with quite few threads (5 or so) accessing 2 different

RE: Why Axis 1.4 over 1.2.1?

2007-10-29 Thread Walker, Jeff
Your going from an extremely old version of Axis to just a very old version. (by the way, I don't think either are supported anymore). Most people on this users list have moved to Axis2.x. But, to answer your question, when you downloaded Axis1.4 you will find a file called release-notes.html.

cannot compile wsdl file

2007-10-29 Thread Schmilinsky, Remsy
Can you please help me compile with wsdl2java the attached wsdl ? I get lots of errors. thanks mtomserver.wsdl mtomserver.wsdl Description: mtomserver.wsdl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [Axis2] Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet).

2007-10-29 Thread Ali, Haneef
Hi, This should have been fixed in Axis2 1.3. Please check the following issue and the comments. https://issues.apache.org/jira/browse/AXIS2-3143 http://marc.info/?l=axis-cvsm=118499936203494w=2 Thanks, Haneef From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED]

Re: Why Axis 1.4 over 1.2.1?

2007-10-29 Thread Abhishek Shadangi
I would like re-iterate. Please suggest if anybody has any idea! Any help is highly appreciated. Thanks Abhishek. On 10/25/07, Abhishek Shadangi [EMAIL PROTECTED] wrote: Hi Guys, I recently joined this community, and I wish you guys can help me find answers! 1. What are the

RE: [Axis2] Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet).

2007-10-29 Thread Ali, Haneef
Look at the comment by Dims. He have given a link to the svn commit. That link says which file/function is fixed. Thanks, Haneef -Original Message- From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 11:57 AM To: axis-user@ws.apache.org Subject: RE:

RE: [Axis2] Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet).

2007-10-29 Thread Raghu Upadhyayula
And also in the JIRA it says that AXIS2-3143 is still open and is not assigned to anyone. -Original Message- From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 11:56 AM To: axis-user@ws.apache.org Subject: RE: [Axis2] Problem with soap:address location in

Re: [Axis2] Can I enforce MTOM message encoding programatically?

2007-10-29 Thread Thilina Gunarathne
Hi, msgContextL.getConfigurationContext().setProperty(Constants.Configuration.ENABLE_MTOM, Constants.VALUE_TRUE); This creates a correct MTOM message, however, finally the service encounters an exception (something about Mime and writing) and is no longer usable from then on. What is the

AXIS 2.0 OpenJMS

2007-10-29 Thread Saket Raizada
I have a HTTP client for a WebService and I want to create JMS based clients for it. Does anyone have inputs on developing a JMS based program using AXIS 2.0 and OpenJMS. Any pointers/tutorials etc are appreciated. regards -machoq

Re: cannot compile wsdl file

2007-10-29 Thread Anne Thomas Manes
You have a few things wrong with your WSDL: First: You must import import the http://mtomserver.sourceforge.net/wsdl/soapserver.xsd namespace into the http://mtomserver.sourceforge.net/wsdl/soapserver.wsdl schema. Second: You want to define your binary fields as base64Binary fields, not as

Re: Need help coding web service client with axis, please!!

2007-10-29 Thread Anne Thomas Manes
You must set the SOAPAction value: call.setSoapAction(http://tempuri.org/ValoresActuais_GetTemperatura;); Anne On 10/26/07, Paulo Cristo [EMAIL PROTECTED] wrote: Hi, My name is Paulo, and i'm from Portugal. I need to make a client to a web service, but i'm still fresh with SOAP/WSDL and

Re: [Axis2] wsdl not understood

2007-10-29 Thread Anne Thomas Manes
I've seen a similar bug reported before. Axis2 neglected to import the http://employees.niws.alphasolutions.dk/xsd; namespace into the second schema. Try the latest nightly build. If it still isn't fixed, file a JIRA for it. As a work-around, edit the WSDL and add this line to the second schema

Re: wsdl2java complexType element

2007-10-29 Thread Anne Thomas Manes
You need to namespace-qualify the type references in these two element declarations: xs:element name=instances type=fullInstancesRequest / xs:element name=classes type=fullClassesRequest/

Re: FW: Axis2 WSDL2Java error during service skeliton/stub generation

2007-10-29 Thread Anne Thomas Manes
You have a type defined in the schema: xsd:element name=set_PortalVariableResponse/ As the message says, it has no type defined. You need to specify its schema type. Anne On 10/26/07, Kiran Kumar Sriram [EMAIL PROTECTED] wrote: Here is the WSDL file attached with this mail.

[Axis2] Application Communication

2007-10-29 Thread Hoda, Nadeem [USA]
All, I apologize if there is a very easy answer for this, but what are some of the recommended ways to communicate to an existing POJO or Spring based system, i.e., since Axis2.war is self contained, how do you communicate, in the easiest way, to the business layer of an enterprise system,

[ANN] Apache Rampart training

2007-10-29 Thread Ruchith Fernando
HI Folks, I will be in San Jose on the 1st November and will be conducting a training session on Apache Rampart[1]. Anyone interested? Register here [2]. Also I'll be in Indianapolis for a week (10-17 Nov) if anybody's interested we should be able to provide similar training there as well. Those

Re: Problems with Schemas and WSDL in Axis2 (Fixed)

2007-10-29 Thread Lahiru Sandakith
On 10/27/07, Matthew Fadoul [EMAIL PROTECTED] wrote: Hello all, Thank you for the help. A couple comments on the solution: 1) Although the wsdl2java converter placed my schema in the resources directory, the Axis2 Service Archiver did not add the schema into the archive web service

Help for WS-Addressing on RPC Client

2007-10-29 Thread Regivaldo Gomes Costa
Friends, I need the next help: I have a service that has a method that effectuates a like client call and the presents the below mistake: org.apache.axis2.AxisFault: The server failed to process the WS-Addressing header: wsa:Action [Reason]: A header representing a Message Addressing

Re: AXIS 2.0 OpenJMS

2007-10-29 Thread Upul Godage
http://ws.apache.org/axis2/1_3/jms-transport.html Hope this helps. Upul On 10/30/07, Saket Raizada [EMAIL PROTECTED] wrote: I have a HTTP client for a WebService and I want to create JMS based clients for it. Does anyone have inputs on developing a JMS based program using AXIS 2.0 and

Re: Why Axis 1.4 over 1.2.1?

2007-10-29 Thread Abhishek Shadangi
Thanks a lot Jeff! Thats really helps. I cannot move on to 2.x right now due to lot of dependencies we have in our product. Thats will be a major refactoring on our part. Abhishek On 10/29/07, Walker, Jeff [EMAIL PROTECTED] wrote: Your going from an extremely old version of Axis to just a

Problem regarding serialization in axis

2007-10-29 Thread Sudhir Sharma
Hi All, I am new to web services and axis. I have a java client that accesses a .NET webservice. My problem is that I have to submit a XML file to the webservices using serialization and deserialization. i have the equivalent C# code for that. I think there is something in axis for that but

Re: Axis2 generated wsdl soap address is 0.0.0.0

2007-10-29 Thread Sanka Samaranayke
Hi Daniel, Can you please check whether the IP of the machine on which you experiencing the problem is being set properly? I think the problem must be that the IP of the network interface of that particular machine has been set to 0.0.0.0 where it is being picked by Axis2 WSDL generating