RE: [AXIS2C] Need IIS 6 instructions on how to set up Axis2/C

2008-02-18 Thread Dave Meier
Hi Supun, Have you had a chance to look into this? Thanks, -Dave. -Original Message- From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Sent: Thursday, January 03, 2008 8:44 PM To: Apache AXIS C User List Subject: Re: [AXIS2C] Need IIS 6 instructions on how to set up Axis2/C Hi

RE: Problem getting dll to load under the IIS module

2008-01-28 Thread Dave Meier
Is there a way to help debug this? My dll loads fine unless I use the IIS module. -Dave. From: Dave Meier [mailto:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 2:31 PM To: Apache AXIS C User List Subject: Problem getting dll to load under the IIS module

RE: [AXIS2C] Need IIS 6 instructions on how to set up Axis2/C

2008-01-28 Thread Dave Meier
Hi Supun, I sent out a message to the list about a problem I am having getting my dll to load with IIS 5.1. Do you have any ideas? I build all my code in release mode and we use the same supporting dlls in our gSoap implementation so they should load fine in IIS as we use gsoap in IIS as well.

RE: [AXIS2C] Need IIS 6 instructions on how to set up Axis2/C

2008-01-28 Thread Dave Meier
Yes, math does work. And I can view all the web services available. But when I try to hit my services, I get Failed in creating DLL. See below: [Fri Jan 25 13:39:40 2008] [debug] ..\..\src\core\engine\req_uri_disp.c(101) Checking for service using target endpoint address :

Problem getting dll to load under the IIS module

2008-01-25 Thread Dave Meier
I am running just fine when using axis2_http_server.exe, but when I go through IIS I get the [Fri Jan 25 13:39:41 2008] [error] ..\..\src\core\receivers\raw_xml_in_out_msg_recv.c(115) Impl object for service 'aewebservices70' not set in message receiver. 100 :: Failed in creating DLL message. My

[Axis2] IIS support for IIS 6

2007-03-06 Thread Dave Meier
Hi Supun, Thanks for creating the IIS filter for Axis2C. I had 2 questions: 1. Will the filter work with IIS 6 when running in full IIS 6 mode (not IIS 5 compatibility mode)? 2. Will it work with SSL (e.g. a url like https://localhost/...)? Thanks, -Dave Meier

[Axis2] link error - missing axis2_rest_sender_get_param_string() method

2007-03-01 Thread Dave Meier
axis2_rest_sender_get_param_string is declared and called in rest_sender.c, but there is no method supplied. Generating Code... Creating library ..\deploy\lib\axis2_http_sender.lib and object ..\deploy\lib\axis2_http_sender.exp rest_sender.obj : error LNK2019: unresolved external symbol

RE: Axis2C IIS settings - doubt in IISforAxis2c.txt document

2007-03-01 Thread Dave Meier
Hi Viji, I followed the directions in the iis text file and the filter shows green in the IIS console. Are you using IIS 6.0 or 5.1? The filter appears to be for 5.x only, so maybe that's the problem. I did all the steps in: How to configure IIS module for Axis2C Use the Axis2C vc project

[Axis2] C code gen problem with - characters in defines

2007-02-27 Thread Dave Meier
I submitted this bug a few months ago: https://issues.apache.org/jira/browse/AXIS2C-433 It's a C code generation problem. I still see the same problem in the latest java axis2 1.1.1 snapshot, using WSDL2C, where it generates tags with - characters causing the compile to fail: #ifndef

[Axis2] compile error in mep_client.c

2007-02-26 Thread Dave Meier
Got compile error with latest code. mep_client.c ..\..\modules\core\clientapi\mep_client.c(711) : error C2275: 'axis2_op_ctx_t' : illegal use of this type as an expression ..\..\include\axis2_op_ctx.h(51) : see declaration of 'axis2_op_ctx_t'

[Axis2] rampart header file - oxs_taken_transform.h

2007-02-20 Thread Dave Meier
Hi Kaushalye, In order to get rampart to build, I had to change oxs_token_transform.h because it was using OXS_TRANSFORM_H (used elsewhere) instead of OXS_TOKEN_TRANSFORM_H. Can you make this change in the checkin copy of this file? Thanks, -Dave Meier

RE: Can Axis C++ services be deployed using IIS server instead of apache?

2006-11-27 Thread Dave Meier
Hi All, Is anyone working on this? I would also be very interested in supporting IIS. Thanks, -Dave. -Original Message- From: Adrian Dick [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 1:37 AM To: Apache AXIS C User List Subject: Re: Can Axis C++ services be deployed

RE: [Axis2] rampart problem using WS-SECURITY

2006-11-16 Thread Dave Meier
Dave Meier wrote: Hi Kau, Sorry, I did some more testing back without using rampart. At first I was getting the same error that showed with rampart. After some fiddling around I got that working again and then set it up with Rampart again. Now I don't get the same error but it is failing

[Axis2] Multiple byte character set support?

2006-11-16 Thread Dave Meier
How are multibyte character sets handled in Axis2C? If I encode all my strings in UTF-8 before sending from the server and decode from UTF-8 when receiving strings on the server, will that work? Thanks, -Dave. ** This email

RE: [Axis2] rampart problem using WS-SECURITY

2006-11-14 Thread Dave Meier
. This might be due to improper settings in the server side. Try the latest code. But do not use the encryption yet:) It is still under development. Cheers, Kau Dave Meier wrote: Hi, Okay, I got the latest code. I had to add #include oxs_xml_encryption.h to the rampart_encryption.c file in order

RE: [Axis2] rampart problem using WS-SECURITY

2006-11-14 Thread Dave Meier
into it. Thanks, -Dave. -Original Message- From: Dave Meier Sent: Tuesday, November 14, 2006 9:47 PM To: 'Apache AXIS C User List' Subject: RE: [Axis2] rampart problem using WS-SECURITY Hi Kau, Sorry, I did some more testing back without using rampart. At first I was getting the same error

[Axis2] rampart problem when invlaid userid or password is used

2006-11-13 Thread Dave Meier
Invalid response from rampart in Axis2C latest code: ?xml version=1.0 encoding=UTF-8? soapenv:Envelope xmlns:soapenv=http://www.w3.org/2003/05/soap-envelope; soapenv:Header/soapenv:Header soapenv:Body soapenv:Fault soapenv:Code

RE: [Axis2] rampart problem using WS-SECURITY

2006-11-13 Thread Dave Meier
I have the rampart module hooked up and my password callback is called correctly. But after successful validation, my web service method does not get called. Instead I get back the following response: ?xml version=1.0 encoding=UTF-8 ? soapenv:Envelope

RE: What is the projected release date for Axis2C?

2006-11-12 Thread Dave Meier
is the projected release date for Axis2C? Dave Meier wrote: When is the Axis2C 1.0 release anticipated? I'm assuming the generally available release will be 1.0. This is something that we are yet to discuss with the community. I personally think that the next release, 0,96 is almost of 1.0

RE: What is the projected release date for Axis2C?

2006-11-10 Thread Dave Meier
Still haven't heard back on this. I need to know if it will be in the next month or two or how long. This affects whether I can commit my current project to switch from gSoap to Axis2C. -Dave. -Original Message- From: Dave Meier [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08

What is the projected release date for Axis2C?

2006-11-08 Thread Dave Meier
When is the Axis2C 1.0 release anticipated? I'm assuming the generally available release will be 1.0. Thanks, -Dave. ** This email and any files transmitted with it are confidential and intended solely for the use of the

Axis2C REST with POST

2006-10-31 Thread Dave Meier
Hi, I've been able to make REST style calls using the query string, but am wondering how to use REST with POST. Is there an example of this anywhere? Thanks, -Dave. ** This email and any files transmitted with it are

RE: [Axis2][using WSDL2Code -l c generates some java some C code... Help need]

2006-10-31 Thread Dave Meier
Hi Samisa, Which issue covers this problem? I want to make my web services handle both SOAP and REST, so I'm using generic nodes for my arguments and return values. But I'm thinking if I can get WSDL2Code to generate data structures from the WSDL, I could then use those to help with my parsing

REST status in Axis2C latest code?

2006-10-30 Thread Dave Meier
Hi, I'm running the axis2_http_server.exe and attempting to invoke services REST style, but not having much luck. Also tried with the axis2 module installed under apache 2 and got the same result. Is REST fully implemented for Axis2C? I'm trying a URL like this

WSDL2C Code generation tool ( C Implementation ) - questions

2006-10-17 Thread Dave Meier
1. Does this new tool currently only build on Linux or can I build it on Windows? 2. Does it generate the data structures in C? I'm using the java WSDL2Code and it generates my input/output data structures all in java when I use the "-d adb" option. 3. Is there remaining work to be done on

WSDL2C REST question

2006-10-17 Thread Dave Meier
To use REST with Axis2C, do I need to define my inputs and outputs as generic XML nodes or can I use specifically defined structures for these? I want to provide both a SOAP based interface and some REST based CRUD operations and hopefully share the same code where there is overlap.

RE: [Axis2][Fwd: using WSDL2Code -l c generates some java some C code... Help need]

2006-10-16 Thread Dave Meier
I am also seeing the same problem. Specifying "-d adb" when running WSDL2Code to generate C code as shown below results in all the data structures being generated in Java. Will this be fixed soon? Thanks, -Dave. From: Sharad Baronia [mailto:[EMAIL PROTECTED] Sent: Monday, October 16,

Axis2C on Solaris

2006-09-13 Thread Dave Meier
I'm evaluating Axis2C and will want to use it for my next project on Windows, Linux and Solaris. Are there plans to create a distribution of the binaries for Solaris? -Dave. ** This email and any files transmitted with it are