I am trying to connect my BSP application to the SDN RSS Feed using the example as described in Brian's weblog 'BSP Programming: RSS = HttpClient + XML + XSLT' (link: /people/brian.mckellar/blog/2004/06/25/bsp-programming-rss-httpclient-xml-xslt).
However when the code reaches the statement http_client->receive( ) a shortdump occurs stating there is a HTTP_COMMUNICATION_FAILURE. I understand that the shortdump is a result of not raising an event but I do not understand why the actual command fails. Can anyone explain to me why I seem to be unable to setup HTTP connection. I traced the connection but no leads there. Thanks in advance, Tiest.
Tiest, is this the same code from my tutorial?
The HTTP connection could be a problem if you are behind a Proxy or if you are given proxy data and have no proxy.
Take a look at this weblog:
/people/sap.user72/blog/2004/11/04/bof-teched-munich-04--rss-http-and-bsp
Add a comment