Axis and Weblogic 7

2003-01-08 Thread Praveen Peddi
I am currently using apache SOAP tool kit but having some memory issues with SOAP with attachments. We are planning to migrate to Apache Axis. Does anyone know if Apache Axis works with Weblogic 7.0. Praveen

Re: Axis and Weblogic 7

2003-01-08 Thread Praveen Peddi
-From: Praveen Peddi [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 08, 2003 3:00 PMTo: [EMAIL PROTECTED]Subject: Axis and Weblogic 7 I am currently using apache SOAP tool kit but having some memory issues with SOAP with attachments. We are planning to migrate

Soap With attachments

2003-01-08 Thread Praveen Peddi
Does anyone know if the SOAP with attachments is any better with Axis compared to Apache SOAP. I used soap with attachments using Apache SOAP and I had lot of memory problems. I heard that Apache soap creates atleast 2 copies of the content in memory doubling the size of the request. I

Axis installation with weblogic 7.0

2003-01-31 Thread Praveen Peddi
I am planning to install Axis to deploy my soap services on weblogic. Does any one know if there are detailed instructions on how to do this. Thanks Praveen

Re: AW: Out of Memory problem

2003-02-03 Thread Praveen Peddi
PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 03, 2003 12:14 PM Subject: AW: AW: Out of Memory problem Praveen, do you have any examples for using soap with attachments ? Thanks Markus -Ursprüngliche Nachricht- Von: Praveen Peddi [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 3

calling SOAP with attachments from non java application

2003-02-03 Thread Praveen Peddi
Hi All, I have a soap method on the server side that implements soap with attachments (method takes DataHandler as an argument). we have clients implemented in different programming languages like Java, C, VB and accessing soap services. With Java everything works perfect. Now we are trying

Axis with JBoss and SunOne App server

2003-02-05 Thread Praveen Peddi
Does anyone know if Axis can be installed with JBoss or SunOne App server to deploy the soap services. I am currently using weblogic 7.0 and Apache SOAP. We want to migrate to Apache Axis and also port our application to JBoss and SunOne App server. Thanks Praveen

Please reply. Calling SOAP with attachments from non java application

2003-02-07 Thread Praveen Peddi
I sent this email before and didn't receive any response from anyone. I am not sure if the question was difficult. Could anyone look at the message below and reply if anyone knows the answer. Thanks in advance. Praveen - Original Message - From: Praveen Peddi To: [EMAIL

install Axis with weblogic 7.0

2003-02-11 Thread Praveen Peddi
Does anyone have detailed directions on how to install axis with weblogic. If so, could you please direct me to the right place. Praveen

Re: return value as an XML document

2003-02-11 Thread Praveen Peddi
Because your return type is String and you are returning an object whose type is Element. Please check your code, result is of type Element not String. Praveen - Original Message - From: Ghershony, Arie [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 3:13 PM

Axis deployed services.

2003-02-19 Thread Praveen Peddi
If I deploy all my soap services using axis along with weblogic 7.0, does it generate any file which I can use in other instances of weblogic servers. I used to do this for Apache SOAP. When I deployed soap services using Apache SOAP, it used to generate DeployedServices.ds file which I

documentation information in wsdl

2003-02-21 Thread Praveen Peddi
I generated wsdl for some of my soap services and when I looked at the wsdl, I could not find any documentation for each method. If there any way we can generate wsdl s, so that it can read javadocs and put the documentations in wsdl. How do I add the documention in wsdl. Please reply if

Re: documentation information in wsdl

2003-02-21 Thread Praveen Peddi
I didn't receive any answer to my question. Wondering if anyone know the answer. Praveen - Original Message - From: Praveen Peddi To: [EMAIL PROTECTED] Sent: Friday, February 21, 2003 11:45 AM Subject: documentation information in wsdl I generated wsdl

wsdl and documentation

2003-02-25 Thread Praveen Peddi
Pardon me but this is the 2nd time I am posting this question. While usingJava2WSDL, is there option that I can specify so that it takes the java doc comments and puts them in WSDL. Right now when I append ?WSDL to my services, I don't see the javadoc comments or documentation elements in

Axis deployed services.

2003-03-17 Thread Praveen Peddi
If I deploy all my soap services using axis along with weblogic 7.0, does it generate any file which I can use in other instances of weblogic servers. I used to do this for Apache SOAP. When I deployed soap services using Apache SOAP, it used to generate DeployedServices.ds file which I

sample related to session management

2003-06-30 Thread Praveen Peddi
Where can I find some samples related to session management. I looked at the samples shipped with Axis but they didn't have many samples related to session management. Praveen

Apache Soap to Axis communication

2003-07-01 Thread Praveen Peddi
My server and client are right now in apache. We are planning to migrate to apche axis. Changing the server is easy but there are multiuple client and due to the time constraints we can't migrate to apache axis on the client side. My question is, can I keep my client as it is (in Apache

too much logging info on server side. Can I turn it off?

2003-07-02 Thread Praveen Peddi
I just installed axis along with my application. When I run the tests I see 1000s of lines that are related to axis code. I looked at the source code and the code was turning on the logging based on log4j properties. Unfortunately we also use log4j. So if I turn off logging in

Re: too much logging info on server side. Can I turn it off?

2003-07-02 Thread Praveen Peddi
[] - org.apache.axis.attachments.ManagedMemoryDataSource$Instream - flushing Any help is appreciated Praveen - Original Message - From: Praveen Peddi To: [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 10:57 AM Subject: too much logging info on server side. Can I turn it off? I

URGENT!!! session management using MS-SOAP tool kit

2003-07-05 Thread Praveen Peddi
Hi all, This is a session management related problem with MS-SOAP to AXIS communication. One of our clients communicates to the server thru MS-SOAP and the server uses Axis. The client works fine in non-clustered environment but I am currently having problems with the clustered

Re: URGENT!!! session management using MS-SOAP tool kit

2003-07-07 Thread Praveen Peddi
I posted this message couple of days ago. I am trying my luck again. Did anyone had this problem before (see below). If so, is the solution found? Thanks Praveen - Original Message - From: Praveen Peddi To: [EMAIL PROTECTED] Sent: Saturday, July 05, 2003 6:43 PM

Axis to Apache SOAP communication

2003-07-28 Thread Praveen Peddi
Hi All, I am having some performance issues while uploading the content. I am using Apache SOAP on client side and Apache Axis on the server side. I am using DataHandler object to transfer the bytes from client to server (SOAP with Attachments). Previously our server and client were both

My weblogic instance crashes after connecting to axis web app

2004-05-25 Thread Praveen Peddi
Hello all, I deployed axis in weblogic server as a web application and I exposed some java classes as soap services using axis. On few NT machines in our company, weblogic crashes after communicating thru axis. I am wondering if anyone else faced the server crash problem. I am sure this is

Re: My weblogic instance crashes after connecting to axis web app

2004-05-26 Thread Praveen Peddi
between your clients and server. With TCPMonitor you will at least be able to see if the server is sending back any fault codes. -Original Message-From: Praveen Peddi [mailto:[EMAIL PROTECTED]Sent: Tuesday, May 25, 2004 5:23 PMTo: [EMAIL PROTECTED]Subject: My

Re: My weblogic instance crashes after connecting to axis web app

2004-06-07 Thread Praveen Peddi
mismatch between the two. 2) Take a look at http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=1for instrunctions on how to create a trivial client. -Original Message-From: Praveen Peddi [mailto:[EMAIL PROTECTED]Sent: Wednesday, May 26, 2004 10:35

Re: Invalid XML Character Unicode

2004-07-01 Thread Praveen Peddi
Hello guys, I have read ur email from last month and figured that u r dealing with some invalid xml characters and Gary said he changed some setting on weblogic. Could anyone tell me exactly what was changed on weblogic side. Thanks Praveen - Original Message - From: [EMAIL PROTECTED]

internationalization issues

2004-07-02 Thread Praveen Peddi
We are making our product support multiple languages. We are using Axis on the server side and Apache soap on the client side for soap services. I am trying to find if there will be any issues with axis library and all dependent libraries (jaxrpc.jar, jaas.jar, commons-discovery.jar etc).

axis does not delete attachments

2004-08-04 Thread Praveen Peddi
Hi all, I am using Apache Axis 1.1 and I use attachments.Directory=axis/attachments in server-sonfig.wsdd file. But I noticed that axis is putting the attchments files in this directory and not deleting it. Is there any way to delete these files after the attachments are processed. Otherwise

Re: Object lists in axis

2004-10-13 Thread Praveen Peddi
I think the best way to do it is convert your ArrayList of java objects into an xml document and return. If your xml document is too big, you could stream it as outputstream, so you don't have to load all the data into memory. Having multiple methods, one for each field of information, does

Re: Attachements and .Net: The datatype 'DataHandler' is missing

2005-01-04 Thread Praveen Peddi
I was also having the same exact problem (except that my input argument to one of the methods is DataHandler). I searched the previous mails on this topic and no one seems to have suggested a good answer. Atleast I could find out that using DataHandler is not a good solutions if you want to

Best way to send attachments

2005-01-07 Thread Praveen Peddi
Hi team, I did lot of research on Axis attachments but I am still not able to figure out the best way to send attachments. We currently use DataHandler which works fine with Java clients. But The requirement is to support non-java clients also. And I read that DataHandler does nto work with

Re: Best way to send attachments

2005-01-07 Thread Praveen Peddi
I should Thank you all for such an amazing response. I think some responses definitely help me. But My problem is slightly different. First thing, Base64 option is ruled since we implemented it before and then moved to DataHandler. The size of the content is surely an issue. We do use

Re: Best way to send attachments

2005-01-07 Thread Praveen Peddi
Does it mean that the following method should work fine if I change DataHandler to Object? Does it work w/o any changes in the method implementation? public String createOrUpdateContentObjectWithAttachments(String sessionID,String containerID, String xmlString, String customerID,String

Re: Best way to send attachments

2005-01-07 Thread Praveen Peddi
Wow. I should try that. But Thanks you very much for sending me the snippet. It makes much more sense now. I never thought this would work. Do you mind sending ur full WSDL (everything related to the method u sent). Just trying to understand how this whole thing works. I appreciate your help.

Re: Maintain session when using stubs generated by WSDL2Java

2005-01-20 Thread Praveen Peddi
spec. Tim Praveen Peddi wrote: Hello all, I was using Apache SOAp on client side and Axis on server side. Since ouor soap services need enabling of cookies on client side, I was maintaining juts one Call object and calling Call.setMaintainSession(true). This enables cookies on client side. Now

Adding serializers and deserializers dynamically using generated stubs

2005-01-20 Thread Praveen Peddi
I have a service method that takes java.lang.Object. In WSDL it is mapped as xsd:anyType. This can be either byte[], DataHandler or AttachmentPart. When I call this method using the generated stubs and pass in byte[] it works fine. But when I call the same method by passing AttachmentPart

Registering serializers and desrializers using generated stubs (Client side)

2005-01-21 Thread Praveen Peddi
I have a service method that takes java.lang.Object. In WSDL it is mapped as xsd:anyType. This can be either byte[], DataHandler or AttachmentPart. When I call this method using the generated stubs and pass in byte[] it works fine. But when I call the same method by passing AttachmentPart

Rolling Fix for Bug 986 into 1.2

2005-01-25 Thread Praveen Peddi
I am looking at bug http://issues.apache.org/jira/browse/AXIS-986. Someone submitted the patch but looks ike this was not added to CVS. This bug surely is a huge bug for those who are using Contaienr based session management on server side. I am really surprised why this patch was not added

Re: Rolling Fix for Bug 986 into 1.2

2005-01-25 Thread Praveen Peddi
2005 14:30:27 -0500, Praveen Peddi [EMAIL PROTECTED] wrote: I am looking at bug http://issues.apache.org/jira/browse/AXIS-986. Someone submitted the patch but looks ike this was not added to CVS. This bug surely is a huge bug for those who are using Contaienr based session management on server

Using URL Rewriting on the client side

2005-01-31 Thread Praveen Peddi
Hello all, I am using the generated stubs (generated by wsdl2java) on the client side. I need to use URL rewriting which mean I have to append the ";jsessionid={session id}" to the service URL. I looked at the generated API but could not figure out a way to do tis. I was using Axis Call

Is latest nightly build stable

2005-02-04 Thread Praveen Peddi
We were using 1.1 and I tried to move to 1.2 RC2 but it doesn't seem to work with weblogic 8.1.3 due to bug http://issues.apache.org/jira/browse/AXIS-1683. I see that Davanam Srinivas fixed this bug on Dec 04 which means RC2 also doesn't have this. So I tried to get latest nightly build

Re: Is latest nightly build stable

2005-02-05 Thread Praveen Peddi
5 8:47 AM Subject: Re: Is latest nightly build stable Praveen, please send the stack trace. -- dims On Fri, 4 Feb 2005 23:17:41 -0500, Praveen Peddi [EMAIL PROTECTED] wrote: We were using 1.1 and I tried to move to 1.2 RC2 but it doesn't seem to work with weblogic 8.1.3 due to

Re: Is latest nightly build stable

2005-02-06 Thread Praveen Peddi
o: [EMAIL PROTECTED] Sent: Saturday, February 05, 2005 12:50 PM Subject: Re: Is latest nightly build stable I checked ina fix. please take latest CVS or tonight's nightly. -- dims On Sat, 5 Feb 2005 12:03:27 -0500, Praveen Peddi [EMAIL PROTECTED] wrote: There is no stack trace. The code is

adding complex type to the wsdd file not working with axis 1.2

2005-02-08 Thread Praveen Peddi
While I am in the process of migrating from Axis1.1 to 1.2, I have noticed something wierd in WSDL generation. I have a method: public Object method1() { if(condition1) return ComplexTypeBean; else if(condition2) return ComplextypeBean2; } I added the beanMapping tag for both complex

beanMapping tag in wsdd with Axis 1.2

2005-02-09 Thread Praveen Peddi
This is a re-send with simplified explaination. Just want to try my luck again. While I am in the process of migrating from Axis1.1 to 1.2, I have noticed something wierd in WSDL generation. I have a method: public Object[] method1() { ComplexType1 type1 = new ComplexType1();

Axis 1.2 generating WSDL with same attribute name when having multiple arrays

2005-02-09 Thread Praveen Peddi
I have a service that references 2 bean arrays. One is Object[] and another is String[]. Looks like WSDL generated by Axis is slightly incorrect. Well .NET complains about it. Here is the snippet of WSDL: complexType name="ArrayOf_xsd_string" sequence element maxOccurs="unbounded"

calling MessageService sample with .NET client

2005-02-10 Thread Praveen Peddi
I have looked at the MessageService sample (both server and the client). It passes Element[] as the argument and also returns the same. This is fine for java based clients. But if I want to invoke it using non java clients like .NET, how does it work? Are Axis's "message-style" services

Re: Returning arrays to .Net (again)

2005-02-10 Thread Praveen Peddi
If Eric's patch fixes so many array related issues, why can't this be rolled into CVS? I am sure there must be some reason why it was not done till now but looks like this is an important patch to support array of custom beans support. Praveen - Original Message - From:

Re: calling MessageService sample with .NET client

2005-02-10 Thread Praveen Peddi
manual dom/sax code on your end of the Java web service, you must publish the manner in which .NET can (de)serialize your objects. Whats your wsdl look like? -pc On Thu, 10 Feb 2005 11:58:05 -0500, Praveen Peddi [EMAIL PROTECTED] wrote: I have looked at the MessageService sample (both server

Re: calling MessageService sample with .NET client

2005-02-11 Thread Praveen Peddi
the service using a WebReference. To do that you should use wrapped style. -Anne On Thu, 10 Feb 2005 13:12:43 -0500, Praveen Peddi [EMAIL PROTECTED] wrote: I just deployed the sample MessageService that came with Axis and tried to access it from .NET client. My service name is GoogleAccessConnector

Re: Returning arrays to .Net (again)

2005-02-15 Thread Praveen Peddi
I think this will solve lot of people's problems (Well atleast mine, as I am stillstruggling with the issue:)). Praveen - Original Message - From: Bill Keese To: [EMAIL PROTECTED] Sent: Sunday, February 13, 2005 7:54 PM Subject: Re: Returning arrays to .Net

array of recursive beans (doc/literal style)

2005-02-15 Thread Praveen Peddi
I have a method getRootContainers that returns array of ContainerBean[]. Each ContainerBean has reference to an array of child ContainerBean[]. With Eugene's help I could make the array stuff work. the method sucessfully returns the array of COntainerBean[] and .NET reads it fine. But .NET

Re: array of recursive beans (doc/literal style)

2005-02-16 Thread Praveen Peddi
th the schema and WSDL, then generate the server-side Java interfaces and support classes with WSDL2Java. Then provide the server-side implementations. You may need adapters between the classes generated from the schema, and the existing application on the server side. Likewise, genera

Re: array of recursive beans (doc/literal style)

2005-02-16 Thread Praveen Peddi
additional ArrayOd_tns1_ContainerBean type. Basically, the definition ofContainerBean: complexType name="ContainerBean" sequence . . . element maxOccurs="unbounded" name="item" type="tns1:ContainerBean"/ /sequence /complexType N

Re: array of recursive beans (doc/literal style)

2005-02-16 Thread Praveen Peddi
PROTECTED] Sent: Wednesday, February 16, 2005 5:06 PM Subject: RE: array of recursive beans (doc/literal style) yes, our most recent messages crossed in the ether. From: Praveen Peddi [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 2:34 PMTo: [EMAIL PROTECTED

Re: Mapping correctly a array type in a bean

2005-02-18 Thread Praveen Peddi
Wow!. I did this and it fixed my problem. I didn't have to use the Eric's patch that I mentioned in another thread yesterday. I am able to see the child containers fine. Is this type of bean definition OK? I mean I just want to make sure its not a hack or anything. If this is the right way to