The reply has gotten me to ask a few more questions and and also highlight what i actually was trying to ask
I am a little confused about why the author has choosen to use import rather than include in this particular scenario ??
Is it because orders.xsd and faults.xsd have a different name space than
??
If Yes then should not
be included in
I think specifically
is incorrect it should rather be
I am picking up these examples from
SOA Using Java Web Services
.
A part of my confusion arises from the earlier example which uses include in a similar situation.
Do you think i should be posting that example too.
And to sum up my confusion
1) In this particular scenario can we use include instead of import.
2) If using import is correct then
is incorrect it should rather be
??
Thanks.