我在项目中遇到错误,但是相同的错误可以重复任何一个!
<?xml version='1.0' encoding='utf-8'?> <senv:Envelope xmlns:tns="spyne.examples.hello" xmlns:senv="http://schemas.xmlsoap.org/soap/envelope/"> <senv:Body> <tns:say_helloResponse> <tns:say_helloResult> <tns:string>Hello, World</tns:string> <tns:string>Hello, World</tns:string> <tns:string>Hello, World</tns:string> <tns:string>Hello, World</tns:string> </tns:say_helloResult> </tns:say_helloResponse> </senv:Body> </senv:Envelope>
元素“ senv:Envelope”的前缀“ senv”未绑定。
是否存在解决有效文档的方法?