Web Service Advanced (vi) Soapbinding binding method exception is not found. You run the APT to generate them

Source: Internet
Author: User

When the appropriate method is populated in the class, the following error is prompted:

The reason for the above error is that @soapbinding (STYLE=SOAPBINDING.STYLE.RPC) is not added to the note. The estimate is also related to the JDK version, and this knowledge has time to delve into.


The above error occurs because throws exists in the source code Exception

@WebMethod

Public int Add (String userstr) throws Exception{

return 1;

}

The solution is to either delete the throws Exception or use the message handling mechanism to resolve it .


Web Service Advanced (vi) Soapbinding binding method exception is not found. You run the APT to generate them

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.