Re:(Please Help me!) Axis 1.2RC2: multiref serialization of xsd simple types / interoperability with .NET

2005-01-03 Thread BLIS Webmaster (Patrick Houbaux)
Hi all, Any idea about the problem I have mentionned in the following? I'm still stuck with that and it's becoming urgent for me to solve it. Thanks in advance for any help. Regards, Patrick. BLIS Webmaster (Patrick Houbaux) wrote: Hi all, I have a RPC web service deployed with Axis 1.2RC2. For

AdminServlet is Ok, but AxisServlet make errors

2005-01-03 Thread Petese Fabienne (CSE)
Title: Nachricht Hello, I've got a problem with AxisServlet. I've installed Axis on my webserver (tomcat 4.1.30) and I've tested AdminServlet : no problem I've tested AxisServlet and I've got this error message in log file : 2005-01-03 08:23:45 StandardWrapperValve[AxisServlet]:

extra classes vs inheritance search

2005-01-03 Thread Bouche Paul
Hi, I habe the following problem I have an interface similar to this public interface IWebService { public RequestSearchResult requestSearch(SearchRequestBase[] searchRequests); } and the classes look the following the ReqeustSearchResult is not the problem public abstract class

Re: Starting with Axis. Please help!

2005-01-03 Thread Muthana A.
Hello Julio, try to use the installation Guide in http://ws.apache.org/axis the guide will help you very good. if you need any more support than just inform me regards Muthana Hello Friends, I´m just starting with Tomcat/Axis, founding it very, very usefull. I hope you understand I'm very

Cannot resolve packages...

2005-01-03 Thread milazzom
Hello, I am using Eclipse to develop my web service client. I am using Apache Axis 1.2RC2 on the server, and I have tried to generate the client stubs from WSDL using the same version. I am sending a complex type for one of my remote methods, and the version generated by WSDL2Java cannot

java.lang.OutofMemory in large SOAP message

2005-01-03 Thread Sanket Desai
Hi Guys, I'm using SOAP message to pass a large dataset back to the client. Basically I've a java RowSet which I'm converting to String using Base64Encoder pass the encoded string back to the client. When I've really large number of records like 5000 or so, obviously the encoded string

Re: (Please Help me!) Axis 1.2RC2: multiref serialization of xsd simple types / interoperability with .NET

2005-01-03 Thread BLIS Webmaster (Patrick Houbaux)
After debugging with the axis sources, I think I probably found a bug in AXIS1.2RC2 which I tried to explain in the Issue AXIS-1746. I will try to propose a patch (as soon as I can). Cheers, Patrick. BLIS Webmaster (Patrick Houbaux) wrote: Hi all, Any idea about the problem I have mentionned in

RE: java.lang.OutofMemory in large SOAP message

2005-01-03 Thread Kozlow, Jan
Have you looked at increasing the maxsize of your vm? -Original Message-From: Sanket Desai [mailto:[EMAIL PROTECTED]Sent: Monday, January 03, 2005 10:59 AMTo: [EMAIL PROTECTED]Subject: java.lang.OutofMemory in large SOAP message Hi Guys, I'm using SOAP message

Re: java.lang.OutofMemory in large SOAP message

2005-01-03 Thread Lyndon Tiu
If you can, try splitting up the results by requesting fewer records at a time. -- Lyndon Tiu