Why is WSDL required for Java Client at runtime?
问题 After generating the artifacts for a Java WS client, why is the wsdllocation reference required? why is the WSDL needed at runtime? I might see a reason for some validation, but shouldn't that be optional? 回答1: Summary: While from a design perspective the WSDL is not necessary for a web service client, the implementation effected by Sun for a web service client has a hard dependency on the WSDL. The apparent purpose is to generate some of the runtime dependencies dynamically. First: it is