WEB开发网
开发学院操作系统Linux/Unix 在 WebSphere Portlet Factory 中创建 Web Servic... 阅读

在 WebSphere Portlet Factory 中创建 Web Service

 2010-09-27 08:19:12 来源:WEB开发网   
核心提示: 清单 1.IXml result =null ; //define result valuetry{ //use wpf API to initialize result.result = XmlUtil.parseXml("<result><value><

清单 1.

IXml result =null ; //define result value
try{
   //use wpf API to initialize result.
result = XmlUtil.parseXml("<result><value></value></result>");
  
String target_str = "Hello,";//define String target_str to be disposed
     if (inputstr!=null){
    
     String param = inputstr.getText("query/arguments");//get arguments value
     target_str = target_str+param; //merge target_str;
    
result.setText("result/value",target_str);//put merged target_str value into result
       }    
   }catch(Exception e){
      e.printStackTrace();
    }
return result;

(二)Schema Builder

在 WebServiceModel 中新建一个 Schema Builder(新建方法请参考 Method builder 的创建),打开 Schema Builder 编辑器, 如图 7

图 7. Schema Builder 编辑器

在 WebSphere Portlet Factory 中创建 Web Service

如图所示:

(1) 在 Name 中输入 Schema 名称 query

(2) 在 Schema Source Type 中选择类型为 Existing URL/File

(3) 在 URL or Schema File Location 中,点击右边的选择按钮打开文件选择器, 如图 8

图 8. 文件选择器

在 WebSphere Portlet Factory 中创建 Web Service

编缉推荐阅读以下文章

  • 在WebSphere Portlet Factory中调用Web Service

上一页  1 2 3 4 5 6 7 8  下一页

Tags:WebSphere Portlet Factory

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接