Re: Abstract Bean problem in Axis 1.2beta ['Watchdog': Virus checked] ['Watchdog': checked]

2004-05-18 Thread KKanagaraj
Patrick, I dont think this is a bug. Axis 1.1, need such configurations (as you have specified). Axis 1.2 does not expects such configurations for array types. This is done basically to conform WS-I BP 1.0 standard or profile. Do one thing, Wrap array of MyBean1 into another class and define

RE: Axis :: Input parameter namespace ! ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-30 Thread KKanagaraj
Hi Anne.. Finally I found where was the problem. It was in the deployment descriptors: I deleted this option from wsdd, I thought it will not be necessary, But IT IS http://localhost:8080/axis/services/OrderProcessor"; returnType="rtns:string" xmlns:rtns="http://www.w3

RE: Axis :: Input parameter namespace ! ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-30 Thread KKanagaraj
Hi I have attached my wsdl and wsdd file along with this mail. Anne: I managed to write a sample wsdl files that creates the same problem. I tried sending entire the zip file with all the contents, but user group rejects executable code. Please go through it, This wsdl is a file that Axis th

Axis :: Input parameter namespace ! ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-29 Thread KKanagaraj
Hi All, I am using Axis 1.2 beta, I facing a strange problem now: What I have done: 1. Created all the complex types in a separate XML Schema ( Created all the related java beans as well) 2. Created another xml schema, which defines the elements of type described in Step 1. 3. Wrote a WSDL

Axis 1.2 Release ?? ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-23 Thread KKanagaraj
Hi All, Can anyone tell me when we can expect final version for Axis 1.2. Currently it is in Beta version ! thanks, -kannan This email and any attachments to it may contain confidential information intended for the addressee only. If you are not the intended addressee, you are strictly proh

RE: WSDL :: WS-I Basic Profile ? ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-21 Thread KKanagaraj
Thanks a lot Anne ! will do it ! -kannan "Anne Thomas

WSDL :: WS-I Basic Profile ? ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-21 Thread KKanagaraj
Hi All, Can anyone tell me what is the need for WS-I basic profile, what is it, why we need to confirm to its standard. WSDL 1.1 itself a specification isn't it, then y do we need to confirm to ws-i standard. In my application we integrate .net and j2ee, please give ur thoughts it will be he

Re: ArraySerializer question ['Watchdog': Virus checked] ['Watchdog': checked]

2004-04-20 Thread KKanagaraj
hey Jagannath, I saw ur declarations, it seems to be fine. Iam also tried out same stuff it works very well. Have u definied the beanMapping or typeMapping tag for ur Customer object. You have defined the typeMapping for array of customer objects, but have u registered customer object ? If yo

RE: Can the same Axis Web Service have both rpc/encoded and doc/literal methods? ['Watchdog': Virus checked] ['Watchdog': checked]

2004-04-20 Thread KKanagaraj
I dont think there is a way to configure at deployment descriptors. I just tried WSDL2Java server side code, it generated the deploy.wsdd file as well. In that, it clearly defines whether the service is document oriented or rpc oriented. Now I have decided to start the design work from WSDL in

RE: Can the same Axis Web Service have both rpc/encoded and doc/literal methods? ['Watchdog': Virus checked] ['Watchdog': checked]

2004-04-20 Thread KKanagaraj
Anne I accept what u say... But in the deployment descriptor we specify the service with who is the provider, what style it uses and what it type uses (encoding/literal). So, if that is the case, how can a single service can have both document style and rpc style. Even I need to use this,

SOAP :: WSDL :: Versions ? ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-20 Thread KKanagaraj
Hi All, Iam using Axis 1.1, Can anyone tell me which version of SOAP and WSDL does Axis 1.1 supports ? thanks, -kannan This email and any attachments to it may contain confidential information intended for the addressee only. If you are not the intended addressee, you are strictly prohibite

SOAP request :: String length constraint !! ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-19 Thread KKanagaraj
Hi All, I have modified examples5 supplied by Axis samples. The modification is, I have added an additional constraint in the length of an element : But when I send the request which has customer name length greater than 5, it is getting accepted. Why is it

Axis :: Array deserialization :: Exception !! ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-19 Thread KKanagaraj
Hi there, I have deployed the examples5 supplied by axis, which shows how to use beans in webservice. Well, it works very fine when I deploy this service as Java:RPC, it is deserializing the array of string perfectly. But, When I deploy the same service as document/literal, I get an exception

Axis :: WSDL :: Complex Types :: Java Beans !! ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-13 Thread KKanagaraj
Can any one reply for my questions please. I sent it a week back but still didn't get any response. thanks -kannan Hi Friends, Iam at the design stage of my webservice components. I have decided to start with WSDL design and use WSDL2Java for further developments like Creation of java b

Axis :: WSDL :: Complex Types :: Java Beans !! ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-08 Thread KKanagaraj
Hi Friends, Iam at the design stage of my webservice components. I have decided to start with WSDL design and use WSDL2Java for further developments like Creation of java beans and other service objects. I tired converting WSDL to Java, I can see that the Complex types are created as a Java

Re: Axis :: WSDL :: WSDD ['Watchdog': checked] ['Watchdog': Virus checked] ['Watchdog': Virus checked]

2004-04-08 Thread KKanagaraj
Anne, Thanks a lot !! Now I got the concept behind RPC,Document, Wrapped and Message. cheers, -kannan Anne Thomas Manes

Axis :: WSDL :: WSDD ['Watchdog': checked] ['Watchdog': Virus checked]

2004-04-07 Thread KKanagaraj
Hello there, I just went through the Axis user guide. It says that service styles can be either : - RPC - Document - Wrapped - Message. In the document it says that RPC style services are handled by - org.apache.axis.providers.java.RPCProvider and Message style services are handled by - org.

Does any one know? ['Watchdog': checked] ['Watchdog': Virus checked]

2004-03-31 Thread KKanagaraj
Hi Friends, Iam facing some problem in XML Schema design, particularly in Data integrity. I really dont know to which user group should i post this, As iam a existing user in Axis user group, iam asking u people. Can anyone tell me to which user group should i post queries regarding xml sche

Application Framework :: Webservice ?? ['Watchdog': checked]

2004-03-22 Thread KKanagaraj
hey friends, In my application I will get a series of SOAP requests. All I need to know is: 1. How do I write a general Soap request handler (like a controller), All the reqest should be handled here like a centralized controller. 2. The controller should scan through the request types, based