【发布时间】:2013-09-19 11:54:18
【问题描述】:
有人能告诉我定义 targetnamespace 和 spring-ws 的区别吗
http://checkingaccountservice.example.zoo
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://checkingaccountservice.example.zoo"
elementFormDefault="qualified">
...
<xsd:schema>
vs
http://zoo/example/checkingaccountservice/
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://zoo/example/checkingaccountservice"
elementFormDefault="qualified">
...
<xsd:schema>
提前致谢:)
【问题讨论】: