本月博客排行
-
第1名
kaizi1992 -
第2名
wy_19921005 -
第3名
arpenker - hanbaohong
- jh108020
- silverend
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
青否云后端云 - wy_19921005
- benladeng5225
- vipbooks
- kaizi1992
- e_e
- arpenker
- tanling8334
- javashop
- sam123456gz
- zysnba
- fantaxy025025
- xiangjie88
- lemonhandsome
- wallimn
- ganxueyun
- Xeden
- zhanjia
- xyuma
- wangchen.ily
- jh108020
- johnsmith9th
- zxq_2017
- jbosscn
- forestqqqq
- daizj
- ajinn
- xpenxpen
- 喧嚣求静
- silverend
- kingwell.leng
- kristy_yy
- lchb139128
- jveqi
- lzyfn123
- java-007
- sunj
- yeluowuhen
- lerf
- xiaoxinye
- flashsing123
- bosschen
- chenqisdfx
- zhangjijun
- lyndon.lin
- sunnylocus
- lyj86
- paulwong
最新文章列表
XML Schema版本控制
1、使用version属性
制定Schema版本的最直接方法是使用就是为该目的而存在的内置属性,如下:
<xs:Schema xmlns:xs=”http://www.w3.org/2001/XMLSchem ...
Axis1的org.apache.axis.enum 与JDK1.5冲突的解决办法
最近在修改一个Web Service项目,该项目几年前是我用Axis 1.X 版本写的(支持JDK编译级别到1.4)。现在Axis都是Axis2 的版本了,xFire到了CFX,技术日新月异,为了使以前的项目能在JDK1.5以上没有错误。
当我调试该项目时,发现代码中凡是出现“oper.setStyle(org.apache.axis.enum.Style.RPC);”和“oper.se ...
cxf 命令生成wsdl
set classpath=%classpath%;E:\apache-cxf-2.7.1\lib\cxf-2.7.1.jar;wsdl2java.bat -p org.jinlong.client -frontend jaxws21
-client http://localhost:8080/LoginDemo/services/LoginService?wsdl
基于SOA的同步通信——JAX-WS的基本用法
1.创建Webservice服务类HelloService,代码如下:
package com.cugxw.ws;
import javax.jws.WebMethod;
import javax.jws.WebService;
/* 使用@WebService注解标明该类作为WebService类,不能是final,static */
@WebService
public clas ...
ORS 11.1.1.6与 SOA 11.1.1.6 安装在同一个WebLogic域时的类冲突
安装一下软件时:
Oracle Service Bus
Oracle SOA Suite
Oracle Service Registry
相同的版本号:11.1.1.6
配置到同一个WebLogic的Domain,居然会发生类冲突,提示如下
引用appName: 'registry', name: 'registry.war', context-path: '/registry', spec-v ...
转载及翻译:OWSM Agent Setup for OSB Domain – Checklist
来源:http://atheek.wordpress.com/2011/12/21/owsm-agent-setup-for-osb-domain-checklist/
真的要翻译才能转吗?我声明了出处了呀。那就翻译几句吧。
Oracle Web 服务管理器针对Oracle 服务总线的代理设置,如果遇到WSM-02118 的错误,请检查以下几个点。
OWSM Agent Setup for O ...
如何扩大webservice的信息体容量
最近有一个问题一直在困扰这我.一直没有一个好的方法能够解决它.
框架:struts2+spring+ibatis+xfire+mysql
数据:xfire和客户端对接的数据是JSON数据串.
问题:在对数据进行查询便利的时候,会出现丢包的情况.如:需要查询数据库中的一个列表.数据库大约40条数据.每条数据的信息量大约100个字符.在传输到客户端的时候,最多数据量集合在25-30左右.后面的数据 ...
理解RESTful架构(转)
原文地址:http://www.ruanyifeng.com/blog/2011/09/restful.html
越来越多的人开始意识到,网站即软件,而且是一种新型的软件。
这种"互联网软件"采用客户 ...
CXF tools in Eclipse ---plugin
地址
https://cwiki.apache.org/CXF20DOC/cxfeclipseplugininstructions.html
下载地址
http://olex.openlogic.com/packages/eclipseplugin-eclipse_stp#package_detail_tabs
wtp
xfire异常:For input string: ""
soap请求包中,包含:
<param3 href="#id0"/>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xsi:type=&quo ...