Re: axis c++ and java client

2006-01-20 Thread Arshad Ahamad
Hi Murphy, can u give me some other proper ideas, in which I can use axis c++ webservices by java client. thanks and regards Arshad Ahamad Duane Murphy writes: I recently played with the code from SAS. The code is badly broken for messages blocks that aren't arranged exactly

axis c++ and java client

2006-01-19 Thread Arshad Ahamad
Hi Samisa, I am creating Web Service client application in Java and using SimpleAxisServer (I am not using Apache) which is in C++. When I am invoking Web Services it is connected with the server but not terminated. As soon as I am restarting my SimpleAxisServer, getting response, otherwise

Re: axis c++ and java client

2006-01-19 Thread Samisa Abeysinghe
Hi Arshad, As I mentioned earlier, this is a C++ server side (simple axis server) problem. C++ server is not writing the response to the client properly, as far as I understand. Thanks, Samisa... Arshad Ahamad wrote: Hi Samisa, I am creating Web Service client application in Java

Re: axis c++ and java client

2006-01-19 Thread Samisa Abeysinghe
Hi Arshad, It has been some time after I last visited the code. My gut feel is that there are some socket based problems in the simple axis server. You would have to look into the source code of simple axis server to figure out the problems. Basically look into the places where it writes

Re: axis c++ and java client

2006-01-19 Thread Duane Murphy
I recently played with the code from SAS. The code is badly broken for messages blocks that aren't arranged exactly correct. The code expects messages to come in either a whole block of data or at least large blocks of data. For example, I tried telneting to SAS and typing in the requests and it