[ 
http://issues.apache.org/jira/browse/AXISCPP-497?page=comments#action_60119 ]
     
Samisa Abeysinghe commented on AXISCPP-497:
-------------------------------------------

A look into 
HTTPTransport::setTransportProperty( AXIS_TRANSPORT_INFORMATION_TYPE type, 
const char *value)

and 

int HTTPTransport::setTransportProperty( const char *pcKey, const char *pcValue)

in src/transport/axis3/HTTPTransport.cpp would give more insight.

> Problems with Stub::setTransportProperty
> ----------------------------------------
>
>          Key: AXISCPP-497
>          URL: http://issues.apache.org/jira/browse/AXISCPP-497
>      Project: Axis-C++
>         Type: Bug
>     Reporter: Mark Whitlock
>     Assignee: Mark Whitlock

>
> The exception processing in Call::setTransportProperty is not in 
> Stub::setTransportProperty. Stub::setTransportProperty should just call 
> Call::setTransportProperty instead of SOAPTransport::setTransportProperty. 
> Also the message is new[]'ed in Call but delete'd in AxisGenException. This 
> will fail on Linux, where it should be delete[]'ed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to