Forum Discussion

chen's avatar
chen
Occasional Contributor
14 years ago

Update wsdl definition via API (Basic Authentication)

Hello, I'm using the following code in my project in order to update wsdl definitions: List<Interface> ifaces = wsdlProjectPro.getInterfaceList(); for (Interface iface : ifaces) { ...