Click to See Complete Forum and Search --> : How to call web service created using gsoap (C++) using java ?
mailtork
07-10-2006, 06:50 AM
Hello,
I would like to know how to write a java client to call web service
developed using gsoap (C++). Any sample code/links/pointers would be helpful.
Hava a great day.
RAM
chazzy
07-10-2006, 02:33 PM
have they provided you with a wsdl?
mailtork
07-11-2006, 07:34 AM
Actually I was trying to create a web service using C++.
For this I hava used gsoap. I wrote client applicaiton in C++ which
can use the web service and is working fine. Now I wanted to test the web services using a java client. So I am just checking how to write a java client.
Yes they have provided a wsdl which "wsdl2h" which is related to C/C++ not jav a.
Do I need to have axis etc ??
chazzy
07-11-2006, 09:04 AM
axis would help, but axis requires a wsdl
Yes they have provided a wsdl which "wsdl2h" which is related to C/C++ not jav a.
wsdl2h is not a wsdl, it is a wsdl to C/C++ header convertor. Your wsdl will look something like:
http://uri-to/your/web/service?wsdl
or
http://uri-to/your/web/service/outgoing.wsdl
something like one of those 2