Re: Login/Password for using WS

2003-10-12 Thread Jeyakumaran.C
ation handler as well to verify your expectation. Regards, Jeyakumaran.C - Original Message - From: "Stephen Gordon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 12, 2003 7:49 PM Subject: Re: Login/Password for using WS

Re: wsdd

2003-10-12 Thread Jeyakumaran.C
Hi vikas, Have you registered your type? Better to look an example regarding to type mapping.(Hope example5 in userguide may help you). regards, Jeyakumaran.C - Original Message - From: "Vikas Phonsa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, Oc

Re: Authentication & Authorization

2003-10-12 Thread Jeyakumaran.C
hope it won't take time for you. wishes, Jeyakumaran.C - Original Message - From: "Karthik krishnamurthy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 7:37 PM Subject: Authentication & Authorization > Hi, > > I'

Re: WSDD Help

2003-10-12 Thread Jeyakumaran.C
Hi TOENZ, Have a look at axis's samples/usergiude/example5 It has the bean service example. It would surely help you. Regards, Jeyakumaran.C - Original Message - From: "TOENZ Manuel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 10, 2003

Re: need instructions.

2003-10-07 Thread Jeyakumaran.C
Hi sarno, I have give you a axis installation guide here. It will be more useful for your first problem. For other problem u better look at the axis userguide. cheers, Jeyakumaran - Original Message - From: "giuseppe sarno" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October

Re: Simple username-password security with Axis?

2003-10-06 Thread Jeyakumaran.C
, Jeyakumaran.C - Original Message - From: "Jon Blower" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 06, 2003 7:33 PM Subject: Simple username-password security with Axis? > Dear Axis users, > > I would like to add a very basic level of

Re: soapAction & WSDD

2003-10-06 Thread Jeyakumaran.C
Hi william, I never heard of specifying SOAPAction in WSDD. Why do you really need. If you really need that, you set it as a parameter. But I beleive axis doesn't make sense of having soapaction in wsdd. regard, Jeyakumaran.C - Original Message - From: "William Wen" &l

Re: about complex types (newbie)

2003-10-05 Thread Jeyakumaran.C
Hi shrikant, I also had looked the anyType stuff. Can you explain what does it really means. What is the advantages of having that rathar than having bean in the case of Wermous's problem. Thanks in advance. regards, Jeyakumaran.C - Original Message - From: <[EMAIL PROTECTED]>

Re: java org.apache.axis.client.AdminClient can't find javax/xml/rpc/ServiceException

2003-10-05 Thread Jeyakumaran.C
Hi Doron, Have you made sure that you are running in the correct directory. Make sure the class file exists. Jeyakumaran - Original Message - From: "Doron Rosenberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 4:10 AM Subject: java org.apache.axis.client.Ad

Re: incompatible types; found: javax.xml.rpc.Service, required: org.apache.axis.client.Service

2003-09-24 Thread Jeyakumaran.C
hi chris, in your code snippet ,createService() and createCall() methods return javax.xml.rpc.Service and javax.xml.rpc.Call respectively. You better try to cast the return objects in to org.apache.axis.client.Service and org.apache.axis.client.Call. Now it should work.   regards, Jeyakumaran

Re: performance difference

2003-09-16 Thread Jeyakumaran.C
Hi , May be tomcat'c caching mechanism might lead that performance improvement. - Original Message - From: "vairamuthu thayapavan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 16, 2003 4:12 PM Subject: Fw: performance difference > > - Original Message - >

Memory supporting is lacking in axis?

2003-09-16 Thread Jeyakumaran.C
slower and slower when the request lenght rises.I am not sure whether again it is prob or not. My main concer is the memory business for I can't go above. Please help. Thankx in advance. Regards, Jeyakumaran.C

Re: Which parser (DOM or SAX) does Axis makes use of?

