Re: Client Exception: N7axiscpp19AxisEngineExceptionE

2006-03-08 Thread Rob Redmon





I posed the original question.  Adrian's suggestion (below) solved my
problem.  Thanks!


Yaron Cohen wrote:

  Hi,

I got no answer from you.

Yaron

-Original Message-
From: Adrian Dick [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 02, 2006 12:21 AM
To: Apache AXIS C User List
Subject: Re: Client Exception: N7axiscpp19AxisEngineExceptionE

Hi,

The Axis C++ 1.5 binaries were produced using the Xerces-C 2.2.0
binaries.
If you wish to use a different version of Xerces-C you will need to
re-build the Axis C++ XMLParser library from source, against your
desired
version.

Regards,
Adrian
___
Adrian Dick ([EMAIL PROTECTED])

Rob Redmon <[EMAIL PROTECTED]> wrote on 01/03/2006 22:13:52:

  
  
I should add that since my last message, I've also downloaded and
built: xerces-c-current.tar.gz
And added the parser to my library path so that LD_LIBRARY_PATH is:
/home/robr/packages/xerces-c-src_2_7_0/lib:/home/robr/packages/axis-
c-1.5.0-linux-bin/lib

I'm still getting
N7axiscpp19AxisEngineExceptionE

And not seeing anything on the wire.

Rob

Rob Redmon wrote:
I am not seeing anything on the wire and I'm using the xerces that
came with my AXIS dist, namely:

axis-c-1.5.0-linux-bin/lib/libaxis_xerces.so

My LD_LIBRARY_PATH is:
/home/robr/packages/axis-c-1.5.0-linux-bin/lib/



John Hawkins wrote:

Are you getting anything sent across the wire?

AND: If you are not then please can check that you have the correct
version of xerces in your lib path.




  
  
  
  
Rob Redmon <[EMAIL PROTECTED]>
17/02/2006 22:03

Please respond to
"Apache AXIS C User List" 

To

axis-c-user@ws.apache.org

cc

Subject

Client Exception: N7axiscpp19AxisEngineExceptionE





I've tried creating stubs for 3 different simple WebService providers
and I'm always getting this exception:
N7axiscpp19AxisEngineExceptionE

I also tried the Calculator client example (w/NO deployed matching
webservice on localhost) to see what error I'd arrive at and I got the
same Exception.
My relevant environment variables are:
AXISCPP_DEPLOY=/home/robr/packages/axis-c-1.5.0-linux-bin/

Here's a copy of my $AXISCPP_DEPLOY/etc/axiscpp.conf
LogPath:/home/robr/log/AxisLog
#WSDDFilePath:/home/obj/etc/server.wsdd
ClientLogPath:/home/robr/log/AxisClientLog
#ClientWSDDFilePath:/home/obj/etc/client.wsdd
XMLParser:/home/robr/lib/libaxis_xerces.so
Transport_http:/home/robr/lib/libhttp_transport.so
Channel_HTTP:/home/robr/lib/libhttp_channel.so
#Channel_HTTP_SSL:


  
  /home/samisa/autoCVS/cvsAutoBuild/deploy/lib/libaxis3_transport_ssl_chan
nel.so

  
  
--
Rob Redmon
NOAA/NGDC
325 Broadway E/GC2
Boulder, Colorado 80305
Tel: (303) 497-4331
Fax: (303) 497-6513
[EMAIL PROTECTED]

"Engineering is the art of making what you want from things you can

  
  get."

  
  
  
  
--
Rob Redmon
NOAA/NGDC
325 Broadway E/GC2
Boulder, Colorado 80305
Tel: (303) 497-4331
Fax: (303) 497-6513
[EMAIL PROTECTED]

"Engineering is the art of making what you want from things you can

  
  get."

  
  

--
Rob Redmon
NOAA/NGDC
325 Broadway E/GC2
Boulder, Colorado 80305
Tel: (303) 497-4331
Fax: (303) 497-6513
[EMAIL PROTECTED]

"Engineering is the art of making what you want from things you can

  
  get."



  


-- 
Rob Redmon
NOAA/NGDC
325 Broadway E/GC2
Boulder, Colorado 80305
Tel: (303) 497-4331
Fax: (303) 497-6513
[EMAIL PROTECTED]

"Engineering is the art of making what you want from things you can get." 





RE: Client Exception: N7axiscpp19AxisEngineExceptionE

2006-03-07 Thread Yaron Cohen
Hi,

I got no answer from you.

Yaron

-Original Message-
From: Adrian Dick [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 02, 2006 12:21 AM
To: Apache AXIS C User List
Subject: Re: Client Exception: N7axiscpp19AxisEngineExceptionE

Hi,

The Axis C++ 1.5 binaries were produced using the Xerces-C 2.2.0
binaries.
If you wish to use a different version of Xerces-C you will need to
re-build the Axis C++ XMLParser library from source, against your
desired
version.

Regards,
Adrian
___
Adrian Dick ([EMAIL PROTECTED])

Rob Redmon <[EMAIL PROTECTED]> wrote on 01/03/2006 22:13:52:

>
> I should add that since my last message, I've also downloaded and
> built: xerces-c-current.tar.gz
> And added the parser to my library path so that LD_LIBRARY_PATH is:
> /home/robr/packages/xerces-c-src_2_7_0/lib:/home/robr/packages/axis-
> c-1.5.0-linux-bin/lib
>
> I'm still getting
> N7axiscpp19AxisEngineExceptionE
>
> And not seeing anything on the wire.
>
> Rob
>
> Rob Redmon wrote:
> I am not seeing anything on the wire and I'm using the xerces that
> came with my AXIS dist, namely:
>
> axis-c-1.5.0-linux-bin/lib/libaxis_xerces.so
>
> My LD_LIBRARY_PATH is:
> /home/robr/packages/axis-c-1.5.0-linux-bin/lib/
>
>
>
> John Hawkins wrote:
>
> Are you getting anything sent across the wire?
>
> AND: If you are not then please can check that you have the correct
> version of xerces in your lib path.
>
>
>

>
> Rob Redmon <[EMAIL PROTECTED]>
> 17/02/2006 22:03
>
> Please respond to
> "Apache AXIS C User List" 
>
> To
>
> axis-c-user@ws.apache.org
>
> cc
>
> Subject
>
> Client Exception: N7axiscpp19AxisEngineExceptionE
>
>
>
>
>
> I've tried creating stubs for 3 different simple WebService providers
> and I'm always getting this exception:
> N7axiscpp19AxisEngineExceptionE
>
> I also tried the Calculator client example (w/NO deployed matching
> webservice on localhost) to see what error I'd arrive at and I got the
> same Exception.
> My relevant environment variables are:
> AXISCPP_DEPLOY=/home/robr/packages/axis-c-1.5.0-linux-bin/
>
> Here's a copy of my $AXISCPP_DEPLOY/etc/axiscpp.conf
> LogPath:/home/robr/log/AxisLog
> #WSDDFilePath:/home/obj/etc/server.wsdd
> ClientLogPath:/home/robr/log/AxisClientLog
> #ClientWSDDFilePath:/home/obj/etc/client.wsdd
> XMLParser:/home/robr/lib/libaxis_xerces.so
> Transport_http:/home/robr/lib/libhttp_transport.so
> Channel_HTTP:/home/robr/lib/libhttp_channel.so
> #Channel_HTTP_SSL:
>
/home/samisa/autoCVS/cvsAutoBuild/deploy/lib/libaxis3_transport_ssl_chan
nel.so

>
> --
> Rob Redmon
> NOAA/NGDC
> 325 Broadway E/GC2
> Boulder, Colorado 80305
> Tel: (303) 497-4331
> Fax: (303) 497-6513
> [EMAIL PROTECTED]
>
> "Engineering is the art of making what you want from things you can
get."

>

>
> --
> Rob Redmon
> NOAA/NGDC
> 325 Broadway E/GC2
> Boulder, Colorado 80305
> Tel: (303) 497-4331
> Fax: (303) 497-6513
> [EMAIL PROTECTED]
>
> "Engineering is the art of making what you want from things you can
get."

>
>
> --
> Rob Redmon
> NOAA/NGDC
> 325 Broadway E/GC2
> Boulder, Colorado 80305
> Tel: (303) 497-4331
> Fax: (303) 497-6513
> [EMAIL PROTECTED]
>
> "Engineering is the art of making what you want from things you can
get."




RE: Client Exception: N7axiscpp19AxisEngineExceptionE

2006-03-05 Thread Yaron Cohen
Hi,

I do not care of what parser to use, just and me to make the all thing
to work.

Thanks
Yaron

-Original Message-
From: Adrian Dick [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 02, 2006 12:21 AM
To: Apache AXIS C User List
Subject: Re: Client Exception: N7axiscpp19AxisEngineExceptionE

Hi,

The Axis C++ 1.5 binaries were produced using the Xerces-C 2.2.0
binaries.
If you wish to use a different version of Xerces-C you will need to
re-build the Axis C++ XMLParser library from source, against your
desired
version.

Regards,
Adrian
___
Adrian Dick ([EMAIL PROTECTED])

Rob Redmon <[EMAIL PROTECTED]> wrote on 01/03/2006 22:13:52:

>
> I should add that since my last message, I've also downloaded and
> built: xerces-c-current.tar.gz
> And added the parser to my library path so that LD_LIBRARY_PATH is:
> /home/robr/packages/xerces-c-src_2_7_0/lib:/home/robr/packages/axis-
> c-1.5.0-linux-bin/lib
>
> I'm still getting
> N7axiscpp19AxisEngineExceptionE
>
> And not seeing anything on the wire.
>
> Rob
>
> Rob Redmon wrote:
> I am not seeing anything on the wire and I'm using the xerces that
> came with my AXIS dist, namely:
>
> axis-c-1.5.0-linux-bin/lib/libaxis_xerces.so
>
> My LD_LIBRARY_PATH is:
> /home/robr/packages/axis-c-1.5.0-linux-bin/lib/
>
>
>
> John Hawkins wrote:
>
> Are you getting anything sent across the wire?
>
> AND: If you are not then please can check that you have the correct
> version of xerces in your lib path.
>
>
>

>
> Rob Redmon <[EMAIL PROTECTED]>
> 17/02/2006 22:03
>
> Please respond to
> "Apache AXIS C User List" 
>
> To
>
> axis-c-user@ws.apache.org
>
> cc
>
> Subject
>
> Client Exception: N7axiscpp19AxisEngineExceptionE
>
>
>
>
>
> I've tried creating stubs for 3 different simple WebService providers
> and I'm always getting this exception:
> N7axiscpp19AxisEngineExceptionE
>
> I also tried the Calculator client example (w/NO deployed matching
> webservice on localhost) to see what error I'd arrive at and I got the
> same Exception.
> My relevant environment variables are:
> AXISCPP_DEPLOY=/home/robr/packages/axis-c-1.5.0-linux-bin/
>
> Here's a copy of my $AXISCPP_DEPLOY/etc/axiscpp.conf
> LogPath:/home/robr/log/AxisLog
> #WSDDFilePath:/home/obj/etc/server.wsdd
> ClientLogPath:/home/robr/log/AxisClientLog
> #ClientWSDDFilePath:/home/obj/etc/client.wsdd
> XMLParser:/home/robr/lib/libaxis_xerces.so
> Transport_http:/home/robr/lib/libhttp_transport.so
> Channel_HTTP:/home/robr/lib/libhttp_channel.so
> #Channel_HTTP_SSL:
>
/home/samisa/autoCVS/cvsAutoBuild/deploy/lib/libaxis3_transport_ssl_chan
nel.so

>
> --
> Rob Redmon
> NOAA/NGDC
> 325 Broadway E/GC2
> Boulder, Colorado 80305
> Tel: (303) 497-4331
> Fax: (303) 497-6513
> [EMAIL PROTECTED]
>
> "Engineering is the art of making what you want from things you can
get."

>

>
> --
> Rob Redmon
> NOAA/NGDC
> 325 Broadway E/GC2
> Boulder, Colorado 80305
> Tel: (303) 497-4331
> Fax: (303) 497-6513
> [EMAIL PROTECTED]
>
> "Engineering is the art of making what you want from things you can
get."

>
>
> --
> Rob Redmon
> NOAA/NGDC
> 325 Broadway E/GC2
> Boulder, Colorado 80305
> Tel: (303) 497-4331
> Fax: (303) 497-6513
> [EMAIL PROTECTED]
>
> "Engineering is the art of making what you want from things you can
get."





Re: Client Exception: N7axiscpp19AxisEngineExceptionE

2006-03-01 Thread Adrian Dick
Hi,

The Axis C++ 1.5 binaries were produced using the Xerces-C 2.2.0 binaries.
If you wish to use a different version of Xerces-C you will need to
re-build the Axis C++ XMLParser library from source, against your desired
version.

Regards,
Adrian
___
Adrian Dick ([EMAIL PROTECTED])

Rob Redmon <[EMAIL PROTECTED]> wrote on 01/03/2006 22:13:52:

>
> I should add that since my last message, I've also downloaded and
> built: xerces-c-current.tar.gz
> And added the parser to my library path so that LD_LIBRARY_PATH is:
> /home/robr/packages/xerces-c-src_2_7_0/lib:/home/robr/packages/axis-
> c-1.5.0-linux-bin/lib
>
> I'm still getting
> N7axiscpp19AxisEngineExceptionE
>
> And not seeing anything on the wire.
>
> Rob
>
> Rob Redmon wrote:
> I am not seeing anything on the wire and I'm using the xerces that
> came with my AXIS dist, namely:
>
> axis-c-1.5.0-linux-bin/lib/libaxis_xerces.so
>
> My LD_LIBRARY_PATH is:
> /home/robr/packages/axis-c-1.5.0-linux-bin/lib/
>
>
>
> John Hawkins wrote:
>
> Are you getting anything sent across the wire?
>
> AND: If you are not then please can check that you have the correct
> version of xerces in your lib path.
>
>
>

>
> Rob Redmon <[EMAIL PROTECTED]>
> 17/02/2006 22:03
>
> Please respond to
> "Apache AXIS C User List" 
>
> To
>
> axis-c-user@ws.apache.org
>
> cc
>
> Subject
>
> Client Exception: N7axiscpp19AxisEngineExceptionE
>
>
>
>
>
> I've tried creating stubs for 3 different simple WebService providers
> and I'm always getting this exception:
> N7axiscpp19AxisEngineExceptionE
>
> I also tried the Calculator client example (w/NO deployed matching
> webservice on localhost) to see what error I'd arrive at and I got the
> same Exception.
> My relevant environment variables are:
> AXISCPP_DEPLOY=/home/robr/packages/axis-c-1.5.0-linux-bin/
>
> Here's a copy of my $AXISCPP_DEPLOY/etc/axiscpp.conf
> LogPath:/home/robr/log/AxisLog
> #WSDDFilePath:/home/obj/etc/server.wsdd
> ClientLogPath:/home/robr/log/AxisClientLog
> #ClientWSDDFilePath:/home/obj/etc/client.wsdd
> XMLParser:/home/robr/lib/libaxis_xerces.so
> Transport_http:/home/robr/lib/libhttp_transport.so
> Channel_HTTP:/home/robr/lib/libhttp_channel.so
> #Channel_HTTP_SSL:
>
/home/samisa/autoCVS/cvsAutoBuild/deploy/lib/libaxis3_transport_ssl_channel.so

>
> --
> Rob Redmon
> NOAA/NGDC
> 325 Broadway E/GC2
> Boulder, Colorado 80305
> Tel: (303) 497-4331
> Fax: (303) 497-6513
> [EMAIL PROTECTED]
>
> "Engineering is the art of making what you want from things you can get."

>

>
> --
> Rob Redmon
> NOAA/NGDC
> 325 Broadway E/GC2
> Boulder, Colorado 80305
> Tel: (303) 497-4331
> Fax: (303) 497-6513
> [EMAIL PROTECTED]
>
> "Engineering is the art of making what you want from things you can get."

>
>
> --
> Rob Redmon
> NOAA/NGDC
> 325 Broadway E/GC2
> Boulder, Colorado 80305
> Tel: (303) 497-4331
> Fax: (303) 497-6513
> [EMAIL PROTECTED]
>
> "Engineering is the art of making what you want from things you can get."




Re: Client Exception: N7axiscpp19AxisEngineExceptionE

2006-03-01 Thread Rob Redmon





I should add that since my last message, I've also downloaded and
built: xerces-c-current.tar.gz
And added the parser to my library path so that LD_LIBRARY_PATH is:
/home/robr/packages/xerces-c-src_2_7_0/lib:/home/robr/packages/axis-c-1.5.0-linux-bin/lib

I'm still getting
N7axiscpp19AxisEngineExceptionE

And not seeing anything on the wire.

Rob

Rob Redmon wrote:

  
I am not seeing anything on the wire and I'm using the xerces that came
with my AXIS dist, namely:
  
axis-c-1.5.0-linux-bin/lib/libaxis_xerces.so
  
My LD_LIBRARY_PATH is:
/home/robr/packages/axis-c-1.5.0-linux-bin/lib/
  
  
  
John Hawkins wrote:
  
Are you getting anything sent
across
the wire? 

AND: If you are not then please
can
check that you have the correct version of xerces in your lib path.






  

  Rob
Redmon
  <[EMAIL PROTECTED]> 
  17/02/2006 22:03
  

  

Please
respond to
"Apache AXIS C User List" 

  

  
  
  
  
  
  

  

To

axis-c-user@ws.apache.org

  
  

cc



  
  

Subject
        
    Client Exception:
N7axiscpp19AxisEngineExceptionE
  

  
  
  

  
 



  

  
  
  

  





I've tried creating stubs for 3 different simple WebService providers
and I'm always getting this exception:
N7axiscpp19AxisEngineExceptionE

I also tried the Calculator client example (w/NO deployed matching
webservice on localhost) to see what error I'd arrive at and I got the
same Exception.
My relevant environment variables are:
AXISCPP_DEPLOY=/home/robr/packages/axis-c-1.5.0-linux-bin/

Here's a copy of my $AXISCPP_DEPLOY/etc/axiscpp.conf
LogPath:/home/robr/log/AxisLog
#WSDDFilePath:/home/obj/etc/server.wsdd
ClientLogPath:/home/robr/log/AxisClientLog
#ClientWSDDFilePath:/home/obj/etc/client.wsdd
XMLParser:/home/robr/lib/libaxis_xerces.so
Transport_http:/home/robr/lib/libhttp_transport.so
Channel_HTTP:/home/robr/lib/libhttp_channel.so
#Channel_HTTP_SSL:/home/samisa/autoCVS/cvsAutoBuild/deploy/lib/libaxis3_transport_ssl_channel.so

-- 
Rob Redmon
NOAA/NGDC
325 Broadway E/GC2
Boulder, Colorado 80305
Tel: (303) 497-4331
Fax: (303) 497-6513
[EMAIL PROTECTED]

"Engineering is the art of making what you want from things you can
get." 

 
  
  
  -- 
Rob Redmon
NOAA/NGDC
325 Broadway E/GC2
Boulder, Colorado 80305
Tel: (303) 497-4331
Fax: (303) 497-6513
[EMAIL PROTECTED]

"Engineering is the art of making what you want from things you can get." 
  


-- 
Rob Redmon
NOAA/NGDC
325 Broadway E/GC2
Boulder, Colorado 80305
Tel: (303) 497-4331
Fax: (303) 497-6513
[EMAIL PROTECTED]

"Engineering is the art of making what you want from things you can get." 





Re: Client Exception: N7axiscpp19AxisEngineExceptionE

2006-03-01 Thread Rob Redmon




I am not seeing anything on the wire and I'm using the xerces that came
with my AXIS dist, namely:

axis-c-1.5.0-linux-bin/lib/libaxis_xerces.so

My LD_LIBRARY_PATH is:
/home/robr/packages/axis-c-1.5.0-linux-bin/lib/



John Hawkins wrote:

  Are you getting anything sent across
the wire?
  
  
  AND: If you are not then please can
check that you have the correct version of xerces in your lib path.
  
  
  
  
  
  

  
Rob Redmon
<[EMAIL PROTECTED]>

17/02/2006 22:03

  

  
  Please
respond to
"Apache AXIS C User List" 
  

  






  

  
  To
  
  axis-c-user@ws.apache.org
  


  
  cc
  
  
  


  
  Subject
  
      Client Exception:
N7axiscpp19AxisEngineExceptionE

  



  

  
  
  
  
  

  



  

  
  
  
  
  
I've tried creating stubs for 3 different simple WebService providers
and I'm always getting this exception:
N7axiscpp19AxisEngineExceptionE
  
I also tried the Calculator client example (w/NO deployed matching
webservice on localhost) to see what error I'd arrive at and I got the
same Exception.
My relevant environment variables are:
AXISCPP_DEPLOY=/home/robr/packages/axis-c-1.5.0-linux-bin/
  
Here's a copy of my $AXISCPP_DEPLOY/etc/axiscpp.conf
LogPath:/home/robr/log/AxisLog
#WSDDFilePath:/home/obj/etc/server.wsdd
ClientLogPath:/home/robr/log/AxisClientLog
#ClientWSDDFilePath:/home/obj/etc/client.wsdd
XMLParser:/home/robr/lib/libaxis_xerces.so
Transport_http:/home/robr/lib/libhttp_transport.so
Channel_HTTP:/home/robr/lib/libhttp_channel.so
#Channel_HTTP_SSL:/home/samisa/autoCVS/cvsAutoBuild/deploy/lib/libaxis3_transport_ssl_channel.so
  
-- 
Rob Redmon
NOAA/NGDC
325 Broadway E/GC2
Boulder, Colorado 80305
Tel: (303) 497-4331
Fax: (303) 497-6513
[EMAIL PROTECTED]
  
"Engineering is the art of making what you want from things you can
get." 
  
  
  


-- 
Rob Redmon
NOAA/NGDC
325 Broadway E/GC2
Boulder, Colorado 80305
Tel: (303) 497-4331
Fax: (303) 497-6513
[EMAIL PROTECTED]

"Engineering is the art of making what you want from things you can get." 





Re: Client Exception: N7axiscpp19AxisEngineExceptionE

2006-02-20 Thread John Hawkins

Are you getting anything sent across
the wire?

AND: If you are not then please can
check that you have the correct version of xerces in your lib path.







Rob Redmon <[EMAIL PROTECTED]>

17/02/2006 22:03



Please respond to
"Apache AXIS C User List" 





To
axis-c-user@ws.apache.org


cc



Subject
Client Exception: N7axiscpp19AxisEngineExceptionE









I've tried creating stubs for 3 different simple WebService providers
and I'm always getting this exception:
N7axiscpp19AxisEngineExceptionE

I also tried the Calculator client example (w/NO deployed matching
webservice on localhost) to see what error I'd arrive at and I got the
same Exception.
My relevant environment variables are:
AXISCPP_DEPLOY=/home/robr/packages/axis-c-1.5.0-linux-bin/

Here's a copy of my $AXISCPP_DEPLOY/etc/axiscpp.conf
LogPath:/home/robr/log/AxisLog
#WSDDFilePath:/home/obj/etc/server.wsdd
ClientLogPath:/home/robr/log/AxisClientLog
#ClientWSDDFilePath:/home/obj/etc/client.wsdd
XMLParser:/home/robr/lib/libaxis_xerces.so
Transport_http:/home/robr/lib/libhttp_transport.so
Channel_HTTP:/home/robr/lib/libhttp_channel.so
#Channel_HTTP_SSL:/home/samisa/autoCVS/cvsAutoBuild/deploy/lib/libaxis3_transport_ssl_channel.so

-- 
Rob Redmon
NOAA/NGDC
325 Broadway E/GC2
Boulder, Colorado 80305
Tel: (303) 497-4331
Fax: (303) 497-6513
[EMAIL PROTECTED]

"Engineering is the art of making what you want from things you can
get." 




Client Exception: N7axiscpp19AxisEngineExceptionE

2006-02-17 Thread Rob Redmon

I've tried creating stubs for 3 different simple WebService providers
and I'm always getting this exception:
N7axiscpp19AxisEngineExceptionE

I also tried the Calculator client example (w/NO deployed matching
webservice on localhost) to see what error I'd arrive at and I got the
same Exception.
My relevant environment variables are:
AXISCPP_DEPLOY=/home/robr/packages/axis-c-1.5.0-linux-bin/

Here's a copy of my $AXISCPP_DEPLOY/etc/axiscpp.conf
LogPath:/home/robr/log/AxisLog
#WSDDFilePath:/home/obj/etc/server.wsdd
ClientLogPath:/home/robr/log/AxisClientLog
#ClientWSDDFilePath:/home/obj/etc/client.wsdd
XMLParser:/home/robr/lib/libaxis_xerces.so
Transport_http:/home/robr/lib/libhttp_transport.so
Channel_HTTP:/home/robr/lib/libhttp_channel.so
#Channel_HTTP_SSL:/home/samisa/autoCVS/cvsAutoBuild/deploy/lib/libaxis3_transport_ssl_channel.so

-- 
Rob Redmon
NOAA/NGDC
325 Broadway E/GC2
Boulder, Colorado 80305
Tel: (303) 497-4331
Fax: (303) 497-6513
[EMAIL PROTECTED]

"Engineering is the art of making what you want from things you can get."