RE: java client c++ server doesn't work

2005-09-14 Thread Dushshantha Chandradasa








You can do the same by using a
Client_config.wsdd file in the folder u run the Java client with the following
global configuration setting

 



 

Thanks,

Dushshantha

 

 









From: Xavier Toth
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 15, 2005
5:01 AM
To: Apache
 AXIS C User List
Subject: Re: java client c++
server doesn't work



 

Sorry I found the
pervious posting and adding :
((org.apache.axis.client.Stub)binding)._setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
Boolean.FALSE);
to the java client and solved the problem.





On 9/14/05, Xavier
Toth <[EMAIL PROTECTED]>
wrote:

I built a java client for the c++ Calculator sample service with the
axis tools but it cause the server to generate a segmentation violation. 
I used tcpmon to capture the soap from a java client generated with
axis-wsdl2java which fails and a c++ client that works:

http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns1=" http://localhost/axis/Calculator
">



http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">1
http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">2



c++ client soap request:

http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

http://localhost/axis/Calculator">
1
2




I'm a bit surprised that java clients and c++ servers won't work together since
these are both axis based. Is there something I could do when generating the
java client to get it to generate compatible soap? I'm guessing that this is a
c++ issue with href in the argument elements in0 and in1?



 








RE: [Fwd: Re: v1.5 on XP fails to load mod_axis2.dll]

2005-09-14 Thread Chinthana C. Dinapala


Hi all,

To know how to use SVN please reffer Windows Developer's Guide or Axis
C++ ANT Build Guide.

http://ws.apache.org/axis/cpp/windev-guide.html#svncheckout

http://ws.apache.org/axis/cpp/antbuild-guide.html#svnExtract


Thanks
Chinthana

-Original Message-
From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 15, 2005 10:17 PM
To: Apache AXIS C User List
Subject: Re: [Fwd: Re: v1.5 on XP fails to load mod_axis2.dll]

Peter wrote:

>Samisa Abeysinghe wrote:
>  
>
>>I would also suggest tat you also try the latest
>>code from SVN, building 
>>it on your own.
>>
>>
>I figured out that you meant the repository.  I used
>CVS to get the lastest versions, and built axis C++.
>I then followed the build and install instructions for
>Windows.  I checked my DLL using the dependencies
>viewer, and all seem to resolve correctly. I used
>Xerces 2.6 instead of 2.2.
>  
>
I tried the code from CVS over the weekend and noticed that it is not in

sync with SVN
(We migrated to Subversion aka SVN recently)
Hence you got to get the source from SVN not CVS.
I think there was some effort to document how to do this, can someone
lead us to the doc please?

>I noticed an error in the "Axis C++ Windows Developers
>Guide": under the section "Deploying Axis in Apache"
>step (3), it says to set the PATH to include the
>directory "[Apache_Folder]", which has no *.exe or
>*.dll files. I wonder if this is intended to refer to
>another directory?
>  
>
Your path variable should contain the folder that has the Axis C++ DLLs.
Also you should have the Xerces DLL on the path.

>Anyway, upon running Apache, I still get the same
>errors. There are no error reports.
>
>Any further advice would be appreciated.
>
>Thanks, 
>Peter
>
>
>   
>__ 
>Yahoo! Mail - PC Magazine Editors' Choice 2005 
>http://mail.yahoo.com
>
>  
>




Re: [Fwd: Re: v1.5 on XP fails to load mod_axis2.dll]

2005-09-14 Thread Samisa Abeysinghe

Peter wrote:


Samisa Abeysinghe wrote:
 


I would also suggest tat you also try the latest
code from SVN, building 
it on your own.
   


I figured out that you meant the repository.  I used
CVS to get the lastest versions, and built axis C++.
I then followed the build and install instructions for
Windows.  I checked my DLL using the dependencies
viewer, and all seem to resolve correctly. I used
Xerces 2.6 instead of 2.2.
 

I tried the code from CVS over the weekend and noticed that it is not in 
sync with SVN

(We migrated to Subversion aka SVN recently)
Hence you got to get the source from SVN not CVS.
I think there was some effort to document how to do this, can someone
lead us to the doc please?


I noticed an error in the "Axis C++ Windows Developers
Guide": under the section "Deploying Axis in Apache"
step (3), it says to set the PATH to include the
directory "[Apache_Folder]", which has no *.exe or
*.dll files. I wonder if this is intended to refer to
another directory?
 


Your path variable should contain the folder that has the Axis C++ DLLs.
Also you should have the Xerces DLL on the path.


