2

Is there any clear documentation or samples to implement Generic SOAP Client using gSOAP as they implement the online version of it here?

Bart
  • 19,692
  • 7
  • 68
  • 77
csk
  • 418
  • 1
  • 5
  • 11
  • Are you serious? What do you want? This is not a real question. – Martin Brandl Jan 31 '12 at 09:13
  • I just want simple code or class using gsaop library so I can query the Web service for its WSDL and return me the available method names, arguments of the methods and their data types. – csk Jan 31 '12 at 09:20

1 Answers1

0

AFAIK gsoap "only" generats a stub rather then allow you to browse the available methods at runtime. Take a look at the Quick Start Guide.

Perhaps you could be more specific?

Martin Brandl
  • 56,134
  • 13
  • 133
  • 172