File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes how to use webservice to call java from c Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "how to use webservice to call java from c" Watch "how to use webservice to call java from c" New topic
Author

how to use webservice to call java from c

shiva chimmani
Greenhorn

Joined: Sep 01, 2009
Posts: 3
hi all,

how to use webservice to call java from c

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

please help me out.



regard's
shiva
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35439
    
    9
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.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to use webservice to call java from c
 
Similar Threads
Java webservice .NET Client. Performance issues
calling native methods
Calling WebService from a simple java class
handling SOAP fault in JAVA
Java Client vs. .Net Webservice