RE: If two methods have different names but same parameters, the first one is always called.

2003-02-04 Thread Vidyanand Murunikkara
Are you using the same part name for the input messages for both the operations ? Vidyanand -Original Message- From: Xia, Ge [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 3:02 PM To: [EMAIL PROTECTED] Subject: If two methods have different names but same parameters, the firs

RE: If two methods have different names but same parameters, the first one is always called.

2003-02-04 Thread Vidyanand Murunikkara
Looks like this will happen . But I am not sure whether this was done on purpose. Can you please log this as a bug in bugzilla (http://nagoya.apache.org/bugzilla) If will be good if you could attach a test case to reproduce the problem too. thanks Vidyanand. -Original Message- From: X

RE: AxisFault: could not find a target service to invoke

2003-02-03 Thread Vidyanand Murunikkara
This usually happens when a) the URL that clients uses for a service is wrong . or b) the service is not deployed in the server. Vidyanand. -Original Message- From: Ray S. Karkera Sent: Sun 2/2/2003 1:10 PM To: [EMAIL PROTECTED] C

RE: Shorthand for WSDD file

2003-02-03 Thread Vidyanand Murunikkara
option b is good . You can specify all the bean mappings inside deployment. It need not be inside the service defintion. and you need not reference the mappings inside of a service as long as the mappings are in the same wsdd. Vidyanand. -Original Message- From:

RE: How to break out of Axis request Handler

