Publishing web service with .jws file.

2002-05-31 Thread Jabali Putrevu
Hi,   I have a FirstService.jws file that has two classes in it. class FirstService and class Helper.  I copied it to the /axis directory. When I call this service, axis is able to compile this jws file into 2 classes (FirstService and Helper) but I get the following exception.   Caused by

test mail

2002-05-31 Thread Jabali Putrevu
Pl. ignore

Re: can't find deserializer problem

2002-05-11 Thread Jabali Putrevu
eanSerializerFactory(Collection.class, collectionqn),    new BeanDeserializerFactory(Collection.class,collectionqn)); -   Regards     Dennis Reil   - Original Message - From: Jabali Putrevu To: [EMAIL

Re: can't find deserializer problem

2002-05-11 Thread Jabali Putrevu
Could you resolve this problem?  I'm getting the similar exception when I run my cilent code. - Original Message - From: Dennis Reil To: [EMAIL PROTECTED] Sent: Friday, May 10, 2002 8:35 AM Subject: Re: can't find deserializer problem Ok, I'll attach the wsdl

Accessing avalysis services using Axis beta 2

2002-05-09 Thread Jabali Putrevu
Hello,   I wrote the small program using latest Axis beta 2 to find datasources in OLAP server. I am able to compile, but when I run I get Deserializer exceptions.   import java.io.*;import java.util.*;import java.net.*;import javax.xml.rpc.ParameterMode;import javax.xml.rpc.namespace.QName