Re: Where is Axis2?

2010-08-12 Thread Moritz Mädler
They are located here: http://repository.apache.org/snapshots/org/apache/axis2/distribution/SNAPSHOT/ Am 12.08.2010 um 14:40 schrieb Greg Akins: > I'm searching for source code for Axis2. > > http://svn.apache.org/repos/asf/webservices/axis2/trunk is empty > > http://svn.apache.org/repos/as

Re: Disable namespace for POJO based service?

2010-07-22 Thread Moritz Mädler
I think if you just add to the service.xml it will work. Am 22.07.2010 um 19:53 schrieb Charles Galpin: > Is it possible to have a POJO based service with no namespace generated in > the XML? I am using Ext.js to consume the xml from my service but it cannot > handle namespaces

Wrong mapping of Boolean

2010-07-07 Thread Moritz Mädler
Hi, after solving a problem w/ SSL-Endpointaddresses through installing a snapshot-version of axis2, i now run into another problem: I have several problems w/ the simple type boolean. It is exposed in the WSDL as xs:boolean but handing over a request containing true / false i get the following

Re: Nightly Builds

2010-07-07 Thread Moritz Mädler
one of the Axis2 - Classes i do not know how to debug. Could it be possible, that the exception is raised because of some faulty request from the client (that I do not know, as it is an open API-Service)? Thanks! Am 06.07.2010 um 23:01 schrieb Moritz Mädler: > Ok, I will give it test dr

Re: Nightly Builds

2010-07-06 Thread Moritz Mädler
Ok, I will give it test drive tomorrow. Thank you. Am 06.07.2010 um 22:57 schrieb Andreas Veithen: > Yes, AXIS2-4465 is fixed in these builds. > > Andreas > > On Tue, Jul 6, 2010 at 21:50, Moritz Mädler wrote: >> Thank you Andreas! >> >> BTW: is the p

Re: Nightly Builds

2010-07-06 Thread Moritz Mädler
Thank you Andreas! BTW: is the problem with the incorrect set SSL-Endpoints resolved? I had this problem a few months ago and you recommended to upload a custom WSDL which did not work, as the parameters are not passed to the service-classes anymore. Thanks! Am 06.07.2010 um 19:39 schrieb An

Re: Nightly Builds

2010-07-06 Thread Moritz Mädler
Hi, in fact I need a WAR-File to deploy in my Tomcat 6... Any ideas? Am 06.07.2010 um 17:50 schrieb Jorge Medina: > Try downloading each jar from > > http://people.apache.org/repository/org.apache.axis2/jars/ > > > On Tue, Jul 6, 2010 at 2:54 AM, Moritz Maedler wrote: >> Hi! >> >> Does an

Custom WSDL - Parameters are not passed to the Service

2010-07-05 Thread Moritz Mädler
Hi! i have a problem here concerning the use of a custom WSDL. When i create an own WSDL and put it together with the POJO-Service to the archive i deploy the aar-file using the web-gui. The service-archive is deployed properly, but when i call a method none of the parameters seem to be passed to