You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Xavier Toth <tx...@gmail.com> on 2005/09/14 19:13:19 UTC

viewing wsdls in browser

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 
[FFFFFFD0FFFFFF82FFFFFFD6090100000015000000FFFFFF80FFFFFFF44A00] 
<..............J.>
[14/09/2005 11:11:33:000 CDT] 1 AxisConfig > getAxisConfProperty 
@0x9c91120,[04000000] <....>
[14/09/2005 11:11:33:000 CDT] 1 AxisConfig < getAxisConfProperty 
@0x9c91120,@1 <null>

Has this worked for others?

Re: viewing wsdls in browser

Posted by Xavier Toth <tx...@gmail.com>.
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 <sa...@gmail.com> 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
> > [FFFFFFD0FFFFFF82FFFFFFD6090100000015000000FFFFFF80FFFFFFF44A00]
> > <..............J.>
> > [14/09/2005 11:11:33:000 CDT] 1 AxisConfig > getAxisConfProperty
> > @0x9c91120,[04000000] <....>
> > [14/09/2005 11:11:33:000 CDT] 1 AxisConfig < getAxisConfProperty
> > @0x9c91120,@1 <null>
> >
> > 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

Posted by Samisa Abeysinghe <sa...@gmail.com>.
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 
> [FFFFFFD0FFFFFF82FFFFFFD6090100000015000000FFFFFF80FFFFFFF44A00] 
> <..............J.>
> [14/09/2005 11:11:33:000 CDT] 1 AxisConfig > getAxisConfProperty 
> @0x9c91120,[04000000] <....>
> [14/09/2005 11:11:33:000 CDT] 1 AxisConfig < getAxisConfProperty 
> @0x9c91120,@1 <null>
>
> 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...