SOAPMonitor

2003-08-19 Thread Vaidya, Raghavendra (CORP, GEITC)
Hi, I am not able to view the SOAPMonitor in browser...the Java console gives following error.. Is there any set up that needs to be doneto get it working...the index page says SOAPMonitor [disabled by default for security reasons] load: class SOAPMonitorApplet.class not found. java.lan

Document Style Web SErvice

2003-08-14 Thread Vaidya, Raghavendra (CORP, GEITC)
Hi, I have following situation.Please help me get around the same I have a WDSL for document style a web service and also have the accompanying XSD file to be used. Now I want to deploy this to Axis but do not want to use the JAva data structures generated by the wsdl2java utility.I already have

Full details of WSDD file

2003-02-27 Thread Vaidya, Raghavendra (CORP, GEITC)
Hi, I am writing a eclipse plug-in for administering and deploying services and generating the client stub code for Axis .I will donate this to open source once i am done. I need to understand the full details of the WSDD file to support all the deployment features. Is there a document somewhere

RE: WSDL, Java source and javadoc

2003-02-16 Thread Vaidya, Raghavendra (CORP, GEITC)
Hi, Where can i find all the tags that WSDD supports?? or documentation about the same?? Thanks Vaidya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 16, 2003 5:08 PM To: [EMAIL PROTECTED] Subject: RE: WSDL, Java source and javadoc Any sugge

RE: Is there a chance of having a Forum of discussion ( something more flexible )

2003-02-15 Thread Vaidya, Raghavendra (CORP, GEITC)
my groove ID is rpvaidya -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Friday, February 14, 2003 3:42 AMTo: [EMAIL PROTECTED]Subject: Re: Is there a chance of having a Forum of discussion ( something more flexible )How about setting up a Gro

Send and receive XML using AXIS

2002-10-16 Thread Vaidya, Raghavendra (CORP, GEITC)
Hi, How do I publish and use a AXIS service which accepts and returns XML as parameters. The client for this will be bothe Java and .NET Can some body point me to the relevant documentation and or example or a simple explanation will also do Thanks in advance Vaidya "THIS E-MAIL MESSAGE ALONG

Generated java file not compiling

2002-03-23 Thread Vaidya, Raghavendra (CORP, GEITC)
Hi, I have a method which takes HashMap as parameter.I use the bean serializer.When I deploy the service and generate the client classes Axis genertes a class which extends AbstractMap but the java file does not compile because of missing methods. Is this a bug in Axis or am i doing something wron

RE: Serializer / Deserializer for HAshmap

2002-03-22 Thread Vaidya, Raghavendra (CORP, GEITC)
Got it thanks -Original Message- From: Frank Griffin [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 5:14 PM To: [EMAIL PROTECTED] Subject: Re: Serializer / Deserializer for HAshmap "Vaidya, Raghavendra (CORP, GEITC)" wrote: > Does axis provide a > serialize

Using Map Serializer

2002-03-22 Thread Vaidya, Raghavendra (CORP, GEITC)
Hi, When I use a Mp serializer in the wsdd file the wsdl file generated is wrong.It puts the name of the complex type as "map" and not as the name of the parameter "searchParams"(Please refer to the wsdl listing below). When I try to generate client code it gives following error : java.io.IOExcep

Serializer / Deserializer for HAshmap

2002-03-21 Thread Vaidya, Raghavendra (CORP, GEITC)
Hi, I want to publish a method which accepts Hashmap as a parameter ? how do I do it in Axis.I was using Apache SOAP to do the same and I had written a serializer my self. Can some body tell me how to do the same in Axis? Does axis provide a serializer / deserializer for Hashmap or do I have to wr

RE: Help with installation of axis

2002-03-04 Thread Vaidya, Raghavendra (CORP, GEITC)
Hi, Can Axis Serialize / Deserialize java.util.HashMap? If yes should we add any antry in the WSDD file? Regards Vaidya -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Monday, March 04, 2002 2:06 PMTo: [EMAIL PROTECTED]Subject: Re: Help with instal