Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Originally posted by Pradeep Bhat:
I find that the code for static stub contains proprietary classes and this make it difficult to port?
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Originally posted by Pradeep Bhat:
What is wsdl2java?
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Originally posted by Pradeep Bhat:
How many servers implement JAX-RPC?
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
At runtime, the endpoint address is passed to HelloClient in args[0] as
a command-line parameter, which ant gets from the endpoint.address
property in the build.properties file
Ah, the endpoint address can indeed be set at runtime but the available operations such as "calculateTax" or "getAuthorsByIsbn" are hardcoded as methods in the service stub. My bad.When the stub is generated we do specify the WSDL location
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Kyle Brown, IBM Fellow, CTO for the IBM CIO Office, Author of Cloud Application Architecture Patterns, The Cloud Adoption Playbook, and many more. See my homepage at http://www.kyle-brown.com/ for the latest updates.
Consider Paul's rocket mass heater. |