Re: HashMap problem

2004-10-20 Thread Dacheng
Hi, every fellow: I met a new problem. I implemented two classes A and B. I want to publish them as a Web service, that is, I want to use a single WSDL file to describe these two class. Could anyone please tell me how to achieve that? Thank you in advance Dacheng

Re: HashMap problem

2004-10-19 Thread Dalibor Dostál
] Sent: Dienstag, 19. Oktober 2004 14:51 To: [EMAIL PROTECTED] Subject: Re: HashMap problem [...] What kind of service style do you use? - I don´t understand this question. We just created *jws file with methods as services implementation and used it. Maybe you could try using the

RE: HashMap problem

2004-10-19 Thread Bouche Paul
Dalibor, response see below... > -Original Message- > From: Dalibor Dostál [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 19. Oktober 2004 14:51 > To: [EMAIL PROTECTED] > Subject: Re: HashMap problem [...] > What kind of service style do you use? - I don´t understand th

Re: HashMap problem

2004-10-19 Thread Dalibor Dostál
Sorry to answering so late, but my had problems with my mail client. Answers to your questions are: 1)What kind of client do you use? - The same as server - axis 1.2RC12) What kind of service style do you use? - I don´t understand this question. We just created *jws file with methods as servic

RE: HashMap problem

2004-10-15 Thread Jia Yiyu
ouche Paul [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 8:33 PM To: [EMAIL PROTECTED] Subject: RE: HashMap problem What kind of client do you use? What kind of service style do you use? java.util.HashMaps are not all that interoperable. They only work with modifications to generated

RE: HashMap problem

2004-10-15 Thread Bouche Paul
What kind of client do you use? What kind of service style do you use? java.util.HashMaps are not all that interoperable. They only work with modifications to generated code. Does Axis maybe serialize the request is gets in into a different object? -- Paul > -Original Message- > From