Anyway, upon running Apache, I still get the same
errors. There are no error reports.

Any further advice would be appreciated.

Thanks, 
Peter




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


 






Re: java client c++ server doesn't work

2005-09-14 Thread Xavier Toth
Sorry I found the pervious posting and adding :
((org.apache.axis.client.Stub)binding)._setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS, Boolean.FALSE);
to the java client and solved the problem.
On 9/14/05, Xavier Toth <[EMAIL PROTECTED]> wrote:
I built a java client for the c++ Calculator sample service with the
axis tools but it cause the server to generate a segmentation
violation. 
I used tcpmon to capture the soap from a java client generated with axis-wsdl2java which fails and a c++ client that works:

http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="
http://localhost/axis/Calculator
">



http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="xsd:int"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">1

http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="xsd:int"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">2




c++ client soap request:

http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

http://localhost/axis/Calculator">
1
2




I'm a bit surprised that java clients and c++ servers won't work
together since these are both axis based. Is there something I could do
when generating the java client to get it to generate compatible soap?
I'm guessing that this is a c++ issue with href in the argument
elements in0 and in1?




Re: [Fwd: Re: v1.5 on XP fails to load mod_axis2.dll]

2005-09-14 Thread Peter
Samisa Abeysinghe wrote:
> I would also suggest tat you also try the latest
> code from SVN, building 
> it on your own.
I figured out that you meant the repository.  I used
CVS to get the lastest versions, and built axis C++.
I then followed the build and install instructions for
Windows.  I checked my DLL using the dependencies
viewer, and all seem to resolve correctly. I used
Xerces 2.6 instead of 2.2.

I noticed an error in the "Axis C++ Windows Developers
Guide": under the section "Deploying Axis in Apache"
step (3), it says to set the PATH to include the
directory "[Apache_Folder]", which has no *.exe or
*.dll files. I wonder if this is intended to refer to
another directory?

Anyway, upon running Apache, I still get the same
errors. There are no error reports.

Any further advice would be appreciated.

Thanks, 
Peter



__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


java client c++ server doesn't work

2005-09-14 Thread Xavier Toth
I built a java client for the c++ Calculator sample service with the
axis tools but it cause the server to generate a segmentation
violation. 
I used tcpmon to capture the soap from a java client generated with axis-wsdl2java which fails and a c++ client that works:

http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://localhost/axis/Calculator
">



http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="xsd:int"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">1
http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="xsd:int"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">2



c++ client soap request:

http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

http://localhost/axis/Calculator">
1
2




I'm a bit surprised that java clients and c++ servers won't work
together since these are both axis based. Is there something I could do
when generating the java client to get it to generate compatible soap?
I'm guessing that this is a c++ issue with href in the argument
elements in0 and in1?


Re: viewing wsdls in browser

2005-09-14 Thread Samisa Abeysinghe

Yampolsky, Robert wrote:

I had this problem, and it turned out that I had set AXISCPP_DEPLOY in 
my httpd init script, but had forgotten to export it.  The code that 
looks for the wsdl files doesn't check for errors when it gets 
AXISCPP_DEPLOY and so segfaults.
 
I also had problems with axis not setting the correct mime type for 
wsdl files.  This caused Firefox to attempt to display them as HTML.  
I coded and submitted a fix for that, but I don't know if it ever got 
into the mainstream distro.



Yes this fix was done as I remember and should be available if you 
checkout the latest code from SVN.




 


