Re: [Axis2] [AXIS2-XMLBEAN] URGENT:- Problem when invoking from MS Excel Client

2007-02-22 Thread mvkirankumar
Hi Jeff, Thanks. Yes, it was a namespace issue and we fixed it. Thanks. kiran. Jeff Greif wrote: > > The element SecRequest is in different namespaces in the two soap > requests. In the excel version it is in the null namespace. > > Jeff > > On 2/21/07, mvkiranku

[AXIS2-XMLBEAN] URGENT:- Problem when invoking from MS Excel Client

2007-02-21 Thread mvkirankumar
Hi All, Looks like there is an interoperability issue while using AXIS2+XMLBEAN. We have created our webservice server using AXIS2 + XMLBean. And for testing the created webservice we are using both java and Excel Client to invoke the service. The service is working fine when invoked using Jav

Re: [AXIS2] Problem while using xmlBeans with AXIS2

2007-02-01 Thread mvkirankumar
r. Ajith Ranabahu wrote: > > Hi Kiran, > would you have a serverside log or a stacktrace ? All I can think of > is that the client request is not formed properly - perhaps certain > elements missing ? > > Ajith > > On 2/1/07, mvkirankumar <[EMAIL PROTECTED]> wro

[AXIS2] Problem while using xmlBeans with AXIS2

2007-02-01 Thread mvkirankumar
Hi, I tried ADB, but it was not that schema supportive and did not work good for complex schema types. Hence according to DIMS/Anne's suggestion started using xmlBeans for my implementation. xmlBeans is awesome, it creates plent of java files but. I have attached the WSDL, which gives me "Data

Re: [AXIS2] Which binding framework should i use for complex xml handling

2007-01-30 Thread mvkirankumar
Thanks Anne. As Dims and you suggested, i was successful to write a wsdl, write a schema into the wsdl, then perform wsdl2java, then edit the skeleton to put businesslogic and finally i was able to call the service from a MS Excel Client. Thanks for your help towards this. But, now i have a iss

Re: [AXIS2] Which binding framework should i use for complex xml handling

2007-01-29 Thread mvkirankumar
gt; PROTECTED] >> > > >> > > -- dims >> > > >> > > On 1/29/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote: >> > >> #1) Yes. Start with Schema first (i use XMLSPY to write xsd's). Then >> > >> follow instructions from

Re: [AXIS2] Which binding framework should i use for complex xml handling

2007-01-29 Thread mvkirankumar
ite xsd's). Then >> follow instructions from Anne here to fill up the template WSDL. >> >> #2) Axis2 w/o a doubt. >> >> thanks, >> dims >> >> >> On 1/29/07, mvkirankumar <[EMAIL PROTECTED]> wrote: >> > >> > Thanks Da

Re: [AXIS2] Which binding framework should i use for complex xml handling

2007-01-29 Thread mvkirankumar
schema support for better performance, > use ADB. As i mention usually, start from WSDL/Schema. (NOT from > java/pojo's). > > thanks, > dims > > On 1/29/07, mvkirankumar <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> Please suggest me with the f

[AXIS2] Which binding framework should i use for complex xml handling

2007-01-29 Thread mvkirankumar
Hi, Please suggest me with the following: Which xml java binding framework should i use or which one is stable to use. I have tried AXIOM sample, jibx both do not work. Only the samples given in axis2 works. if i try out something, they do not work. Please help me, to take up a robust framework

[AXIS2] AXIOM sample in user guide not working

2007-01-29 Thread mvkirankumar
Hi, I just tried to make my own sample service by referring to the user guide. Creating a Service From Scratch Creating a service from scratch is not the most convenient way to do it, but it does give you the most control. The process involves several steps. The short story: Creat

Re: [AXIS2] jibx: java2wsdl step how to import generated schema

2007-01-28 Thread mvkirankumar
gt; > Dennis M. Sosnoski > SOA and Web Services in Java > Training and Consulting > http://www.sosnoski.com - http://www.sosnoski.co.nz > Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 > > > > mvkirankumar wrote: >> Hi, >> >> I am stuck w

[AXIS2] How to transfer XML from Axis2 Webservice to any client (.net/java/* any client)

2007-01-28 Thread mvkirankumar
Hi, How to transfer XML from Axis2 Webservice to any client (.net/java/* any client)? I decided to use JIBX binding framework and now got stuck as below. I also have attached the binding.xml, binding.xsd, *.wsdl file at the end. If my approach is wrong, please suggest me with a better one. Sce

[AXIS2] jibx: java2wsdl step how to import generated schema

2007-01-27 Thread mvkirankumar
Hi, I am stuck with this step for almost 8 hours. Can someone help me as soon as possible. Currently, we are evaluating Axis2 with jibx to make use in our project. We have a huge amount of fields that needs to be transferred across. So, these fields are better when mapped/binded using jibx with