wsdd schema

2004-10-27 Thread Samir Shaikh
Hi,   Does anyone know where I can find the schema or dtd that describes a wsdd's format.   Thanks, Samir

RE: axis IPv6 support?

2004-10-18 Thread Samir Shaikh
Hi, JVM & servlet Engine and, Axis are all at the Application layer. While ipv6 is almost entirely to do with the Network Layer. So the JVM, servlet engine or, Axis doesn't really know or care. Thanks, Samir -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Satu

RE: changing HTTP header values from Axis

2004-09-09 Thread Samir Shaikh
. -pc On Wed, 8 Sep 2004 09:25:35 -0700, Samir Shaikh <[EMAIL PROTECTED]> wrote: > Hi, > > I have a (axis generated WSDL2JAVA) java client that is calling a webservice. The > default string that the client is populating the Host field with is the remote > server's name

RE: changing HTTP header values from Axis

2004-09-08 Thread Samir Shaikh
Hi, I have a (axis generated WSDL2JAVA) java client that is calling a webservice. The default string that the client is populating the Host field with is the remote server's name, I want to change that to something else. Please help. Thanks, Samir -Original Message- From: [EMAIL PROTE

changing HTTP header values from Axis

2004-09-07 Thread Samir Shaikh
Hi,   I am wanting to change the value of the HTTP Header Host. Does anyone know how to do this?   Thanks in advance for any help!   Best regards, Samir

RE: how to turn off ?wsdl, ?list?, ?method

2004-08-09 Thread Samir Shaikh
Hi, An idea on how to do this. You can inherit a class from AxisServlet, say MyAxisServlet. overload doGet to your liking i.e. turn off actions associated with ?wsdl, ?list, ?method. Then make the relevant part of web.xml look like below: - AxisServlet Apache-Axis Servlet

RE: Character encoding woes

2004-05-06 Thread Samir Shaikh
Try to pass the options when the jvm is invoked. -Dfile.encoding=ISO-8859-1 -Original Message- From: Kjetil Hustveit [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 9:01 AM To: [EMAIL PROTECTED] Subject: Character encoding woes How can one change the character encoding from UTF-8

RE: Can I do a web service as pure xml (no RPC stuff at all)?

2004-04-19 Thread Samir Shaikh (ex 444)
I also have a similar question in which I want to build and deploy a webservice in axis that are proprietary xml messages flowing between the servers, no SOAP Encoding.   Please help.   Thanks. Samir     -Original Message-From: David Thielen [mailto:[EMAIL PROTECTED]Sent: Sunda

soapmonitor and international charecterset

2004-03-09 Thread Samir Shaikh \(ex 444\)
Hi all, I am having difficulty in making international charecterset work when I attach the soapmonitor handler to my services. I need to support ISO-8859-1 charecterset. However, soapmonitor works just fine with UTF-8. I am using Axis1.0 on tomcat 4.1.29 on jdk1.4.1_07 Any help will be greatly ap

RE: Axis C++ Installationproblems

2004-02-26 Thread Samir Shaikh \(ex 444\)
there is another list [EMAIL PROTECTED] .. post this there. -Original Message- From: Eva Lange [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 4:59 AM To: [EMAIL PROTECTED] Subject: Axis C++ Installationproblems Hi all, I am in a very desperate

axis C++. Cannot load /usr/local/apache/libexec/libaxiscpp_mod.so into server

2004-02-21 Thread Samir Shaikh \(ex 444\)
Hi all, I am trying to set up Axis C++ on Linux 8.0. I am using apache1.3.x as the webserver. Using xerces2.5.0 as an xml parser compiling it from src. I have built axis-c from source and the step 'make install' has created libaxiscpp_mod.so in axis_c/bin directory. I have added the following l

getting client ip in service class

2004-02-11 Thread Samir Shaikh
Hi, I have an axis webservice and I am wanting to get the Client IP (the one that comes in server access logs) for logging purposes. I dont know how to get that. Any help in this will be appreciated. Thanks. Samir

RE: how to sepcify certificate alias

2004-02-11 Thread Samir Shaikh
Hi, I have a webservice and I am wanting to get the Client IP (the one that comes in server access logs) for logging purposes. I dont know how to get that. Any help in this will be appreciated. Thanks. Samir

RE: dump of outgoing SOAP messages

2004-02-04 Thread Samir Shaikh
Title: Message you can use tcpmon which comes with axis to do this. Its easy and very convenient to set up.   java org.apache.axis.utils.tcpmon   then direct all your service calls to the tunnelport which will then route those requests to the targethost:targetport.   you will see the r

RE: Deploying Axis web services

2004-01-07 Thread Samir Shaikh
Hi Nate, In your WEB-INF folder you will see server-config.wsdd generated when you first deploy the services. You can simply copy this file to the corresponding folder on another machine, and deploy the application without using AdminClient or AdminService. HTH. Samir -- Systems Development Wor

RE: NullPointerException in tcpmon

2003-12-29 Thread Samir Shaikh
try another port, 1234 might be unusable in your environment.. usually a port number 8000+ is a better guess. -- Systems Development WorldRes, Inc. PlacesToStay.com "Online hotel reservations worldwide." -Original Message- From: Marc Logemann [mailto:[EMAIL PROTECTED] Sent: Monday, Decem

RE: extended character support

2003-12-05 Thread Samir Shaikh
you client needs to understand ISO8859_1.. in java client the property to set is file.encoding Thanks, Samir WorldRes, Inc. PlacesToStay.com "Online hotel reservations worldwide." -Original Message- From: Sid Subr [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 2:14 PM To: [E

extension in WSDL anyway to configure the wsdl generator

2003-12-03 Thread Samir Shaikh
Hi All, in axis, is there a way to confugure the wsdl generator such that the wsdl generated doesnt have the extension rather the wsdl generator just figures out the fields from the parent class and puts it as part of the derived object? I am having issues with interoperating this with nusoap(php

RE: multi language support in Axis

2003-12-01 Thread Samir Shaikh
Soniya, I am using axis for US and European languages, it works well. thanks, Samir -Original Message- From: Shah, Soniya M. [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 10:32 AM To: '[EMAIL PROTECTED]' Subject: multi language support in Axis Hi All, I had posted this be

RE: java.util.Properties

2003-10-28 Thread Samir Shaikh
Hi, I know that you can serialize Hashtable without writing your custom serializers/de-serializers. Thanks, Samir -Original Message- From: munesh [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 5:20 AM To: [EMAIL PROTECTED] Subject: java.util.Properties Hi, Can someone guide

RE: Axis (or tomcat?) runs as root? OT

2003-09-15 Thread Samir Shaikh
Tomcat (& Axis) runs as which ever use executes ./startup.sh > -Original Message- > From: Josh Emmons [mailto:[EMAIL PROTECTED] > Sent: Monday, September 15, 2003 3:01 PM > To: [EMAIL PROTECTED] > Subject: Re: Axis (or tomcat?) runs as root? OT > > > > I would assume that you are gettin

RE: HTTPS Server

2003-08-22 Thread Samir Shaikh
Title: RE: HTTPS Server Could you please give an example of such a Filter in front of axis webapp   -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 11:30 AM To: '[EMAIL PROTECTED]' Subject: RE: HTTPS Server   If you need 80 open f

RE: HTTPS Server

2003-08-20 Thread Samir Shaikh
Have the server only listen to port 443. configure it to not listen to port 80.   -Original Message- From: Justin Avaya [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 9:30 PM To: [EMAIL PROTECTED] Subject: HTTPS Server   Hi, I am running a web service on our s

Re: Composite Data Objects - beanMapping reg.

2003-08-04 Thread Samir Shaikh
Each internal object's type should be mapped in the same way using the standard bean mapping tag. - Original Message - From: "Balaji Thirugnanam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 04, 2003 2:24 PM Subject: Composite Data Objects - beanMapping reg. > Hi, >

Re: AdminClient throws java.lang.reflect.InvocationTargetException while deploy

2003-08-04 Thread Samir Shaikh
Are you sure you are using jdk1.4+ ? - Original Message - From: "Kartik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 04, 2003 9:07 AM Subject: AdminClient throws java.lang.reflect.InvocationTargetException while deploy > Hello All. > > I am getting a > java.lang.refl

exception on testing Axis Service

2003-06-24 Thread Samir Shaikh
Hi All, I see the following exception in catalina.out every now and then. The server doesn't seem to die because of this but I am curious what causes this. I also run into certain OutOfMemory errors if I hit my service hard enough. Any pointers to make my Axis service more stable will be very appr

RE: AdminClient reports no errors, but service not deployed

2003-06-19 Thread Samir Shaikh
look for errors in the files on the logs directory AdminClient doesnt always throw out errors on the console. -- Samir Shaikh WorldRes Inc. 1510 Fashion Isle Blvd, San Mateo, CA 94403. > -Original Message- > From: Trieu, Jason T - CNF [mailto:[EMAIL PROTECTED] > Sent: Thursday