[prev in list] [next in list] [prev in thread] [next in thread] 

List:       axis-c-dev
Subject:    [jira] [Reopened] (AXISCPP-1084)  AxisException: HTTPTransportException:Input streaming error while
From:       "VijayaKumar S (Reopened) (JIRA)" <axis-c-dev () ws ! apache ! org>
Date:       2012-01-18 9:03:41
Message-ID: 18858643.52093.1326877421924.JavaMail.tomcat () hel ! zones ! apache ! org
[Download RAW message or body]


     [ https://issues.apache.org/jira/browse/AXISCPP-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel \
]

VijayaKumar S reopened AXISCPP-1084:
------------------------------------


Hi , 
As per suggestion, we have downloaded the source files from the mentioned path : \
http://svn.apache.org/repos/asf/axis/axis1/c/trunk/  

and able to build the components : 
-rwxr-xr-x    1 eid60272 staff       6357217 Dec 22 15:17 libaxis_client.a
-rwxr-xr-x    1 eid60272 staff        383324 Dec 22 15:17 libhttp_transport.a
-rwxr-xr-x    1 eid60272 staff        146847 Dec 22 15:17 libhttp_channel.a
-rwxr-xr-x    1 eid60272 staff        157187 Dec 22 15:17 libhttp_channelssl.a
-rwxr-xr-x    1 eid60272 staff        369425 Dec 22 15:17 libaxis_xerces.a
-rw-r--r--    1 eid60272 staff         12419 Dec 22 15:17 history.xml

after using the there components, when we run the sample autentication program , \
getting the below error.

ld: 0711-317 ERROR: Undefined symbol: .axiscpp::Call::invoke()
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.

Is there way to over-ride the  Timed out  methode to set to 1 hr.
                
> AxisException: HTTPTransportException:Input streaming error while getting data \
>                 Timed out waiting for HTTP header message.
> --------------------------------------------------------------------------------------------------------------------------
>  
> Key: AXISCPP-1084
> URL: https://issues.apache.org/jira/browse/AXISCPP-1084
> Project: Axis-C++
> Issue Type: Bug
> Affects Versions:  1.6 Final
> Environment: AIX 6.1 
> Reporter: VijayaKumar S
> Labels: patch
> Fix For: 1.6 Alpha
> 
> Attachments: build.xml
> 
> Original Estimate: 48h
> Remaining Estimate: 48h
> 
> We are using Axis CPP tool (WSDL2Ws) to generate and use the client code.
> Problem description:
> 	When the program does not receive any requests for more than 60 seconds, we get \
>                 below exception:
> AxisException: HTTPTransportException:Input streaming error while getting data \
> Timed out waiting for HTTP header message. Design approach:
> 1> C++ stubs are generated from the WSDL. Stubs contain the code for functionality \
> like Authentication, change password etc. 2> A library is generated with the \
> generated stub code. 3> Stand-alone program links the generated library to use the \
> functionality provided in the WSDL. Sample program:
> Assumption: All the required variables are declared and necessary headers included
> int main()
> {
> CitiSAMLServiceSoap * ws = new CitiSAMLServiceSoap(str,eProtocol);
> try	
> {
> UserAuthenticationResponse * response;
> response = ws->UserAuthentication(id1,pwd1,URL);
> 	cout<<response->getmessage()<<endl;
> sleep(70);
> response = ws->UserAuthentication(id2,pwd2,URL);
> 	cout<<response->getmessage()<<endl;
> }
> catch(AxisException &e)
> {
> cout<<"AxisException:"<<e.what()<<endl;
> }
> delete ws;
> return 0;
> }
> Output:
> 1. Able to Authenticate with policy server 1st time successfully 
> 2. After 60 sec , we tried to authenticate it's through exception like : \
> AxisException: HTTPTransportException:Input streaming error while getting data \
> Timed out waiting for HTTP header message. Please let us know if there are any \
> project implementations with similar way. Any suggestions/inputs are welcome.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: \
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more \
information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic