It generates URL with http code, how do I change it to local file so that later
web services could be packed to jar and this jar will be used as library.
It generates URL with http code, how do I change it to local file
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The generated service class has a constructor that takes a
URLto the WSDL. Use that to point the service client to a different WSDL. See the default constructor of that class in case you don’t know what to provide asQName.