2003-01-31 Thread Vidyanand Murunikkara
Have you tried throwing an AxisFault from your handler. That should suffice. -Original Message- From: Vijay Bharti [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 4:22 AM To: [EMAIL PROTECTED] Subject: How to break out of Axis request Handler Hi All, I have written a small ser

RE: error deploying service using AdminClient

2003-01-31 Thread Vidyanand Murunikkara
Looks like the URL that the AdminClient uses doesnt point to the Axis Servlet. Check the web.xml of the webapp and see if AxisServlet is mapped properly. -Original Message- From: Sameer Bombatkar [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 2:12 AM To: [EMAIL PROTECTED] Subjec

RE: using a wsdl file, rather than generating via ?wsdl

2003-01-29 Thread Vidyanand Murunikkara
I am not sure whether works. try using /axis/foo.wsdl Axis tries to look for that file in ur classpath. So best place to put it woould be in WEB-INF/classes/axis/foo.wsdl ANd you dont need to modiy web.xml for this. Vidyanand. -Original Message- From: Jeff Greif [mailto:[EMAI

RE: when does axis serialize and deserialize using type mappings in deploy.wsdd?

2003-01-28 Thread Vidyanand Murunikkara
On the server side whatever handlers are present in the request flow will process the message before the message reaches the provider. The response message is then sent through each of the handlers that are described in the response flow. You can check out an example at $AXIS_HOME/java/samples/u

RE: Does Java2Wsdl support EJBs?

2003-01-28 Thread Vidyanand Murunikkara
There is already some docs on using EJB provider and using EJBs which was submitted through bugzilla. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14287 It just hasnt made into the source tree yet :( Vidyanand. -Original Message- From: Nicholas [mailto:[EMAIL PROTECTED]] Sent: Tu

RE: WSDL2Java throws a Null Pointer exception when processing mul tipa rt WSDL

2003-01-28 Thread Vidyanand Murunikkara
The wsdl4j.jar was updated last in December by dims. http://marc.theaimsgroup.com/?l=axis-dev&m=103944535612272&w=2 Vidyanand. -Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 1:57 PM To: '[EMAIL PROTECTED]' Subject: RE: WSDL2Java throws a N

RE: deployment problem without .jws

2003-01-24 Thread Vidyanand Murunikkara
in webapps\axis\WEB-INF: Seems simple enough, but does anything look suspicious? -Original Message- From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 12:38 PM To: [EMAIL PROTECTED] Subject: RE: deployment problem without .jws Hi can u

RE: deployment problem without .jws

2003-01-24 Thread Vidyanand Murunikkara
Servlet with http://localhost:8080/axis/services/Product - right? Should I need to map each deployed service? -Original Message- From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 12:38 PM To: [EMAIL PROTECTED] Subject: RE: deployment problem without

RE: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client?

2003-01-24 Thread Vidyanand Murunikkara
11:23 AM To: [EMAIL PROTECTED] Subject: RE: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client? Axis 1.0 release and tomcat 4.1.18. -Original Message----- From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 1

RE: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client?

2003-01-24 Thread Vidyanand Murunikkara
and How to get web service list from Client? I tried it before, it didn't work. -Original Message- From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 11:00 AM To: [EMAIL PROTECTED] Subject: RE: How to Override '?WSDL' to generate WSD

RE: deployment problem without .jws

2003-01-24 Thread Vidyanand Murunikkara
Could you try using http://localhost:8080/axis/services/Product as the URL > -Original Message- > From: David Gilbert [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 24, 2003 11:12 AM > To: [EMAIL PROTECTED] > Subject: deployment problem without .jws > > I am runnin

RE: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client?

2003-01-24 Thread Vidyanand Murunikkara
try placing the wsdl in WEB-INF/classes and setting /GetQuote.wsdl Vidyanand -Original Message- From: Ma, Yongjie [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 10:52 AM To: [EMAIL PROTECTED] Subject: RE: How to Override '?WSDL' to generate WSDL file and How to get web service

RE: Why I don't need xml-xerves parse installed?

2003-01-22 Thread Vidyanand Murunikkara
All axis needs is a JAXP compliant parser. It doesnt require xerces in particular . But Xerces is mostly recommended. -Original Message- From: Ma, Yongjie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 11:22 AM To: [EMAIL PROTECTED] Subject: RE: Why I don't need xml-xerves pa

RE: Bug/Wierdness in reading config file after class update

2003-01-20 Thread Vidyanand Murunikkara
looks like someone else using resin had the same problem but in axis beta 3. http://marc.theaimsgroup.com/?l=axis-user&m=103848093014234&w=2 I dont know what happened to this though. I cant find any bug report on this. Vidyanand. -Original Message- From: Sean Leach [mailto:[EMAIL PROT

RE: Will Axis Clients Simply Not Work In Applets ?

2003-01-16 Thread Vidyanand Murunikkara
Nicholas Have u tried signing the applets , or giving full permission to the URL from which the applet originates from ? Vidyanand. -Original Message- From: Nicholas [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 5:37 AM To: [EMAIL PROTECTED] Subject: Will Axis Clients Simpl

RE: class Service not working in tomcat 4.1.18

2003-01-14 Thread Vidyanand Murunikkara
that looks like saaj.jar is not being found in the classpath. Vidyanand -Original Message- From: Dave Searle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 11:37 AM To: [EMAIL PROTECTED] Subject: RE: class Service not working in tomcat 4.1.18 Hi Dan, Just tried that, but to

RE: ANY DIGEST Option for this List

2003-01-14 Thread Vidyanand Murunikkara
If all you want to do is follow what is going on you can try taking a look at < http://marc.theaimsgroup.com/?l=axis-user&r=1&w=2 > But if you need to mail axis-user u need to be subscribed, and as far as i know there is no digest option. Thanks Vidyanand. -Original Message- From: Shro

RE: security to stop undeployment of services

2003-01-14 Thread Vidyanand Murunikkara
Have u tried using < parameter name="enableRemoteAdmin" value="false"/> within the AdminService configuration ? thanks Vidyanand. -Original Message- From: Jagadeesan,Sivakumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 9:36 AM To: [EMAIL PROTECTED] Subject: RE: security to

RE: how reliable is Axis in production environment

2003-01-08 Thread Vidyanand Murunikkara
Check out this pacge http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/AxisBeingU sed Thanks Vidyanand -Original Message- From: Anjaneya Swamy Varada [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 10:59 AM To: [EMAIL PROTECTED] Subject: how reliable is Axis in pr

RE: Service instance

2003-01-07 Thread Vidyanand Murunikkara
because my service is already instantiated and working in the background when it is called. Any assistance would be very grateful indeed! :) Cheers lads, Dave -Original Message----- From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 22:26 To: [EMAIL PROTECTED] S

RE: Service instance

2003-01-07 Thread Vidyanand Murunikkara
Hi Dave I guess u wanted to know where the class that represents service that is being called in being instantiated. Check out org.apache.axis.providers.java.JavaProvider for that. Look specifically for getNewServiceObject method. Thanks Vidyanand. -Original Message- From: Dave Searle [

RE: Problems with Deserialization

2002-12-15 Thread Vidyanand Murunikkara
t in the WSDL. Are there any samples you know of? KJQ -Original Message- From: Vidyanand Murunikkara To: [EMAIL PROTECTED] Sent: 12/15/02 6:17 AM Subject: RE: Problems with Deserializat

RE: Problems with Deserialization

2002-12-15 Thread Vidyanand Murunikkara
Hi >Here's my questions: >--- >1) Could this have something to do with defining as a RPC vs. Wrapped? I dont think in your case it really matters what you are using >2) Since I can see the TCPMon and it looks right and since the error is >client-side, does th

RE: Problems with Deserialization

2002-12-13 Thread Vidyanand Murunikkara
real implementation. Its a HashMap wrapped with the interface. Thanks for the reponse. KJQ -Original Message- From: Vidyanand Murunikkara To: [EMAIL PROTECTED] Sent: 12/14/02 12:18 AM S

RE: Problems with Deserialization

2002-12-13 Thread Vidyanand Murunikkara
Hi Is there are a reason why you have commented out the call to client.registerTypeMapping in your client program . This surely will fail since there is no deserializerfactory registered for Person. Can you run the code with the typemapping registered. You could also set the return type to

RE: Having a Problem Generating Client for .Net Service with DataSet return type

2002-12-13 Thread Vidyanand Murunikkara
It is becoz in the WSDL below there is a element that is a ref to schema element. To my knowledge that is not supported in Axis. Vidyanand. -Original Message- From: Marshall Greer [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 2:13 PM To: '[EMAIL PROTECTED]' Subject: Having

RE: Help please! WSDL2Java NoSuchMethodError for com.ibm.wsdl.util.xml.QNameUtils.newQName(Unknown Source)

2002-12-12 Thread Vidyanand Murunikkara
Are you using the wsdl4j.jar that comes with the axis build ? try getting the latest version of wsdl4j.jar. Vidyanand. -Original Message- From: Andy Nguyen [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 4:29 PM To: [EMAIL PROTECTED] Subject: Help please! WSDL2Java NoSuchMetho

RE: Axis ClassCastException in XMLUtils.sourceToInputSource

2002-12-12 Thread Vidyanand Murunikkara
HI Bryan I dont have the source code of Axis 1.0 so cant exactly tell what might be wrong. But this is my guess. In org.apache.axis.utils.XMLUtils.sourceToInputSource, if the input source is a DOMSource, Axis assumes that getNode() will return an Element. In your case I think it is a docum

RE: help: Nesting arrays & structs

2002-12-10 Thread Vidyanand Murunikkara
You need to add a typemapping for classes T2 and T3 similar to that setup for T. Vidyanand. -Original Message- From: Dongsheng Song Sent: Tue 12/10/2002 7:17 PM To: [EMAIL PROTECTED] Cc: Subject: help: Nesting arrays & struct

RE: java.lang.reflect.InvocationTargetException

2002-12-10 Thread Vidyanand Murunikkara
It looks like the method that is being called by the RPC provider doesn't exist. Did you change the signature of the classes and redployed but forgot to restart tomcat ? Vidyanand. -Original Message- From: Iván Escobedo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 9:10 AM T

RE: Which API can display AXIS XML message(Call)

2002-12-09 Thread Vidyanand Murunikkara
Could You be more specific. If all you want to see are the messages going back and forth you could use tcpmon or SOAPMonitor. Vidyanand. -Original Message- From: David payam [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 6:23 PM To: [EMAIL PROTECTED] Subject: Which API can di

RE: Lifespan of axis objects

2002-12-09 Thread Vidyanand Murunikkara
Jeffrey Hi Jeffrey I would write a service which implements javax.xml.rpc.LifeCycle. I will do all the initialization of connecting to database in the init(..) method. From your requirement it looks like your service is better off having an application scope. So I would add as a part of the servi

RE: Document style web services

2002-11-21 Thread Vidyanand Murunikkara
We have an implementation whereby we use java:RPC with style=document and the operation is identified by soap action URI. And we hack the RPCProvider to make sure marshalling is done. Steve, do u think such a thing should make it to the axis code base. Vidyanand. -Original Message- F

RE: NoSuchMethodError while attempting to run admin

2002-11-18 Thread Vidyanand Murunikkara
check this out .. might be a similar error. http://marc.theaimsgroup.com/?t=10376305003&r=1&w=2 -Original Message- From: Joe Morse [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 12:37 PM To: '[EMAIL PROTECTED]' Subject: NoSuchMethodError while attempting to run admin H

RE: Initialization Parameters

2002-11-16 Thread Vidyanand Murunikkara
auses more damage to the codebase through ignorance than they contribute :) I believe the current situation is that the session expiry code isnt working, cos there is no expiry support. But that doesnt mean that init wont get a look in. - Original Message ----- From: "Vidyanand Murun

RE: Initialization Parameters

2002-11-15 Thread Vidyanand Murunikkara
] Sent: Friday, November 15, 2002 2:01 PM To: [EMAIL PROTECTED] Subject: Re: Initialization Parameters It is running in one of my apps. I'm using Axis 1.0 with Tomcat 4.1.12 On Friday 15 November 2002 04:43 pm, Vidyanand Murunikkara wrote: > Hi Ben > > When you said "it works

RE: Initialization Parameters

2002-11-15 Thread Vidyanand Murunikkara
Hi Ben When you said "it works well" did u mean u tried it out and it worked fine ? I was under the impression this feature doesn't exist. I checked the code and it doesn't seem to be in there. And Steve Loughran from the Axis commiter list also said that this feature is not supported. http://marc

RE: Axis1.0 and websphere

2002-11-14 Thread Vidyanand Murunikkara
Hey Gautam Is there somethign similar to a tomcat common\lib in websphere. If so try placing the jars that is causing the problems in there instead of in the webapps. Vidyanand -Original Message- From: gautham chitupolu [mailto:gauthamkumar@;hotmail.com] Sent: Thursday, November 14, 20

RE: [envelope] href and id

2002-11-13 Thread Vidyanand Murunikkara
Yes To the deployment/globalconfiguration element(in the server-config.wsdd) add the following element Vidyanand. -Original Message- From: BOURLON Agnès [mailto:agnes_bourlon@;yahoo.fr] Sent: Wednesday, November 13, 2002 11:15 AM To: [EMAIL PROTECTED] Subject: [envelope] href

RE: Axis: Help with correct typeMapping for JavaBean

2002-11-13 Thread Vidyanand Murunikkara
Hi Akin Yes your mails are getting to the mailing lists :-) as to your questions 1. I dont see anything that is missing in your code that is required to serialize Modifier. The only think that i can think of is that the modifiers need a public set and get methods in the MyBean Class.Please verif

RE: resources m$_interop service_parameters

2002-11-12 Thread Vidyanand Murunikkara
Hi Oliver For 3 check out this http://marc.theaimsgroup.com/?l=axis-user&m=103670473018220&w=2 and follow the thread for pro's and con's Vidyanand. -Original Message- From: Olivier Fauchon [mailto:olivier@;labocom.com] Sent: Tuesday, November 12, 2002 2:06 AM To: [EMAIL PROTECTED] Subjec

RE: Service initialization

2002-11-08 Thread Vidyanand Murunikkara
-Original Message- From: Steve Loughran [mailto:steve_l@;iseran.com] Sent: Friday, November 08, 2002 4:17 PM To: [EMAIL PROTECTED] Subject: Re: Service initialization >yes, that would be the easiest bit of the hack; till now I'd thought the big >need was for session cleanup which needs

RE: Service initialization

2002-11-08 Thread Vidyanand Murunikkara
- Original Message ----- From: "Vidyanand Murunikkara" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 08, 2002 1:05 PM Subject: RE: Service initialization >Hi Steve >Yes I did notice what you said and I wasnt disagreeing with you. I was

RE: Getting class name from deployed services

2002-11-08 Thread Vidyanand Murunikkara
Hi Jimmy I am not sure this works .. but seems logical to me first get an handle to AxisEngine ( i dont know what context you are talking abt) SOAPService service = axisEngine.getService( serviceName ) String className = "" + service.getOption( "className" ); and as to whether there is objec

RE: Service initialization

2002-11-08 Thread Vidyanand Murunikkara
initialization Notice how I said servlet lifecycle events, not the JAX-RPC lifecycle - Original Message - From: "Vidyanand Murunikkara" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 08, 2002 11:31 AM Subject: RE: Service initialization Hi

RE: Service initialization

2002-11-08 Thread Vidyanand Murunikkara
Hi scott I am not sure I understand your concerns correctly. But from waht i gather I think the ideal way to do this is to make your service implement javax.xml.rpc.server.ServiceLifeCycle and then implement the init( Object) method to get your connections initialized. But I am not sure this featu

RE: How to get an operation Name in a Requstor Handler

2002-11-06 Thread Vidyanand Murunikkara
There is an easier way to get an operationDesc from a ServiceDesc when you know the method name. OperationDesc opDesc = service == null ? null : service.getOperationByName( opName ); Vidyanand. -Original Message- From: Vidyanand Murunikkara Sent: Wednesday, November 06, 2002 12:21

RE: How to get an operation Name in a Requstor Handler

2002-11-06 Thread Vidyanand Murunikkara
Try this out Bahman import org.apache.axis.handlers.BasicHandler; import org.apache.axis.MessageContext; import org.apache.axis.Message; import org.apache.axis.AxisFault; import org.apache.axis.description.ServiceDesc; import org.apache.axis.description.OperationDesc; import org.apache.axis.Hand

RE: axis 1.0 does not deploy

2002-11-06 Thread Vidyanand Murunikkara
Calvin Try extracting the server-config.wsdd in axis.jar and placing it in /WEB-INF. Vidyanand. -Original Message- From: Calvin Smith [mailto:calvinrsmith@;hotmail.com] Sent: Wednesday, November 06, 2002 11:37 AM To: [EMAIL PROTECTED] Subject: axis 1.0 does not deploy I have so far be

SimpleNonPrimitiveSerializerFactory ?

2002-10-31 Thread Vidyanand Murunikkara
Hi In Axis beta 2 there was this class SimpleNonPrimitiveSerializerFactory( in the package org.apache.axis.encoding.ser). Can anyone tell me what is the equivalent of this in Axis 1.0. Is it the SimpleSerializerFactory ( in the same package )? thanx Vidyanand

RE: isolation of web services deployed on axis

2002-10-31 Thread Vidyanand Murunikkara
Hi Steve We have been doing exactly like this .. but if you are running in somethign like tomcat it chokes after the 7th app .. this is without using any of the X options while running tomcat ... is this a problem with tomcat or is it becoz axis eats too much of the resources ??? is hosting them

RE: Proper use of ServiceLifecycle (Re: question on migrating from Soap 2.2 to Axis)

2002-06-13 Thread Vidyanand Murunikkara
Hi I am using axis beta 2 . I also ran into the same problem of init( ..) not being called at service initialization. Vidyanand. -Original Message- From: Andrew Vardeman [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 8:49 AM To: [EMAIL PROTECTED] Subject: Re: Proper use of

RE: .Net Client for Axis Service

2002-06-11 Thread Vidyanand Murunikkara
way to force the .NET client to send the authenticate header right away? If yes, I will be interested to know how you did that. Thomas -Original Message- From: Vidyanand Murunikkara [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Tuesday, June 11, 2002 3:40 PM To:

RE: .Net Client for Axis Service

2002-06-11 Thread Vidyanand Murunikkara
Hi Rhys check this out http://marc.theaimsgroup.com/?l=axis-user &m=102224516027914&w=2 . Similar problem But there is no good solution to it. But there is one way you can make it send the required headers. But it involves chan

RE: href, mozilla soap, and custom serializers

2002-06-05 Thread Vidyanand Murunikkara
a finer grained control over whether a specific service or operation uses hrefs/multirefs or not? Thanks!! Heitzso On Tue, 2002-06-04 at 23:40, Vidyanand Murunikkara wrote: > > HI Heitzso > > If the problem you are trying to solve is to prevent the axsi server > from sending m

RE: href, mozilla soap, and custom serializers

2002-06-04 Thread Vidyanand Murunikkara
HI Heitzso If the problem you are trying to solve is to prevent the axsi server from sending multi refs then it is very much possible and can be done in the server-config.wsdd. Look for inside /deployment/globalConfiguration . Just change the value of this paramter to false. Hope this helps

RE: EJB Provider

2002-05-29 Thread Vidyanand Murunikkara
Hey Christopher Try adding the following parameter to the service description There was some problem when this was absent from the service description. This might solve your problem Hope this helps. Vidyanand. -Original Message- From: Adams, Christopher [mailto:[EMAI

RE: Please Help-me - Basic install of Axis on Web Server Resin 2.1.0

2002-05-28 Thread Vidyanand Murunikkara
could u attach the server-config.wsdd that is being used. I have seen this error usually pop up when the wsdd is wrong. -Original Message- From: Jose Airton F. da Silva [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 3:25 PM To: [EMAIL PROTECTED] Subject: Please Help-me - Basic ins

RE: Calling a secure Axis web service with .net client

2002-05-23 Thread Vidyanand Murunikkara
- From: Vidyanand Murunikkara [ mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 7:53 PM To: [EMAIL PROTECTED] Subject: Calling a secure Axis web service with .net client HI i have a Web service running using Axis. I have turned on HTTP

Calling a secure Axis web service with .net client

2002-05-20 Thread Vidyanand Murunikkara
HI i have a Web service running using Axis. I have turned on HTTP Authentication for this. So the only way i can access this service( verified using some handlers ) is to have a username and password . If i have a client generated using axis then in the Client stub i can set the Username and p

RE: Java 1.2.x compatibility; javax.naming

2002-05-13 Thread Vidyanand Murunikkara
i guess all u need to do is go the java.sun.com web site and download the naming.jar Vidyanand -Original Message- From: Arun swaran Jagatheesan [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 11:28 PM To: Axis-User@Xml. Apache. Org Subject: Java 1.2.x compatibility; javax.naming

RE: How to control the Call object in code generated by WSDL2Java ?

2002-05-10 Thread Vidyanand Murunikkara
Hi Tom I had posted this sometime early too but had got no reply. I want to know whether there is any wya u can turn off the multi ref being sent by a client generated out of WSDL2Java. I know it can be done by setting the property on Call object . But since we dont have a direct handle to the Ca

RE: A problem in Axis Beta2 when the EJB is called

2002-05-07 Thread Vidyanand Murunikkara
Hi michael I dont have much information on this issue other than the fact that i get a "No such operation" error. When i last looked into it it was finding the service .. just that something happenign with finding the operations. I checked to see if the allowed methods paramaters was casuing it

RE: A problem in Axis Beta2 when the EJB is called

2002-05-06 Thread Vidyanand Murunikkara
i know for sure that it works in beta 1 .. with beta 2 i have never tried .. i have tried it in one of the nighly build before beta 2 ( after beta 1) and it gave me the same error as the one younsoo got. Vidyanand -Original Message- From: Vaishakhi Ajmera [mailto:[EMAIL PROTECTED]] Sen

RE: A problem in Axis Beta2 when the EJB is called

2002-05-02 Thread Vidyanand Murunikkara
HI younsoo I have had the exact problem while using EJB in one of the nightly builds after beta 1 release. THis is working fine with beta 1 though. ( i havent tried beta 2 yet ). Vidyanand. -Original Message- From: Younsoo [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 7:08 PM

RE: Calling an EJB service

2002-05-02 Thread Vidyanand Murunikkara
Hi As long as u have the WSDD correct u dont have to change the way u invoke an EJB web service. For the client it doesnt matter whether the call is an EJB Service or a Java Service. Do as you would just call any Java Service and it should work. Vidyanand. -Original Message- From: Vais

RE: Must include type attribute for Handler deployment!

2002-04-27 Thread Vidyanand Murunikkara
I have seen this error before. Usually happens when u have the type attribute in the handler element having a prefix ( say java ) whose namespace is not declared in the wsdd. But since i dont have the WSDD i am not exactly sure this could be the problem. Vidyanand. -Original Message- F

RE: Can the webservice be called directly

2002-04-23 Thread Vidyanand Murunikkara
Hi u can use the local transport for doing this. But this right now does the serialization and deserialization. -Original Message- From: Vaishakhi Ajmera [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 12:50 PM To: [EMAIL PROTECTED] Subject: Can the webservice be called direct

RE: Getting the name of hte method

2002-04-22 Thread Vidyanand Murunikkara
Thanks Allen That was the only way i figured to get the name too. But i was hoping that the name would be available as some property in the Message Context. Do you have any idea why the name of the method isnt made available in the Message Context( as a property) ???. Vidyanand. -Original M

Getting the name of hte method

2002-04-20 Thread Vidyanand Murunikkara
Hi I am writing an handler in the request flow. For one of the operations the handler needs to know what the name of the method that is being invoked. I tried doing a msgContext.getOperation(). But that returns a null object to me. How do i get that information. ??? ( is walking the XML tha

RE: Class Cast Exception using return type as List

2002-04-19 Thread Vidyanand Murunikkara
Hi I remember someone mentioning in the list that for List/Vector the return value from the call.invoke(...) is an object array. To convert it to some thing that u want u would use the convert method in org.apache.axis.utils.JavaUtils. Hope this helps Vidyanand -Original Message- Fro

RE: problem with axis install - "Must include type attribute for Handler deployment!"

2002-04-19 Thread Vidyanand Murunikkara
i mean the WSDD ( some reason my keyboard doesnt respond well to my thgts :) ) -Original Message- From: Vidyanand Murunikkara Sent: Friday, April 19, 2002 10:54 AM To: [EMAIL PROTECTED] Subject: RE: problem with axis install - "Must include type attribute for Handler deplo

RE: problem with axis install - "Must include type attribute for Handler deployment!"

2002-04-19 Thread Vidyanand Murunikkara
could u attach the WSS file that causes the problem -Original Message- From: Clint Combs [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 11:08 PM To: [EMAIL PROTECTED] Subject: problem with axis install - "Must include type attribute for Handler deployment!" I'm having a probl

RE: Problem calling Axis service from .Net

2002-04-19 Thread Vidyanand Murunikkara
Hi Nuno I have also run into numerous problems trying to run a .net client with axis. If u look at the Request that the .net client is sending across u will notice that the is not prefixed by q2. I think it is wrong XML being spit out since a valid XML would have had all the children being pr

RE: beanSerialization

2002-04-18 Thread Vidyanand Murunikkara
Hi i have seen this usually hanppend when there is some namespace clash or some extra element. When u said it the XML seemed right using tcpmon did u mean all namespaces also ??? Vidyanand -Original Message- From: Lasker, Kory [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 1

RE: How do I invoke a method that takes no parameters ?

2002-04-18 Thread Vidyanand Murunikkara
I guess all u have to do is Object ret = call.invoke( new Object[] { } ); where call is the Call Object that u have set up . -Original Message- From: Vaishakhi Ajmera [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 1:19 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sub

RE: how to disable multiref

2002-04-15 Thread Vidyanand Murunikkara
add this line call.setOption( org.apache.axis.AxisEngine.PROP_DOMULTIREFS, new java.lang.Boolean( false) ); before u call invoke -Original Message- From: Munjal [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 4:52 PM To: [EMAIL PROTECTED] Subject: how to disable multiref H

RE: Kindly help me out - Posting twice !!!

2002-04-15 Thread Vidyanand Murunikkara
The error points to the fact that the java file was not compiled. Figure out why it is not compiling. One possibility IT might be needing some classes that are not in the classpaht of tomcat. Vidyanand. -Original Message- From: Jitender Singh Singh [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: no serializer found exception

2002-04-13 Thread Vidyanand Murunikkara
Hi cld u cut and paste the signature of the method that u are using. -Original Message- From: Munjal [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 13, 2002 3:00 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: no serializer found exception Hi, I have a web-service impleme

Controlling WSDL2Java Generation

2002-04-03 Thread Vidyanand Murunikkara
Hi I am trying to generate clients from a WSDL using axis. I want to set the option for disabling multirefs while i am accessing the service.One option is to go and change the java files that is generated manually and set the option on the call object. But i want to generate class files that i do

RE: Problems calling Axis service from .NET C# client

2002-04-03 Thread Vidyanand Murunikkara
Peter I have seen this happen in case of dotnet .. and the reason it fails is because dotnet expects the XML corresponding to the object that it deserializes to have no prefixes .. if all the prefixes are stripped off for the elements in the following part I guess it shld work. http://schemas

RE: Help with installation of axis

2002-03-04 Thread Vidyanand Murunikkara
This is becoz the required jar files are not in ur class path try using java -classpath $CLASSPATH$ org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd where $CLASSPATH$ represents all the jars required by axis, including axis.jar -Origi