Re: Axis C++ clien not working: HTTPTransportException "Channel error: connection timed out before receiving"

2007-08-10 Thread Nadir Amra
I would suggest building Axis C++ from latest code in SVN and trying again. There are numerous fixes in the transport that is not in 1.6b. Nadir K. Amra Илья Велесевич <[EMAIL PROTECTED]> wrote on 08/10/2007 06:09:25 AM: > Hi all!!! > > I'm user Axis C++ 1.6b not long ago; > > I have web se

WS-Addressing : Adding reference parameters?

2007-08-10 Thread Jamie Lyon
Hi, Is there anything special you need to do to add a reference parameter other than what's contained in the following block? axiom_node_t* node = NULL; axiom_namespace_t* namespace = axiom_namespace_create( this->axisEnv, "http://url/";, "prefix" ); axiom_element_t*

Axis C++ clien not working: HTTPTransportException "Channel error: connection timed out before receiving"

2007-08-10 Thread Илья Велесевич
Hi all!!! I'm user Axis C++ 1.6b not long ago; I have web service written on C# and located on my localhost (Windows XP Pro, IIS server) (localhost - turn on) I've generate proxy classes(using WSDL2Ws tool): Service1Soap.cpp Service1Soap.hpp And my client don't working I try run this code:

Axis C++ not working: HTTPTransportException "Channel error: connection timed out before receiving"

2007-08-10 Thread Илья Велесевич
Hi all!!! I'm user Axis C++ 1.6b not long ago; I have web service written on C# and located on my localhost (Windows XP Pro, IIS server) (localhost - turn on) I've generate proxy classes(using WSDL2Ws tool): Service1Soap.cpp Service1Soap.hpp And my client don't working I try run this code: