Unsubscribe

2010-02-08 Thread Sudhir Mongia

Complex type extension support in Axis2 ADB

2009-05-26 Thread Sudhir Mongia
Hi Amila, This is with reference to your article http://wso2.org/library/2670, it says axis2 adb supports complex type extensions. It doesn;t seems to be working in my case when I am trying to generate stub. Is there any trick?? I remember I asked you this question earlier as well, but some how

Re: MTOM - sending byte array?

2009-05-15 Thread Sudhir Mongia
=xmime:base64Binary / or do I need an expectedContentType? Do I need some more preparations on the service side or can I send the byte array just like it is to the client? Thanks, Seem Sudhir Mongia wrote: Hi Seems, If you are expecting a big xml file, it makes sense to define it a byte

Re: MTOM - sending byte array?

2009-05-14 Thread Sudhir Mongia
Hi Seems, If you are expecting a big xml file, it makes sense to define it a byte array and send it as MTOM attachment. Sudhir On Fri, May 15, 2009 at 5:30 AM, Seem sim...@gmx.de wrote: Hi Andreas, it is a calculated result i will get from the jena framework for handling RDF models inside

Re: Handling Large data in a method call

2009-05-12 Thread Sudhir Mongia
Hi Amila, I am waiting to hear from you. We are bound to use xmlbeans and its eating memory like anything. I thought of seeing another binding approach, tried with Jibx but that too seems very complex. Any help.pointer appreciated. Thanks, Sudhir On Fri, May 8, 2009 at 10:14 AM, Sudhir Mongia

MTOM works only with base64 or it supports other types as well ?

2009-05-07 Thread Sudhir Mongia
Hi, Just needed confirmation from the experts. I was reading through internet that MTOM is supported for the elements defined as base64Binary in the wsdl. Is this true ? Can't we use MTOM to transfer objects of any type other then base64Binary? Thanks, Sudhir

Re: Handling Large data in a method call

2009-05-07 Thread Sudhir Mongia
Hi Amila, We are using Axis21.4.1 and it doesn't seems to support Complex type and extensions. I have not tried on Jibx yet. Sudhir On Thu, May 7, 2009 at 1:07 PM, Amila Suriarachchi amilasuriarach...@gmail.com wrote: On Wed, May 6, 2009 at 10:12 AM, Sudhir Mongia sudhir.mon

Re: Handling Large data in a method call

2009-05-06 Thread Sudhir Mongia
into multiple requests when it gets beyond a certain size (perhaps 2 objects, or whatever number makes sense). Maybe this is what you meant by the reference to chunking? - Dennis Sudhir Mongia wrote: Hi Dennis, Thanks for your reply, Sorry I missed to thanks you in my previous email

Re: Handling Large data in a method call

2009-05-05 Thread Sudhir Mongia
, 2009 at 2:23 PM, Sudhir Mongia sudhir.mon...@gmail.comwrote: Hi, We have a web method exposed by .net app and we using client stubs generated through Axis2. This method accepts an array of objects. The object is very heavy object containing 25+ members variables of double and string type

Re: Handling Large data in a method call

2009-05-05 Thread Sudhir Mongia
http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 Sudhir Mongia wrote: Hi, Has anyone got any experience in this type of problem ? One possible solution we used temporarily is, pass data fragment in in a call and do multiple

Re: Handling Large data in a method call

2009-05-05 Thread Sudhir Mongia
Hi Dennis, Thanks for your reply, Sorry I missed to thanks you in my previous email, I was slightly inside the problem. Just to add here we are also thinking of using another approaches like http chunking. Thanks, Sudhir On Wed, May 6, 2009 at 10:12 AM, Sudhir Mongia sudhir.mon

Handling Large data in a method call

2009-05-04 Thread Sudhir Mongia
Hi, We have a web method exposed by .net app and we using client stubs generated through Axis2. This method accepts an array of objects. The object is very heavy object containing 25+ members variables of double and string type. The calls to this method fails sometimes due to memory when we are

Re: Limitations in using ADB for our ws-clent

2009-05-04 Thread Sudhir Mongia
Hi Amila, Any word on this. Damian any thing from your side. Sudhir On Thu, Apr 30, 2009 at 7:55 PM, Sudhir Mongia sudhir.mon...@gmail.comwrote: Hi Amila, I am also running into the same issue. Could you please confirm which version of Axis2-ADB support both extension and restrictions

Re: Limitations in using ADB for our ws-clent

2009-04-30 Thread Sudhir Mongia
Hi Amila, I am also running into the same issue. Could you please confirm which version of Axis2-ADB support both extension and restrictions? I can see the following on http://ws.apache.org/axis2/1_4_1/adb/adb-howto.html http://ws.apache.org/axis2/1_4_1/adb/adb-howto.html Known Limitations

comparison of different databinding

2009-04-22 Thread Sudhir Mongia
scenarios. Please share if anyone has done this execise. Thnx, Sudhir Mongia

Re: comparison of different databinding

2009-04-22 Thread Sudhir Mongia
) If performance is the top concern, I'd say JIBX is a good choice. 5) If JSR standards are important, use JAX-WS and JAXB. All of those options are available in Axis2. - R From: Sudhir Mongia [mailto:sudhir.mon...@gmail.com] Sent: April 22, 2009 2:31 PM

Re: Axis2 Jboss and SSL issue

2009-04-16 Thread Sudhir Mongia
You can see the tutorials here to enable SSL on JBoss. http://www.theserverside.com/discussions/thread.tss?thread_id=22243 http://roneiv.wordpress.com/2008/01/03/jboss-tutorial-how-to-enable-ssl-https-on-jboss-as-well-as-other-nice-to-know-configurations/ Thanks, Sudhir On Thu, Apr 16, 2009 at

Facing Problem while Implementing WSSecurity Token based Authentication

2009-04-07 Thread Sudhir Mongia
Hi, I have created a sample Say Hello Webservice and I am trying to do basic implementation of WSSecurity using Axis2 and RamPart. I am following the tutorial http://wso2.org/library/3190. Apart from this also followed the link http://wso2.org/library/3787.which addresses the compatibility issues

Question about WSSecurity in Axis2

2009-03-25 Thread Sudhir Mongia
Hi, We need to secure our web service. We got to know about rampart module to implement. Before looking into any kind of documentation for rampart, We were in impression that we need to do changes on server side and the client will come to know about the security related information through WSDL

WSSecurity Implementaton

2009-03-10 Thread Sudhir Mongia
Hi, I have been asked to learn and implement WSSecurity in Web services exposed by us. We are using Axis2 version 1.4. Can anyone tell where to start? Thanks, Sudhir

Facing Problem with AXIS21.4

2008-12-09 Thread Sudhir Mongia
ended while searching for the boundary 2) com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '-' (code 45) in prolog; expected 'lt;'#xd; at [row,col {unknown-source}]: [2,1] Any pointer on these. Is there any way to debug axis to find the cause these problems. Thanks , Sudhir Mongia

Re: Facing Problem with AXIS21.4

2008-12-09 Thread Sudhir Mongia
Hi Asankha, Thanks for the quick reply. Let me go back and check what you are saying.will get back to you soon. Thanks, Sudhir On Tue, Dec 9, 2008 at 4:42 PM, Asankha C. Perera [EMAIL PROTECTED]wrote: Hi Sudhir Error 1 :com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character

Re: Facing Problem with AXIS21.4

2008-12-09 Thread Sudhir Mongia
Hi, Thanks for the reply. I got the following soap messages for request and response using TCPMON. Error 1 :com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '-' (code 45) in prolog; expected 'lt;'#xd; at [row,col {unknown-source}]: [2,1] Request POST

Re: Facing Problem with AXIS21.4

2008-12-09 Thread Sudhir Mongia
Hi Asankha, Thanks a lot, I can see the problem that you have mentioned. I need to check it from the .Net side, which sometimes generates these bad requests. Thanks, Sudhir On Tue, Dec 9, 2008 at 4:48 PM, Sudhir Mongia [EMAIL PROTECTED]wrote: Hi Asankha, Thanks for the quick reply. Let me go

getting error com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '-' (code 45) in prolog; expected ''

2008-11-24 Thread Sudhir Mongia
. Thanks, Sudhir Mongia

Session Attribute in service.xml

2008-08-03 Thread Sudhir Mongia
to get scope attribute added to the generated services.xml file. Any help/suggestion appreciated. Thanks, Sudhir Mongia