Re: Static WSDL problems

2010-01-13 Thread Vinicius Carvalho
rk. > > Regards, > Yashvant > > > On Mon, Jan 11, 2010 at 7:19 PM, Vinicius Carvalho > wrote: >> >> Hello there! We have an legacy WS built with Pojo based deployment >> with Axis2. I was told that in order to override a few defaults from >> axis (soap

Static WSDL problems

2010-01-11 Thread Vinicius Carvalho
Hello there! We have an legacy WS built with Pojo based deployment with Axis2. I was told that in order to override a few defaults from axis (soap address, and some nillable properties on elements) one should get the generated WSDL and copy it to the same folder that the services.xml resides. Prob

[Axis2] Embebedding Axis2 on current WebApp

2006-04-27 Thread Vinicius Carvalho
Hello, is it possible to use Axis2 administration web module on my current web application? I mean I'd like to have http://host/myapp/admin.jsp and not http://host/axis2/admin.jspIs it possible?Regards

[Axis2] Spring + Axis2 0.95 help

2006-04-27 Thread Vinicius Carvalho
Hello there! I've seen some implementations of how to plug Spring + Axis2 here. I have a few questions.1st. Isn't it possible to use something like we had on Axis 1.x? I mean just a class that could have access to ServletContext? All I need is the Servlet context :( 2nd. I've seen a post taliking a

Question about Handler Options

2006-03-20 Thread Vinicius Carvalho
Hello, how can I find what are the options that can be obtained by a ServiceHandler? Is it specified anywhere?Regards

Creating a new Log Handler

2006-03-20 Thread Vinicius Carvalho
Hello there! I need to create a new Log Handler. The example on the user guides is pretty self explanatory, but I have a few questions:1st- Do I have to explicit add on each of my service to be deployed to use that handler? Isn't there a global configuration where I could add that handler to be cal

Question on Security

2006-03-06 Thread Vinicius Carvalho
Hello there! I was checking my options to secure my WebServices. I found WSS4J that implements WS-Security right? Well, Axis2 already has support for it right? My question is, does it worth trying to secure my Axis 1.3 based app or shoul I migrate to Axis2 and enjoy the new WS-* support? Regards

Re: Remote Administration question

2006-02-16 Thread Vinicius Carvalho
Could someone please give me a hand here?Best RegardsOn 2/15/06, Vinicius Carvalho <[EMAIL PROTECTED] > wrote:Hello There! I've deployed my App in a remote server and I'd like to publish webservices from a remote machine. From the docs I've seen that I need to provide a custo

Remote Administration question

2006-02-15 Thread Vinicius Carvalho
Hello There! I've deployed my App in a remote server and I'd like to publish webservices from a remote machine. From the docs I've seen that I need to provide a custom server-config.wsdd so I add this to my WEB-INF dir: http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/p

Help with TypeMapping

2006-01-31 Thread Vinicius Carvalho
Hello there! I'm using spring + axis in my application. I've extended the org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean class in order to register my Beans. Well It was working for a simpler kind of bean, but for the WSDL bellow I'm confused on how register it. 1st - I've noticed

Problems with CGLIB enhancements

2006-01-30 Thread Vinicius Carvalho
Hello there! I've my WS configured My wsdd looks like this:   http://impl.alterarplano.services.cplus.way.com"/>     http://cidade.persistence.model.cplus.way.com,http://impl.alterarplano.services.cplus.way.com,http://pacote.persistence.model.cplus.way.com,http://assinante.persistenc

Java2WsdlAntTask help with class not found question

2006-01-30 Thread Vinicius Carvalho
Hello there I've this ant script:                                                                                                                                                                                            classname="com.way.cplus.services.alterarplano.impl.Altera

Re: wath is the best style of WSDL???

2006-01-26 Thread Vinicius Carvalho
if this might help http://www-128.ibm.com/developerworks/webservices/library/ws-whichwsdl/ But, it's always a tryOn 1/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I'm developing a web service and i dont know that style is the best.WS-I recomend document/literal but all the examples (that

Help with complex bean

2006-01-26 Thread Vinicius Carvalho
Hello there! I have this following Bean: public class User{ private List cars; ... } Axis is generating a WSDL that contains an array of any type instead of Car and defining a qName for Car. How can I change this? Regards

Complex bean example

2005-12-21 Thread Vinicius Carvalho
How can I use a complex bean as a parameter? Where do I set the converters for it? on WSDD? is there any examples? Regards

Re: Deploying services to other webapps

2005-09-20 Thread Vinicius Carvalho
Cristine, I'm sorry but it seems no one knows how to deal with it, I've been search the list for hours, post the same question. It only deploys to the default axis. I guess that's the price of opensource ;)On 9/20/05, Thompson, Christine <[EMAIL PROTECTED] > wrote: I am working with Axi

Re: HTTP Method POST not supported

2005-09-20 Thread Vinicius Carvalho
Antoher thing is, on the default axis application (localhost:8080/axis/servlet/AdminServlet) it works :? ??On 9/20/05, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: Hello I'm running AdminClient to deploy my webservices in an embebed Axis installation on my existant web-app. He

HTTP Method POST not supported

2005-09-20 Thread Vinicius Carvalho
Hello I'm running AdminClient to deploy my webservices in an embebed Axis installation on my existant web-app. Here's my ant script:               fork="true"               failonerror="true"               classpathref="axis.classpath"                           >                         lhttp:/

Newbie Questions

2005-09-19 Thread Vinicius Carvalho
Hello there! I've been trying axis, and the easy way to deploy WS (using jws files) works just fine. So I moved to the real world to incorporate WS into my existent WebApp. Well I ran the java2wsdl ant task:                        classname="com.mgjug.services.impl.CadastroServiceImpl"