what are the required softwares (sucha as apache axis)to call java(which is in jboss server) from c..........please provide simple example programe to call java form c using webservices
I would assume that Axis/C (which is different from Axis/Java) can generate C client code for accessing a WS as long as the WSDL is available. In that case it doesn't matter which language the WS is implemented in.