2003-09-14 Thread Jeyakumaran.C
name is there. I also have the same feeling wht those people have. Jeyakumaran.C - Original Message - From: Yuvraj Waswani To: [EMAIL PROTECTED] (E-mail) ; [EMAIL PROTECTED] (E-mail) ; [EMAIL PROTECTED] (E-mail) Sent: Wednesday, September 10, 2003 1:59 PM Subject: Which

Re: AxisFault.

2003-09-14 Thread Jeyakumaran.C
Hi, u may catch the exceptions in a hierachial way to get the structurized faults. Good luck. Jeyakumaran.C - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 10, 2003 2:30 PM Subject: AxisFault. > Hi , > In axis, Can

Re: What kind of transport protocol supports axis?

2003-09-09 Thread Jeyakumaran.C
Hi, Q1:yes u r correct. Axis supports http,smtp,FTP and message-oriented middleware as well. Q2:I am not sure but I feel that u can generate the stubs for the different protocols as well. regards, Jeyakumaran.C - Original Message - From: "Piero Campanelli" <[EMAIL PROTECTED]

Re: web service client - incompatible arguments

2003-09-05 Thread Jeyakumaran.C
Title: web service client - incompatible arguments wht is yr log4j jar file.Is it log4j-1.2.4.jar? Or make sure the particular jar files are correctly set in to the classpath. regards, Jeyakumaran.C - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: Packages not found !

2003-09-02 Thread Jeyakumaran.C
hi, R u still have the problems? It mau help some times. Have u copied yr class files in to a web-inf /classes folder? regards, Jeyakumaran.C - Original Message - From: BECHU Thierry - REN ( [EMAIL PROTECTED] ) To: [EMAIL PROTECTED] Sent: Thursday, August 28, 2003 8

Re: good tute for axis clients?

2003-09-02 Thread Jeyakumaran.C
it let me know. I will mail the samples. Regards, Jeyakumaran.C - Original Message - From: "scott" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 01, 2003 3:20 PM Subject: good tute for axis clients? > Hi guys, > > I'm using ax

Re: How axis get the usr name and pass wd from http header

2003-09-02 Thread Jeyakumaran.C
Hi Jim and all, Thanks fro ur help. I have found the way toe get them. egards, Jeyakumaran.C - Original Message - From: "Jim Harris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 02, 2003 1:26 PM Subject: RE: How axis get the usr name and pa

How axis get the usr name and pass wd from http header

2003-09-01 Thread Jeyakumaran.C
Hi, I want to know how user name and pass word are set in to MessageContext. I went thru the code and hard to find. How the usr name and pass wd are extracted from the http header. Plz any body help. Regards, Jeyakumaran.C

Re: Reusing existing classes in a web service

2003-09-01 Thread Jeyakumaran.C
deploy the changes by adding the deploy file. regards, Jeyakumaran.C - Original Message - From: "Paul Mackles" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 30, 2003 3:46 AM Subject: Reusing existing classes in a web service > Hi, > > I a

Re: Reusing existing classes in a web service

2003-09-01 Thread Jeyakumaran.C
rvice. Regards, Jeyakumaran.C - Original Message - From: "Paul Mackles" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 30, 2003 3:46 AM Subject: Reusing existing classes in a web service > Hi, > > I am building a WS on top of an exist

Re: Can't find default constructor exception on the client side

2003-08-26 Thread Jeyakumaran.C
Hi, I had also met this prbs before. For beans u need to have a default constructor.(may be for axis bean serialization). regards, Jeyakumaran.C - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 15, 2003 12:49 PM Subject: Can&#x

Re: why appear "Done processing!!!"

2003-08-26 Thread Jeyakumaran.C
HI, have u sent the string to echo? jeyakumaran.C - Original Message - From: "Jhon Sanabria" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 13, 2003 7:12 PM Subject: RE: why appear "Done processing!!!" > > > Saludos >

Re: How to define an array of array of string

