And by the way I now see that this line 
<xs:import namespace="http://www.w3.org/2001/XMLSchema"/>

is exactly where one expects the import of the soap encoding schema
<xs:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
(in the case of an RPC style + SOAP encoding Web Service)

note that my test server includes the line 
    @rpc(String,Integer,_returns=Array(String))
which means that the rpc style (with an implied soap encoding?) is used. 

Therefore I can imagine that the source of the issue is a mistake in the
inclusion of the soap encoding url in the soaplib code. 




_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to