*From:* Xavier Toth [mailto:[EMAIL PROTECTED]
*Sent:* Wednesday, September 14, 2005 2:30 PM
*To:* Apache AXIS C User List
*Subject:* Re: viewing wsdls in browser

You meant '$AXISCPP_DEPLOY/wsdls', right? I'm running Axis C++ 1.5 on 
Apache2 on Fedora Core 4.


On 9/15/05, *Samisa Abeysinghe* < [EMAIL PROTECTED] 
> wrote:


Xavier Toth wrote:

> I've run the samples in apache2 but then I tried to view the
wsdls in
> a browser and it doesn't work. In the apache error log I see a
> segmentation violation which I'm sure is related to the axis c++
> module. The axis server log contains the following:
> [14/09/2005 11:11:33:000 CDT] 1 - > process_request 0x9d682d0
> [FFD0FF82FFD60901001500FF80FFF44A00]
> <..J.>
> [14/09/2005 11:11:33:000 CDT] 1 AxisConfig > getAxisConfProperty
> @0x9c91120,[0400] <>
> [14/09/2005 11:11:33:000 CDT] 1 AxisConfig < getAxisConfProperty
> @0x9c91120,@1 
>
> Has this worked for others?

hmm... This is strange. It should be working, if you have the wsdl
file
in $AXISCPP_DEPLOY/wsdl folder.

What is the version you are using? On which platform?

Samisa...






Re: viewing wsdls in browser

2005-09-14 Thread Xavier Toth
Wow, a breath of fresh air, someone who actually helps! Indeed I did
the same thing in my /etc//init.d/httpd. What was you fix as I think it
didn't get into the 1.5 source base? Thanks.On 9/14/05, Yampolsky, Robert <[EMAIL PROTECTED]> wrote:





I had this problem, and it turned out that I had set 
AXISCPP_DEPLOY in my httpd init script, but had forgotten to export it.  
The code that looks for the wsdl files doesn't check for errors when 
it gets AXISCPP_DEPLOY and so segfaults.
 
I also had problems with axis not setting the correct mime 
type for wsdl files.  This caused Firefox to attempt to display them as 
HTML.  I coded and submitted a fix for that, but I don't know if it ever 
got into the mainstream distro. 
 



From: Xavier Toth 
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 14, 2005 2:30 
PMTo: Apache AXIS C User ListSubject: Re: viewing wsdls in 
browser
You meant '$AXISCPP_DEPLOY/wsdls', right? I'm running Axis C++ 1.5 on 
Apache2 on Fedora Core 4.
On 9/15/05, Samisa 
Abeysinghe < 
[EMAIL PROTECTED]> wrote:
Xavier 
  Toth wrote:> I've run the samples in apache2 but then I tried to 
  view the wsdls in > a browser and it doesn't work. In the apache error 
  log I see a> segmentation violation which I'm sure is related to the 
  axis c++> module. The axis server log contains the following:> 
  [14/09/2005 11:11:33:000 CDT] 1 - > process_request 0x9d682d0 > 
  [FFD0FF82FFD60901001500FF80FFF44A00]> 
  <..J.>> [14/09/2005 11:11:33:000 CDT] 1 AxisConfig 
  > getAxisConfProperty> @0x9c91120,[0400] <> > 
  [14/09/2005 11:11:33:000 CDT] 1 AxisConfig < getAxisConfProperty> 
  @0x9c91120,@1 >> Has this worked for 
  others?hmm... This is strange. It should be working, if you have the 
  wsdl file in $AXISCPP_DEPLOY/wsdl folder.What is the version you 
  are using? On which 
platform?Samisa...




Re: v1.5 on XP fails to load mod_axis2.dll

2005-09-14 Thread Samisa Abeysinghe
Reply embeded:

On 9/10/05, Peter <[EMAIL PROTECTED]> wrote:
> (cont.)
> Still working with the apache code in a Debug build...
> I hope the following helps.  If you reply to me with a
> test to perform, I can see what I can do.
> 
> I found where modules are loaded, and confirmed that
> the mod_axis2.dll is being loaded without apparent
> error. (The dso.c:apr_dso_load():LoadLibraryExW() call
> succeeds).
> 
> Also determined that if I simply skip the "start"
> section of mpm_winnt.c:winnt_post_config() guarded by
> the line:
>if (!strcasecmp(signal_arg,"start"))
> the server comes up, and I can see the
> http://localhost/axis page.
> 
> However, the sample programs still do not work.
> I see errors such as:
>Exception: cannot deserialize the requested element
> or
>Receive from trasport failed.

Looks like there are some deserialization problems.

Could you please capture the Request/Response messages that is passes
back and forth for a sample and send it.

Please use the base sample if possible.
Please see 
http://ws.apache.org/axis/java/developers-guide.html#UsingTcpmonToMonitorFunctionalTests
on how to run tcpmon (this is a java tool)

Thanks,
Samisa...



> 
> Thanks for your help.
> 
> P.S. - I am in Redwood City, CA. I can work with
> someone in my area who is familiar with the apache
> code and wants to help resolve this error, if
> necessary.
> 
> 
> 
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>


RE: viewing wsdls in browser

2005-09-14 Thread Yampolsky, Robert



I had this problem, and it turned out that I had set 
AXISCPP_DEPLOY in my httpd init script, but had forgotten to export it.  
The code that looks for the wsdl files doesn't check for errors when 
it gets AXISCPP_DEPLOY and so segfaults.
 
I also had problems with axis not setting the correct mime 
type for wsdl files.  This caused Firefox to attempt to display them as 
HTML.  I coded and submitted a fix for that, but I don't know if it ever 
got into the mainstream distro. 
 



From: Xavier Toth 
[mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 2:30 
PMTo: Apache AXIS C User ListSubject: Re: viewing wsdls in 
browser
You meant '$AXISCPP_DEPLOY/wsdls', right? I'm running Axis C++ 1.5 on 
Apache2 on Fedora Core 4.
On 9/15/05, Samisa 
Abeysinghe < 
[EMAIL PROTECTED]> wrote:
Xavier 
  Toth wrote:> I've run the samples in apache2 but then I tried to 
  view the wsdls in > a browser and it doesn't work. In the apache error 
  log I see a> segmentation violation which I'm sure is related to the 
  axis c++> module. The axis server log contains the following:> 
  [14/09/2005 11:11:33:000 CDT] 1 - > process_request 0x9d682d0 > 
  [FFD0FF82FFD60901001500FF80FFF44A00]> 
  <..J.>> [14/09/2005 11:11:33:000 CDT] 1 AxisConfig 
  > getAxisConfProperty> @0x9c91120,[0400] <> > 
  [14/09/2005 11:11:33:000 CDT] 1 AxisConfig < getAxisConfProperty> 
  @0x9c91120,@1 >> Has this worked for 
  others?hmm... This is strange. It should be working, if you have the 
  wsdl file in $AXISCPP_DEPLOY/wsdl folder.What is the version you 
  are using? On which 
platform?Samisa...


Re: viewing wsdls in browser

2005-09-14 Thread Xavier Toth
You meant '$AXISCPP_DEPLOY/wsdls', right? I'm running Axis C++ 1.5 on Apache2 on Fedora Core 4.On 9/15/05, Samisa Abeysinghe <
[EMAIL PROTECTED]> wrote:Xavier Toth wrote:> I've run the samples in apache2 but then I tried to view the wsdls in
> a browser and it doesn't work. In the apache error log I see a> segmentation violation which I'm sure is related to the axis c++> module. The axis server log contains the following:> [14/09/2005 11:11:33:000 CDT] 1 - > process_request 0x9d682d0
> [FFD0FF82FFD60901001500FF80FFF44A00]> <..J.>> [14/09/2005 11:11:33:000 CDT] 1 AxisConfig > getAxisConfProperty> @0x9c91120,[0400] <>
> [14/09/2005 11:11:33:000 CDT] 1 AxisConfig < getAxisConfProperty> @0x9c91120,@1 >> Has this worked for others?hmm... This is strange. It should be working, if you have the wsdl file
in $AXISCPP_DEPLOY/wsdl folder.What is the version you are using? On which platform?Samisa...


Re: [Fwd: Re: v1.5 on XP fails to load mod_axis2.dll]

2005-09-14 Thread Peter
Samisa Abeysinghe wrote:
> I would also suggest tat you also try the latest
> code from SVN, building 
> it on your own.
Sorry, what is SVN?

Thanks for your help.




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


Re: [Fwd: Re: v1.5 on XP fails to load mod_axis2.dll]

2005-09-14 Thread Samisa Abeysinghe

Peter wrote:


--- Samisa Abeysinghe <[EMAIL PROTECTED]>
wrote:
 


Could you please capture the Request/Response
messages that is passes
back and forth for a sample and send it.
   



It will take me a few days before I have time to try
this.  But please understand that I cannot bring up
the server without using the debugger to change the
execution as described.  It seems to me that I should
resolve this problem first. Please reply if you still
think it is worth capturing the messages.
 


There was one user who ran into problems due to problems related to Xerces.
Hence, may be you could double check the xerces dll

I would also suggest tat you also try the latest code from SVN, building 
it on your own.



Also, I have assumed that all of this should work on a
network that is not connected to the internet (an
intranet). My network does not have DNS, so I am using
IP addresses.
 


Intranet and use of IPs should be fine


Thanks,
Peter



__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


 





Re: viewing wsdls in browser

2005-09-14 Thread Samisa Abeysinghe

Xavier Toth wrote:

I've run the samples in apache2 but then I tried to view the wsdls in 
a browser and it doesn't work. In the apache error log I see a 
segmentation violation which I'm sure is related to the axis c++ 
module. The axis server log contains the following:
[14/09/2005 11:11:33:000 CDT] 1 - > process_request 0x9d682d0 
[FFD0FF82FFD60901001500FF80FFF44A00] 
<..J.>
[14/09/2005 11:11:33:000 CDT] 1 AxisConfig > getAxisConfProperty 
@0x9c91120,[0400] <>
[14/09/2005 11:11:33:000 CDT] 1 AxisConfig < getAxisConfProperty 
@0x9c91120,@1 


Has this worked for others?


hmm... This is strange. It should be working, if you have the wsdl file 
in $AXISCPP_DEPLOY/wsdl folder.


What is the version you are using? On which platform?

Samisa...


viewing wsdls in browser

2005-09-14 Thread Xavier Toth
I've run the samples in apache2 but then I tried to view the wsdls in a
browser and it doesn't work. In the apache error log I see a
segmentation violation which I'm sure is related to the axis c++
module. The axis server log contains the following:
[14/09/2005 11:11:33:000 CDT] 1 - > process_request 0x9d682d0
[FFD0FF82FFD60901001500FF80FFF44A00]
<..J.>
[14/09/2005 11:11:33:000 CDT] 1 AxisConfig > getAxisConfProperty @0x9c91120,[0400] <>
[14/09/2005 11:11:33:000 CDT] 1 AxisConfig < getAxisConfProperty @0x9c91120,@1 

Has this worked for others?


Re: [Fwd: Re: v1.5 on XP fails to load mod_axis2.dll]

2005-09-14 Thread Peter
--- Samisa Abeysinghe <[EMAIL PROTECTED]>
wrote:
> Could you please capture the Request/Response
> messages that is passes
> back and forth for a sample and send it.

It will take me a few days before I have time to try
this.  But please understand that I cannot bring up
the server without using the debugger to change the
execution as described.  It seems to me that I should
resolve this problem first. Please reply if you still
think it is worth capturing the messages.

Also, I have assumed that all of this should work on a
network that is not connected to the internet (an
intranet). My network does not have DNS, so I am using
IP addresses.

Thanks,
Peter



__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


[Fwd: Re: v1.5 on XP fails to load mod_axis2.dll]

2005-09-14 Thread Samisa Abeysinghe

Reply embeded:

On 9/10/05, Peter <[EMAIL PROTECTED]> wrote:

(cont.)
Still working with the apache code in a Debug build...
I hope the following helps.  If you reply to me with a
test to perform, I can see what I can do.

I found where modules are loaded, and confirmed that
the mod_axis2.dll is being loaded without apparent
error. (The dso.c:apr_dso_load():LoadLibraryExW() call
succeeds).

Also determined that if I simply skip the "start"
section of mpm_winnt.c:winnt_post_config() guarded by
the line:
   if (!strcasecmp(signal_arg,"start"))
the server comes up, and I can see the
http://localhost/axis page.

However, the sample programs still do not work.
I see errors such as:
   Exception: cannot deserialize the requested element
or
   Receive from trasport failed.


Looks like there are some deserialization problems.

Could you please capture the Request/Response messages that is passes
back and forth for a sample and send it.

Please use the base sample if possible.
Please see 
http://ws.apache.org/axis/java/developers-guide.html#UsingTcpmonToMonitorFunctionalTests
on how to run tcpmon (this is a java tool)

Thanks,
Samisa...





Thanks for your help.

P.S. - I am in Redwood City, CA. I can work with
someone in my area who is familiar with the apache
code and wants to help resolve this error, if
necessary.



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com





Re: v1.5 on XP fails to load mod_axis2.dll

2005-09-14 Thread John Hawkins

Sorry - I don't see the rest of the
thread?

What messages are you seeing ?


Peter <[EMAIL PROTECTED]> wrote on 14/09/2005
15:22:43:

> Could someone please offer me advice on what I should
> do to get past my initialization failure as detailed
> in this thread?  I am stuck.  Initialization on XP
> seems to be a common problem, and I would like to know
> whether I have an apache or axis configuration
> problem.
> 
> I would be happy to hear anything constructive, such
> as:
> "A configuration error is the only known problem.", or
> "It seems that it may be an actual problem."
> 
> Thanks in advance.
> Peter
> 
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around

> http://mail.yahoo.com 


Re: v1.5 on XP fails to load mod_axis2.dll

2005-09-14 Thread Peter
Could someone please offer me advice on what I should
do to get past my initialization failure as detailed
in this thread?  I am stuck.  Initialization on XP
seems to be a common problem, and I would like to know
whether I have an apache or axis configuration
problem.

I would be happy to hear anything constructive, such
as:
"A configuration error is the only known problem.", or
"It seems that it may be an actual problem."

Thanks in advance.
Peter

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com