Re: ActiveState's Python implementation of the WebService API
by Gisle Aas other posts by this author
Nov 19 2001 10:31PM messages near this date
view in the new Beta List Site
Re: ActiveState's Python implementation of the WebService API
|
ActiveState's Python implementation of the WebService API
The current code is kind of clueless about namespaces. This is the
main reason the getSummary() call fails. It does not grok the schema
part of the WSDL at
http://www.capescience.com/webservices/airportweather/AirportWeather.wsdl
On top of that the code does not deal with 'sequence' in
schema/complexType. This would probably be easy to fix. The
namespace stuff is harder.
I think fixing this too hard given that we (soon?) will move away from
this code base.
Regards,
Gisle
_______________________________________________
Ws-dev mailing list
Ws-dev@[...].com
http://listserv.ActiveState.com/mailman/listinfo/ws-dev
|