Re: Problem getting dll to load under the IIS module

2008-01-28 Thread Supun Kamburugamuva
Hi, Yes, you can debug the Axis2/C with IIS module using the Visual Studio debugger. As far as I can remember doing the following will enable you to debug the IIS module. Add the IIS module project to the axis2c solution and build Axis2c. Make IIS module project as the startup project. Then use t

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

2008-01-28 Thread Senaka Fernando
Hi Dave, Can you attach your services xml and the the service skeleton? Could this be because you have multiple .dlls? Regards, Senaka > 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: > > [

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 : httplocalhost80/axis

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

2008-01-28 Thread Senaka Fernando
Hi Dave, Did any other sample work? for instance math? on IIS I mean. Regards, Senaka > 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 supp

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: 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 I