Yogesh Dhake is out of the office.

2009-12-09 Thread Yogesh . Dhake
I will be out of the office starting 12/09/2009 and will not return until 12/29/2009. I will respond to your message when I return. Please contact Alex Okrainsky 201-626-9189 or Colin Huang 201-626-9043 for urgent issue.

Re: MTOM file upload webservice

2009-02-17 Thread Yogesh . Dhake
= attachment.getDataHandler(attchmentID); File file = new File( name); FileOutputStream fileOutputStream = new FileOutputStream(file); dataHandler.writeTo(fileOutputStream); Regards Yogesh Dhake Attharkar, Asmita aatth

Axis2 SoapWithAttachement issue extra new line when attachment of specific size.

2009-02-11 Thread Yogesh . Dhake
: + data.length); My Question 1) Is this a know issue in Axis? 2) Have any one seen this kind of behavior earlier. Or it could be just me due to way I have done coding. Thanking you regards Yogesh Dhake

Re: Axis2 - MTOM Sample error

2008-05-01 Thread Yogesh . Dhake
1)Try putting attached xmime.xsd local in you wsdl folder 2) put following import statement in wsdl or schema xsd:import namespace=http://www.w3.org/2005/05/xmlmime; schemaLocation=xmlmime.xsd / I hope this will work for you. Else you need to enable proxy setting

Re: Soap with attachment with Sandesha2 in Axis2

2008-04-08 Thread Yogesh . Dhake
WS with rampart 2) Any WSDL changes required for this ? ( MY WS implementation code depend on this ) 3) Any documentation or sample link will be really helpful Thanks for your time regards Yogesh Dhake [EMAIL PROTECTED] 04/07/2008 05:30 PM Please respond to axis-user@ws.apache.org

Soap with attachment with Rampart in Axis2

2008-04-07 Thread Yogesh . Dhake
implementation code depend on this ) 3) Any documentation or sample link will be really helpful Thanks for your time in reading this regards Yogesh Dhake == This transmittal and any attachments may contain

Re: Using SWA with ADB in axis2

2008-04-02 Thread Yogesh . Dhake
Can you place TCPMON inbetween and show us what kind of request you send and receive. regards Yogesh ndthuy [EMAIL PROTECTED] 04/02/2008 10:05 AM Please respond to axis-user@ws.apache.org To axis-user@ws.apache.org cc Subject Re: Using SWA with ADB in axis2 I were trying the same

can we pass xmlnode.

2007-12-19 Thread Yogesh . Dhake
of two cluster web application. We want to some polling job using ws where onwakeup event we want to send back this appcontext to identify which polling job is triggerd. if any thing is not clear please let me know. regard Yogesh Dhake

Re: Axis2.1.2 MTOM problem with large files

2007-10-31 Thread Yogesh . Dhake
Hi Can you be more specific with exception stack trace. What kind of logic you implementing? If you are reading file in memory for processing then you may have this issue due to available heap size regard yogesh Srihari [EMAIL PROTECTED] 10/31/2007 02:10 PM Please respond to

Re: Best way to realize stateful servicesarchitecturewithmassivedata?

2007-10-23 Thread Yogesh . Dhake
system . End of our getFile operation / confirming file received at server ). Same way on reverse we put data in chunk to some temp file on destination endpoint. after placing all data at end we rename it to required file. Let me know your thoughts Regards Yogesh Dhake Walker, Jeff [EMAIL

RE: Best way to realize stateful servicesarchitecturewithmassivedata?

2007-10-22 Thread Yogesh . Dhake
of our getFile operation / confirming file received at server ). Same way on reverse we put data in chunk to some temp file on destination endpoint. after placing all data at end we rename it to required file. Let me know your thoughts Regards Yogesh Dhake Walker, Jeff [EMAIL PROTECTED] 10

Re: Problems with Schemas and WSDL in Axis2

2007-10-19 Thread Yogesh . Dhake
Hi I did same successfully some time back. xsd:schema xmlns=http://schemas.xmlsoap.org/wsdl/; attributeFormDefault=qualified elementFormDefault=qualified targetNamespace= http://mizuho.com/emis/ep/paraminfo; xsd:include

Re: java client from wsdl

2007-10-18 Thread Yogesh . Dhake
Try looking MTOM sample in axis. replace your wsdl here. !-- Generate Client -- target name=generate.client java classname=org.apache.axis2.wsdl.WSDL2Java arg value=-uri / arg value=resources/MTOMSample.wsdl /

Re: Axis2 SWA client communicating Axis2 MTOM service

2007-10-09 Thread Yogesh . Dhake
) at com.mizuho.emis.ep.EMISEPServiceStub.fromOM(EMISEPServiceStub.java:1752) at com.mizuho.emis.ep.EMISEPServiceStub.getFile(EMISEPServiceStub.java:1221) Thanks Regards Yogesh Dhake == This transmittal and any attachments

Axis2 SWA client communicating Axis2 MTOM service

2007-10-08 Thread Yogesh . Dhake
(AxisFault.java:417) at com.mizuho.emis.ep.EMISEPServiceStub.fromOM( EMISEPServiceStub.java:1752) at com.mizuho.emis.ep.EMISEPServiceStub.getFile( EMISEPServiceStub.java:1221) Thanks Regards Yogesh Dhake

Re: Axis2 SWA client communicating Axis2 MTOM service

2007-10-08 Thread Yogesh . Dhake
) at com.mizuho.emis.ep.EMISEPServiceStub.getFile(EMISEPServiceStub.java:1221) Thanks Regards Yogesh Dhake == This transmittal and any attachments may contain confidential, privileged or sensitive information and is solely

Re: [AXIS2] ADBException: Unexpected subelement contentType

2007-10-04 Thread Yogesh . Dhake
. 38 --MIMEBoundaryurn_uuid_BEA3504621155EBAFD1191441357256 2 -- 0 Regard Yogesh Dhake Amila Suriarachchi [EMAIL PROTECTED] 10/04/2007 01:36 AM Please respond to axis-user

Re: Issue with Axis2 MTOM client

2007-10-03 Thread Yogesh . Dhake
Hi Mr Thilina Thanks for answering query. My Issue got resolved when I upgraded to axis2 1.3 . I was using axis2.1.1 on tomcat. Summary. 1) Axis2 can work as MTOM client or server. 2) For memory optimization we can do file caching on both sides. Thanks again. regards Yogesh Dhake

Re: [AXIS2] ADBException: Unexpected subelement contentType

2007-10-03 Thread Yogesh . Dhake
Hi I am bit new to Axis2 but I worked on SOAP / MTOM.I think element type need to be xmime:base64Binary as shown in axis2 sample. Etienne if you are planning to use MTOM then Axis sample on MTOM is quite useful. See how you can define your content element . I was succcessful in

Issue with Axis2 MTOM client

2007-10-01 Thread Yogesh . Dhake
(Constants.Configuration.FILE_SIZE_THRESHOLD, 4000); Please let me know if you need more details for analysing this.? Thanks to all regards Yogesh Dhake

does any one has sample for receiving MTOM attachment using axis2

2007-10-01 Thread Yogesh . Dhake
caching it works perfect.( i.e sending and receiving attachment). Thanks Yogesh Dhake == This transmittal and any attachments may contain confidential, privileged or sensitive information