[IronPython] DynamicWebServicesHelper Sample Script
Bruce Bromberek
bruce.bromberek at gmail.com
Tue Oct 26 23:44:04 CEST 2010
I've used this sample before on a simple webservice that provides the
WSDL file via a URL.
I now need to use this with a more complex webservice where the WSDL
and XSD files are distributed and stored locally.
SOAPUI has no problem loading the local WSDL file and constructing requests.
WSDL.exe will work its magic if I specify the XSD files along with the
WSDL file on the commandline.
DynamicWebServiceHelpers errors out on just the WSDL and chokes on
more than one parameter. Is there a simple solution I'm missing?
Bruce
More information about the Ironpython-users
mailing list