Re: Known exception

2006-04-10 Thread Adrian Dick
Hi, You don't mention which version of Axis C++, but I shall assume the 1.6Beta for the moment. There is an error in the Calculator sample, on line 45 of Client.cpp the endpoint is incorrectly capitalized, Calculator should start with an upper case 'C'. This is why the server is returning an exc

Known exception

2006-04-08 Thread Atanacio Reyes
Hi. I'm trying to deploy the calculator example, and on client side, I have the next error. Exception: Cannot deserialize the requested element. the request soap message is: POST /axis/calculator HTTP/1.1 Host: localhost:80 Content-Type: text/xml; charset=UTF-8 SOAPAction: "Calculator#add" Con