摘要: 此例子来自apache cxf sample。 /** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE ... 阅读全文
posted @ 2013-07-22 18:13 梦见舟 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 第一步:定义webService接口 package com.robert.ws.service; import javax.jws.WebService; @WebService public interface SimpleWebService { String doRequest... 阅读全文
posted @ 2013-07-22 04:36 梦见舟 阅读(157) 评论(0) 推荐(0) 编辑