2003-08-21 Thread Jeyakumaran.C
hi, Array is not defined as a type in XSD. U may look at the SOAP encoding which has the defined array types.I beleive it is ok for yr prob to use the SOAP encoding for arraya. regards, Jeyakumaran.C - Original Message - From: "Jhon Sanabria" <[EMAIL PROTECTED]> To: &

Plz somebody help(regarding to jinsight)

2003-08-19 Thread Jeyakumaran.C
org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.java:82)    at unknown source the program works fine but for jinsight only it doesn't work. Does jinsight support for j2sdk1.4.0. Regard, Jeyakumaran.C

Re: Date serializer

2003-08-19 Thread Jeyakumaran.C
hi, As far as I concern, the formate u given for date is correct and axis should accept it.So the problem may be in yr request or somewhere else.What the exact fault messge u receive?. Axis uses calender serializer and deserializer enough comprehensive to yr date format. Regards, Jeyakumara.C -

Re: ClassCastException + SOAP Header session

2003-08-10 Thread Jeyakumaran.C
like. if it fails then u put the SimpleSessionHandler instead of SimpleSession. regards, Jeyakumaran.C  - Original Message - From: "Said Elaissaoui / 1Genia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 08, 2003 2:43 PM Subject: ClassCastExcep

Re: (500)Internal Server Error

2003-08-08 Thread Jeyakumaran.C
deployment or that type classes may not be deployed or u maynot copy those class files in to the proper places. check and get success. regards, Jeyakumaran.C - Original Message - From: Kareem Ghazal To: [EMAIL PROTECTED] Sent: Friday, August 08, 2003 3:04 AM Subject

Re: Can't list services after deploying test class

2003-08-07 Thread Jeyakumaran.C
hi, i think u shoyuld restart the tomcat after u did some alterartions in yr wsdd file. check it regards jeyakumaran.C - Original Message - From: "Adhamh Findlay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 06, 2003 1:02 AM Subject: Can

Re: targetService is null

2003-08-06 Thread Jeyakumaran.C
hi, If i correctly pick ur prblem, then have u copied yr class file in to the web-inf/claases folder. Or else ur service may not be properly deployed. Just follow the axis samples deploy files and make sure yr deployment. regards, Jeyakumaran.C - Original Message - From: <[EMAIL PROTEC

MessageContext interface in JAX-RPC

2003-07-22 Thread Jeyakumaran.C
    Hi,   I was going through MessageContext interface provided in JAX-RPC. To be precise it is "javax.xml.rpc.handler.MessageContext". It contains 4 methods as    containsProperty(String name), getProperty(Stirng name), getPropertyNames( ), removeProperty(String

Re: Can an element name begin with numbers?

2003-07-21 Thread Jeyakumaran.C
- Original Message - From: "Jeyakumaran.C" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 12:21 PM Subject: Re: Can an element name begin with numbers? > Hi colin, > if i am correct, yr problem is regarding to the xml. > Xml ele

Re: Problem using document/literal and wrapped style with Axis 1.1

2003-07-21 Thread Jeyakumaran.C
- Original Message - From: "Jeyakumaran.C" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 12:29 PM Subject: Re: Problem using document/literal and wrapped style with Axis 1.1 > hi, > Yr ques is pretty ambiguous. > is that the me

Re: Problem using document/literal and wrapped style with Axis 1.1

2003-07-21 Thread Jeyakumaran.C
hi, Yr ques is pretty ambiguous. is that the method u implemented or do u have any parameter passing and the return type.If it isnot the case then it may be the wrong. else yr deployment wd be wrong check it. regards, Jeyakumaran - Original Message - From: "pablo-bh" <[EMAIL PROTECTED]> To:

Re: Can an element name begin with numbers?

2003-07-21 Thread Jeyakumaran.C
Hi colin, if i am correct, yr problem is regarding to the xml. Xml element name can start only with a letter i beleive. if it is not the case then the failure occurs in the validation. for further references http://www.w3.org/TR/REC-xml regards, Jeyakumaran.c - Original Message - From