1. 程式人生 > >com.sun.xml.internal.ws.model.RuntimeModelerException錯誤

com.sun.xml.internal.ws.model.RuntimeModelerException錯誤

轉載自:http://chenbingyyent.blog.163.com/blog/static/135278835201102484716262/

import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.jws.soap.SOAPBinding.Style;


@WebService
@SOAPBinding(style = Style.RPC)   (一定要補上)