posted 18 years ago
In the book, 'J2EE� Web Services'
" message automatically take on the namespace specified by the targetNamespace attribute."
===================
My question is , why 'message' will use targetNamespace, not default namespace, 'xmlns="http://schemas.xmlsoap.org/wsdl/" ' ?
because, in my understanding, all elements should conform to defalut namespace, except those defined in this xml schema (that is , targetNamespace). But we didn't see 'message' defined in this xml schema, so , I think 'message' should use default namespace.
Could you please clarify my confusing ?
Thanks.