I looked at the AXIS 1.4 source and I did not see any indication that wsdlFile tag handles the environment variables.
So I am planning to go with generation of two server-cong.wsdd. one for windows and the other for linux. Thanks for your help any way ...;D Happy New Year 2008 -Venky ________________________________ From: Venkatesh Jayaraman (jvenky) Sent: Wednesday, January 02, 2008 11:01 AM To: [email protected] Subject: Environment variable in <wsdlFile> tage of service-config.wsdd file Helo I am using WSDL file path with in wsdd file like as follows Server-config.wsdd file: .... <service name="MyPort" provider="java:RPC"> <wsdlFile>/usr/local/tomcat/webapps/myservice/myservice.wsdl</wsdlFile> ... <service> NOW I need to support this wsdd for both windows and linux. Can we use environment varible with in wsdlFile tag of service definition?? Thanks for the help in advance.. -Venky
