Re: Deployement Problem,

2003-03-09 Thread Raju Gottumukkala
Hi pramod When you deploy your service axis looks for the service classes in WEB-INF\classes directoy, for the path specified in the deploy.wsdd file. Did you keep your classes in the appropriate directoy in WEB-INF\classes, since it is your own class u may need to create a new directory and keep

Re: deploying a set of classes

2003-02-28 Thread Raju Gottumukkala
Vincenzo       ----- Original Message ----- From: Raju Gottumukkala To: [EMAIL PROTECTED] Sent: Saturday, February 22, 2003 12:39 PM Subject: deploying a set of classes   Hi    Could anyone please advice me on how to deploy a

deploying a set of classes

2003-02-22 Thread Raju Gottumukkala
  Hi    Could anyone please advice me on how to deploy a set of classes and xml files as a single web service, some of the classes parse xml files, some connect to database and some access some other services.   any help would be greatly appreciated.   Thank you in advance. Raju.  

Re: WSDL autogeneration of non-visible classes

2002-12-01 Thread Raju Gottumukkala
Mr Cliffe. I have observed that in the wsdl file generated for my java class the xsd:type doesn't change once created! for example if i have created a method which returns String then recompile the class to a int method, then the xsd:..type doenst change it is string by default, looks mysterious

wsdl doesnt change

2002-11-29 Thread Raju Gottumukkala
Hi   I deploy a service using deploy.wsdd like example3, in userguide. I undeploy it then i make some modifications in the service file, copy the new class and redeploy it again, butI find that the wsdl file doesn't change, could anyone please tell me what is the problem and how to rectify i

Re: SOAPMonitor doesn't work right?

2002-11-01 Thread Raju Gottumukkala
Title: SOAPMonitor doesn't work right? I have had a similar problem for a long time, got some help from doug, try this and see if it helps modify the server_config.wsdd file,     uncomment out the part which says uncomment this for SOAPMonitor ( if u re uding the latest version u will find

Re: is nagoya.org working? connection refused

2002-10-31 Thread Raju Gottumukkala
I've never seen it work.   In relation to the other samples, are you trying to access services on you local network or external? If only the external ones are failing, your firewall may be blocking it.     -Original Message-From: Raju Gottumukkala [mailto:[EMAIL

is nagoya.org working? connection refused

2002-10-31 Thread Raju Gottumukkala
Hi   I couldn't get any reponse nor could I view the wsdl files at the http://nagoya.apache.org since yesterday(oct 30), coz I tried to view the wsdl location of different examples but the page doesnt display, I also get connection failed error when i try to run any sample Clients, but ever

SOAPMOnitor doesnt display messages

2002-10-26 Thread Raju Gottumukkala
When the SOAPMonitor runs successfully on the browser, does the SOAPMonitor displays the intercepted SOAPRequests automaticaly when a client requests the service or any code modification is needed, like does any handlers need to be called in the client and service programs.   I coundlt find