Re: Windows 32 bit client SSL Support

2009-07-24 Thread Uthaiyashankar
Hi David, You have to get the server certificate and set it in axis2.xml parameter name=SERVER_CERT/path/to/ca/certificate/parameter You can find the documentation in [1]. Regards, Shankar [1] http://ws.apache.org/axis2/c/docs/axis2c_manual.html#ssl_client On Tue, Jul 21, 2009 at 8:14 PM,

Re: invalid XML in request for Calculator service

2009-07-24 Thread Thomas Baier
Thomas Baier schrieb: I've followed the installation instructions and have successfully started axis2_http_server. Trying to access the Calculator service's WSDL works fine (e.g. from Visual Studio 2008) via http://localhost:9090/axis2/services/Calculator?wsdl, but any call to the

Problem in deserialization with WSDL2C generated code

2009-07-24 Thread Unai Estébanez
Hi, I have a problem with my client while I try to deserialize my server response. Please, could anybody help me? I generate the server and client code with WSDL2C client: /usr/local/axis2c/bin/tools/wsdl2c/WSDL2C.sh -uri ./rsu_vars.wsdl -sp -d adb -uw --noBuildXML server:

RE: Problems building Axis C++ with ant

2009-07-24 Thread McCullough, Ryan
Is it possible for you to try building it with VS6? Do you have IPV6 defined? Do you need it? It looks like both of the link errors you are receiving are from a chunk of code in a #ifdef IPV6.

RES: Problems building Axis C++ with ant

2009-07-24 Thread Felipe Armoni, felipe.armoni
Well, I am not sure what you mean by your reply. Technically I don't need IPV6 because the Web Service Server that I need to access possesses an IPV4 IP, however I don't understand what do the getaddrinfo and freeaddrinfo have to do with the problem. Please note that I haven't been able to

Re: [axis2] How to set Content Type for SwA type attachment

2009-07-24 Thread Andreas Veithen
Vadim, The content type of the attachment is determined by a call to DataSource#getContentType(). The problem is that FileDataSource doesn't allow you to set the content type explicitly, but uses some filetype mapping mechanism. There is an alternative implementation called CachedFileDataSource

[axis2] Admin Pages in stand alone server

2009-07-24 Thread Luke Balding
I've having trouble getting the admin pages to work with distribution 1.5. I've followed the instructions the best I could and have tried to install on windows as well as centos 5.2 with no success. The samples all compile fine and work so I have some functionality. I am running just with

RE: [axis2] Admin Pages in stand alone server

2009-07-24 Thread Luke Balding
Andreas, I didn't see anything that said they were not supported though it makes since as the axis2 service is only a Web-Service utility not a full implementation of a Web Werver. I was able to get it working by uploading the axis2.war to a tomcat server so, I think I have what I need.

RE: [axis2] How to set Content Type for SwA type attachment

2009-07-24 Thread Vadim Letitchevski
Thanks a lot Andreas. And by the way I forgot to thank you for your help last time with addAttachment. I found another solution for Content Type: MimetypesFileTypeMap map = new MimetypesFileTypeMap(); map.getDefaultFileTypeMap(); map.addMimeTypes(application/tar.gz gz);

schema location resolution

2009-07-24 Thread Dmitry Beransky
Hi, I have several services deployed under Axis2: S1, S1, S3. Each service packages it's own copy of enterprise-common.xsd. Now I need to deploy a new service S4 which also has a copy of enterprise-common.xsd, but this copy is different from those included with other services (it has new

Axis2 java server/client strange behavior

2009-07-24 Thread Cyril Furtado
I'm running axis2 1.4 on tomcat running behind IIS server, I generated a java client using the WSDL, this client works correctly when I point directly to Tomcat server When I point to IIS server URL it responds with HTTP Error 430 , on the Server log I can see (there is no other error) DEBUG

WARN Please initialize the log4j system properly

2009-07-24 Thread Carmelo
Hi, i've used axis2 wsdl2java tool to create a client from an application i've deployed. I get this error when i try to run the client: log4j:WARN No appenders could be found for logger (org.apache.axis2.description.AxisService). log4j:WARN Please initialize the log4j system properly. What should

Re: WARN Please initialize the log4j system properly

2009-07-24 Thread Shasta Willson
On Fri, Jul 24, 2009 at 3:20 PM, Carmelocrmsa...@gmail.com wrote: Hi, i've used axis2 wsdl2java tool to create a client from an application i've deployed. I get this error when i try to run the client: log4j:WARN No appenders could be found for logger

Re: WARN Please initialize the log4j system properly

2009-07-24 Thread Carmelo
Il giorno ven, 24/07/2009 alle 15.26 -0700, Shasta Willson ha scritto: On Fri, Jul 24, 2009 at 3:20 PM, Carmelocrmsa...@gmail.com wrote: Hi, i've used axis2 wsdl2java tool to create a client from an application i've deployed. I get this error when i try to run the client: log4j:WARN No

The entity name must immediately follow the '' in the entity reference

2009-07-24 Thread Sumit Shah
All, My SOAP envelope generated using AXIS2 contains escaped entities but the client tools like (SOAP UI, Eclipse, etc.) still fail with the entity error message: Message: The entity name must immediately follow the '' in the entity reference Here is a SOAP response snippet where I

RE: The entity name must immediately follow the '' in the entity reference

2009-07-24 Thread Sumit Shah
Basically this is the stack trace. It seems like the error is thrown by the Axis2 SOAPMessageFormatter. I do not know if this is a bug in Axis2 or Xerces? I would appreciate if someone could please confirm it and let me know if you have any suggestions for a fix. FYI..This is in Axis2 1.4