Java Reference
In-Depth Information
Figure4-9.Generated skeleton code for invoking a service reference
NOTE
If your WSDL is not stable, you'll need to refresh the web service reference to make sure that your
client still compiles. The WSDL gets downloaded locally and referenced with an XML catalog by the
IDE. If the parameters on your web service operation change, you'll need to refresh it. In such a case,
you'll often have to delete the web service reference altogether and regenerate it. If you have client
code that used to work against a given WSDL and now it won't compile, try deleting the reference
and adding it back. This will freshly import the WSDL and run the generator against it again.
Search WWH ::




Custom Search