vishakha Jewlikar

Greenhorn
+ Follow
since Dec 18, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by vishakha Jewlikar

I am new to Java GUI development.... Does any java provide any Drag & drop facility?
What is the best way to develop Java GUI web client?
15 years ago
You can download it from http://www.cs.fsu.edu/~engelen/soapdownload.html

You can use wsdl2h utility to create header and then you can develop client based on this. They have some C samples as well.
Refer http://www.cs.fsu.edu/~engelen/soap.html
15 years ago
Hi,
You can use gSOAP which is C++ toolkit to develop web applications. It has wsdl2h tool which generates header from wsdl file.

Regards,
vishrj
15 years ago
Hi,
I need to connect to a web service developed in C++ using gSOAP. Also my client has to be a GUI. eg. It will have a button and on click of that, it should invoke a method published by the web service.
I have a wsdl. I need to connect to web service using wsdl.
Is it that I only have to develop GUI using swing?? What is the best way to achieve this?
What should be used to develop GUI and invoke the web service written in C++.
15 years ago