RE: Memory issues with large dynamic generated stream payload -- MTOM with Axis2 1.2 issue

2008-07-24 Thread Shalab Goel
Please help. Any pointers will be appreciated. -Original Message- From: Shalab Goel [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2008 1:55 PM To: [EMAIL PROTECTED]; axis-user@ws.apache.org Subject: RE: Memory issues with large dynamic generated stream payload Sorry for the

RE: Memory issues with large dynamic generated stream payload

2008-07-23 Thread Shalab Goel
- From: Shalab Goel [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2008 1:32 PM To: 'axis-user@ws.apache.org' Subject: Memory issues with large dynamic generated stream payload Hi, I am using Axis2 1.3 client to talk with a .NET service. The request from client layer hands ove

Memory issues with large dynamic generated stream payload

2008-07-23 Thread Shalab Goel
Hi, I am using Axis2 1.3 client to talk with a .NET service. The request from client layer hands over a stream (wrapped in DataHandler) to Axis stub layer. It seems to the case that when Axis client stub is generating SOAP message, the memory usage of my client code jumps from 80 MB to 450 MB

Websphere issue with MTOM/Axis 2 1.3

2008-05-06 Thread Shalab Goel
Hello, I have an Axis client running in the context of Servlet inside Websphere. It talks with a .NET web service. One of the web service's operations allows for upload of content. Using MTOM with Axis2 1.3 When the Axis client calls the operation, the service is seeing an end of file not foun

getting following exception in making client connection to the service

2007-10-24 Thread Shalab Goel
Appreciate any help on what I might be missing. java.lang.NoClassDefFoundError: javax/jms/BytesMessage at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructor0(Unknown So

Java 1.4.x compatibilty

2007-09-26 Thread Shalab Goel
Shalab Goel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Is this regression for MTOM functionality in Axis2 1.3

2007-08-10 Thread Shalab Goel
are generated. Is there an argument to wsdl2java to generate Soap11 compliant ADB stubs? Will appreciate a response. Thanks Shalab Goel -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 6:11 PM To: axis-user@ws.apache.org; [EMAIL

Soap Stub generation using ADB in Axis2-1.3

2007-08-10 Thread Shalab Goel
PROTECTED] Subject: Re: Is this regression for MTOM functionality in Axis2 1.3 Shalab, Not a known issue, please log a bug with some way for us to recreate the issue. thanks, dims On 8/9/07, Shalab Goel <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > > I h

Is this regression for MTOM functionality in Axis2 1.3

2007-08-09 Thread Shalab Goel
ng if this is a regression, and is it a known issue? Appreciate your response. Thanks Shalab Goel

RE: [Axis2][VOTE]Axis2 1.3 release artifacts

2007-08-07 Thread Shalab Goel
Hi Deepal, I believe there is some issue with the distribution link below. I run the following command to generate client stubs (This works flawlessly with axis2-1.2) . C:\> wsdl2java -uri MyWS.wsdl -d adb -p com.myws.client It generates a stub class, which generates code for ADBDataSource as

RE: .NET Service with MTOM enabled operation

2007-08-07 Thread Shalab Goel
ieved Content +++:\n"); while (cntntStream.read(myByte) != -1) System.out.print(new String(myByte)); Is this acceptable mechanism to retrieve MTOM encoded stream in Axis 2 client? Thanks Shalab Goel -Original Message- From: Thilina Gunarath

.NET Service with MTOM enabled operation

2007-08-03 Thread Shalab Goel
I have a service which exposes one of the operations with MTOM enabled response. Looking at the .NET Service WSDL I see the following: How does Axis client make the determination that this is MTOM encoded data from server end? I tried setting EN

RE: Transport Level Session Management -- is this .NET interop

2007-08-03 Thread Shalab Goel
Hi Deepal, Thanks a lot. I am hoping this will solve the problem, but none of the Constants class in Axis2-1.2 JavaDocs reference constant string CUSTOM_COOKIE_ID Is this something new for 1.3? Thanks Shalab -Original Message- From: Deepal jayasinghe [mailto:[EMAIL PROTECTED] = Sent:

Transport Level Session Management -- is this .NET interop Issue?

2007-08-02 Thread Shalab Goel
Hello, I have a question about session management. My Axis client is a consumer of .NET service, I am noticing the following interoperability issue. The Service is returning Cookie as Set-Cookie: ASP.NET_SessionId=cml1mh45lc3yzf55flravg45; path=/; HttpOnly And this is not getting processed by

RE: [Axis2] Streaming dynamically generated large sized content

2007-06-26 Thread Shalab Goel
plkementation can have a dynamically generated input stream. A quick google search brought up this sample. http://xqzone.marklogic.com/pubs/3.2/javadoc/com/marklogic/xcc/examples/ doc-files/DynamicContentStream.java.txt Thanks, dims On 6/25/07, Shalab Goel <[EMAIL PROTECTED]> wrote: > &g

RE: [Axis2] Streaming dynamically generated large sized content

2007-06-25 Thread Shalab Goel
From: Shalab Goel Sent: Thursday, June 21, 2007 11:54 AM To: axis-user@ws.apache.org Subject: [Axis2] Streaming dynamically generated large sized content Hello Everyone, I am looking for some assistance with streaming large sized dynamically generated content. I have

[Axis2] Streaming dynamically generated large sized content

2007-06-21 Thread Shalab Goel
apenv:Client Error while writing to the OutputStream. 38 --MIMEBoundaryurn_uuid_DFCA23517587D8F2141182450082013 2 -- 0 From: Shalab Goe

Sample application demo-ing attachments functionality

2007-06-20 Thread Shalab Goel
Hello, Thanks in advance if this already is available and you can point to the proper location. I am looking for a sample web service that would take a file path on server as request, and respond with contents of the file as a SOAP attachment. Any pointers on anything similar will be apprec