Re: Axis2 Custom Deployers

2011-05-03 Thread aditya chitre
Yes, the classes are added in the classpath. On Mon, May 2, 2011 at 10:42 PM, Deepal Jayasinghe wrote: > Did you add the deployer classes to classpath or if you are using Tomcat > cat put it to WEB-INF/classes > > deepal > On 5/2/2011 2:23 AM, aditya chitre wrote: > > Hi, > > > > I have custom d

what binding use a wsdl2java client when you don't specify nothing?

2011-05-03 Thread Martín R .
The autogenerated WSDL includes 3 bindings: http://127.0.0.1:8080/SNMP/services/RequestValor.RequestValorHttpEndpoint/ "/> - http://127.0.0.1:8080/SNMP/services/RequestValor.RequestValorHttpSoap12Endpoint/ "/> - http://127.0.0.1:8080/SNMP/services/RequestValor.RequestValorHttpSoap11Endpoint/

Re: what does mean "java artifacts"?

2011-05-03 Thread Martín R .
well, for example, http://axis.apache.org/axis2/java/core/docs/jaxws-guide.html , it appears that term. And if you search "artifacts java" in google, it looks like that term is related with WS. On Mon, May 2, 2011 at 10:49 AM, Stadelmann Josef < [email protected]> wrote: > Whate

RE: Axis2 Response trunked

2011-05-03 Thread maurizio.nagni
Hi Josef, Sorry for the late reply but yesterday here was holidays. Some info Server: JBoss5.1 + Axis (1.5) + Suse (11.x) Client: I made tests both with Poster (an HTTP plug-in for Firefox) and oXigen (an XML editor) WSDL SOAP analyzer. I even made a Java client generated by the AXIS wsdl2code s

axis over https

2011-05-03 Thread Roberto Juárez Maldonado
Hi all, I need to create a client of a web service which runs under Tomcat requiring https protocol; i.e. the url of the service is something like https://host:port/someService. The Tomcat uses self-signed certificates. I have found examples on the Internet which say that with Axis 1 that was e