Forum Discussion

irxn's avatar
irxn
Occasional Contributor
10 years ago
Solved

How to get parameter of SOAP operation

HI,   I want to read the methods of a webservice and show the user the methods and parameters in java. This is my code so far:   WsdlProject project = new WsdlProject(); WsdlInterface iface = W...