Hello folks, I just installed Axis c++ & java for tomcat. I wonder if it's possible to use C++ client to access a Java web service(running on tomcat)? Since I couldn't find a corresponding C++ client & a java server in the Axis samples, Would anyone of you kindly provide one? I know almost nothing about C++ :( Just wanna to test if the intercommunication works.
Do you need to test it with C++ specifically, or just a language other than Java?
If the latter, I'd suggest using Python or Perl as a client, it's probably a bit easier
to put together.