deserialization ??

2006-01-24 Thread Primož Führer
i'm using web service for login, when i invoke it it creates next request and get response:(As response must return id_usr =30 ,id_instalacije = 0,jezik = 1) problem is in deserialization(i think) where gives exception... acces violation at 0x05. as it seems the client don't get back

Re: deserialization ??

2006-01-24 Thread Primož Führer
be in xsd__int variable. You should check max and min value that can be asigned (I have problems with that also) - Original Message - From: Primož Führer To: Apache AXIS C User List Sent: Tuesday, January 24, 2006 10:48 AM Subject: Re: deserialization ?? The problem occurs

another tcpmon catch...

2006-01-20 Thread Primož Führer
i,m using java_1_4_... and also her tcpmon tool. i tried in visual studio 6.0 c++ calculator service, service om tomcat - when i run application web all works OK(i get result back), but if look with tcpmonand then resend to server reports premature end of filewhere's the catch

Axis on different computers

2006-01-19 Thread Primož Führer
i have simple aplication in Visual studio 6.0 c++ with axis c++ stubs and web services on tomcat. if i install xerces,axis,project on computer works ok- response server ok(tomcat is on another machine). But if i copy this xerces,axis,project on another computer(where is also tomcat ), and

axis httppost

2006-01-18 Thread Primož Führer
Hi, I'm using web serviceson tomcat. As client i use Visual studio 6.0 c++ with axis client stubs.With wsdl2ws i generate client stubs from wsdl. When i tried out some simple web services which are published on Internet, work vs c++ with axis client stubs OK(RPc style). but when i tried to

http post

2006-01-18 Thread Primož Führer
Ok for nightly build, i must leave xerces xerces-c_2_2_0.dll near exe - it builds ok(also must add MSVCP70.DLL and msvcr70.dll) - but the content-length is still the problem...something must be set wrong in project...