RE: Environment variable in tag of server-config.wsdd file [AXIS 1.4]

2008-01-02 Thread Venkatesh Jayaraman (jvenky)
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 -Ven

Help needed - Problem returning binary data

2008-01-02 Thread Nath, Niraj
Hi, I have written a webservice which takes in a paramter (file name with path) and returns its binary data within a DataHandler OMText data = l_objFactory.createOMText(new DataHandler(new FileDataSource(new File(p_sFileName))), true); l_objResponse.addChild(data); Th

Re: [AXIS2] - Please help - stuck with SOAPAction="" from axis1 client to axis2 service

2008-01-02 Thread Anne Thomas Manes
You've configured the Axis2 dispatcher to look for a WS-Addressing Action parameter rather than a SOAPAction URI. See this article for information about dispatching: http://wso2.org/library/176. Anne On Jan 2, 2008 8:36 AM, Chandan Gupta <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > Im a newbi

RE: service to configure/control log4j

2008-01-02 Thread Martin Gainty
did you get a chance to look at configuring LoggingModule in http://ws.apache.org/axis2/0_94/userguide4.html more specifically webapps\axis2\WEB-INF\classes\log4j.properties Martin __Disclaimer and confidentiality noteEverything in this e-mail and an

service to configure/control log4j

2008-01-02 Thread Michael Potter
Axis2 Crew, Is there a axis2 service that I can use to control log4j. As an example: suppose I have an instance of axis2 running and supported several dozen services. I am only having a problem with one of those services so I only want logging turned on for that one service. I would bring up a

Environment variable in tage of service-config.wsdd file

2008-01-02 Thread Venkatesh Jayaraman (jvenky)
Helo I am using WSDL file path with in wsdd file like as follows Service-config.wsdd file: /usr/local/tomcat/webapps/myservice/myservice.wsdl ... NOW I need to support this wsdd for both windows and linux. Can we use environment varible with in wsdl

RE: Java2WSDL ant task

2008-01-02 Thread Martin Gainty
good call! more specifically output maps to -owsdlfilename maps to -uri generateservicexml maps to -sdserverside maps to -ssMartin __Disclaimer and confidentiality noteEverything in this e-mail and any attachments relates to the official

Axis xsi:type problem. (How to avoid it?)

2008-01-02 Thread westpine
Hi. I have following problem. If i have 2 classed: Parent and child, is SOAP request tag for Child object looks like instead of just simple . How to fix it? I'm using axis 1.4. Thanks!! -- View this message in context: http://www.nabble.com/Axis-xsi%3Atype-problem.-%28How-to-avoid-it-%29-tp1457

Re: [Axis2] Service name change - creates WSDL generation problem.

2008-01-02 Thread Peter Hargreaves
On Saturday 22 December 2007 05:27:45 keith chapman wrote: > If there is a WSDL inside your META-INF and you want to use that WSDL then > the servicename in the services.xml should match the servicename in the > WSDL. If it does not match Axis2 ignores the WSDL and creates the service > using the s

[AXIS2] - Please help - stuck with SOAPAction="" from axis1 client to axis2 service

2008-01-02 Thread Chandan Gupta
Hi, Im a newbie and have been struggling with this issue for days now. I have a WSDL, placed inline here. http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:tns="http://profileadmin.neustar.com/ArtifactResolutionService/"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; xmlns:xsd

Re: Axis2 - where is the maven-wsdl2code-plugin?

2008-01-02 Thread Antonio Manuel Muñiz Martín
This is my pom section, and it work fine: org.apache.axis2 axis2-wsdl2code-maven-plugin 1.3 generate-sources wsdl2code

Re: Name Changes For Development Test and Production Deployments

2008-01-02 Thread Peter Hargreaves
On Thursday 20 December 2007 11:25:17 [EMAIL PROTECTED] wrote: > Hi Peter, > > I think this problem is beyond Axis and Axis2 and is more on project > base. I know that maven has built-in support for different environments > using profiles to support this. For ant there are alternatives but I > don'

Re: Name Changes For Development Test and Production Deployments

2008-01-02 Thread Peter Hargreaves
On Thursday 20 December 2007 11:24:02 Lositski Vadim wrote: > Hi, > > You can install multiple Axis2 distributions (WARs) under different context > roots, and install each version of the service in a separate Axis2 > application. Yes, this is my fallback option - but not really satisfactory. The se

Re: Java2WSDL ant task

2008-01-02 Thread Mauro Molinari
Trasca Virgil ha scritto: Hi all, From where I can download the Java2wsdl Ant task so I can generate wsdl from Ant builds? Thank you, Virgil The Ant task is defined by a Java class in Axis2 JARs. Have a look at: http://ws.apache.org/axis2/tools/1_3/CodegenToolReference.html#ant You'll fi