E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
---Axis2
Apache
Axis2
环境搭配详解
打开Eclipse-->点击菜单windows-->Preferences-->WebServices-->
Axis2
Preferences-->设置
Axis2
runtimelocation为
Axis2
oma1989
·
2012-03-05 14:00
apache
Eclipse
Axis2
WSDL 客户端 图解教程
【如果使用
Axis2
时,推荐使用http://oma1989.iteye.com/blog/1440239】1.打开Eclipse,新建一Java工程(testServiceClient);2.新建完Java
oma1989
·
2012-03-05 13:00
eclipse
Eclipse
Axis2
Webservice图解教程
【如果使用
Axis2
时,推荐使用http://oma1989.iteye.com/blog/1440239】Axis根据wsdl地址生成代理类客户端1,首先要有一个web工程,在些我取名为TestService
oma1989
·
2012-03-05 12:00
webservice
Axis2
Webservice 开发3 -- 对象做参传递
1. Weather.java package com.model; public class Weather{ float temperature; String forecast; boolean rain; float howMuchRain; public Weather() {} publi
bits00
·
2012-03-05 05:00
webservice
Axis2
Webservice 开发2 -- 传递OMElement
1.server端代码 package com.service; import javax.xml.stream.XMLStreamException; import org.apache.axiom.om.OMAbstractFactory; import org.apache.axiom.om.OMElement; import org.apache.axiom.
bits00
·
2012-03-05 04:00
webservice
Axis2
Webservice 开发1 -- 流程
1.下载与安装
axis2
: apache-tomcat-6.0.35.zip
axis2
-1.6.1-war.zip 解压,然后将
axis2
.war复制到tomcat的webapp目录中,安装完毕
bits00
·
2012-03-05 03:00
webservice
用
axis2
尝试发布与调用webservice
转自:http://david-3424.iteye.com/blog/386209 测试环境:MyEclipse8.5+
Axis2
-1.4.1 项目中用到了webservice去调用另外一个公司提供的功能插件
ccgkren
·
2012-03-02 15:00
webservice
axis2
Apache
Axis2
1.6.1在indigo(Eclipse 3.7.2)环境下的安装方法
在Helios(即Eclipse3.6)环境下曾经两次安装过
Axis2
foreclipse插件。第一次出了差错,搞了整整一天,最后总算成功。
wangpengfei360
·
2012-03-01 13:00
eclipse
Apache
Axis2
1.6.1在indigo(Eclipse 3.7.2)环境下的安装方法
在Helios(即Eclipse3.6)环境下曾经两次安装过
Axis2
foreclipse插件。第一次出了差错,搞了整整一天,最后总算成功。
downmoon
·
2012-03-01 13:00
java
apache
eclipse
jdk
eclipse插件
wizard
Apache
Axis2
1.6.1在indigo(Eclipse 3.7.2)环境下的安装方法
在Helios(即Eclipse3.6)环境下曾经两次安装过
Axis2
foreclipse插件。第一次出了差错,搞了整整一天,最后总算成功。
netxdiy
·
2012-03-01 13:00
eclipse
axis
package
axis2
; import javax.xml.stream.XMLStreamReader; import model.User; import org.apache.axiom.om.OMAbstractFactory
yangxiutian
·
2012-03-01 11:00
axis2
Axis与CXF比较
新一代的 Web Services 框架如
Axis2
、CXF 都是由现有的项目中逐渐演化而来的,
Axis2
是由大家熟悉的 Axis 1.x 系列演化过来,而 Apache CXF 则是由 Celtix
iloveflower
·
2012-03-01 06:00
web Service
CXF和Axis的比较【转】
Axis2
的最新版本是1.3.CXF现在已经到了2.0版本。 这两个框架 都是从已有的开源项目发展起来的。
Axis2
是从Axis1.x系列发展而来。CXF则是X
pengyan5945
·
2012-02-29 14:00
axis
Axis2
integrate with tomcat occur "unsupport" error
web project and choose "Dynamic Web Module Version" 3.0 will occur [The Apache
Axis2
tojaoomy
·
2012-02-27 14:00
apache
tomcat
Web
dynamic
SharePoint
Axis2
integrate with tomcat occur "unsupport" error
阅读更多CreatingaDynamicwebprojectandchoose"DynamicWebModuleVersion"3.0willoccur[TheApache
Axis2
WebserviceruntimeinTomcatv7.0ServerdoesnotsupporttheclientprojectSharePoint
tojaoomy
·
2012-02-27 14:00
apache
tomcat
sharepoint
web
dynamic
Axis2
integrate with tomcat occur "unsupport" error
阅读更多CreatingaDynamicwebprojectandchoose"DynamicWebModuleVersion"3.0willoccur[TheApache
Axis2
WebserviceruntimeinTomcatv7.0ServerdoesnotsupporttheclientprojectSharePoint
tojaoomy
·
2012-02-27 14:00
apache
tomcat
sharepoint
web
dynamic
浅谈
AXIS2
相对AXIS的优势
Web Service是现在最适合实现SOA的技术,而
Axis2
是实现Web Service的一种技术框架(架构)。
wuxw920
·
2012-02-27 11:00
Axis,
axis2
,Xfire以及cxf抉择
如何抉择: 1、如果应用程序需要多语言的支持,
Axis2
应当是首选了; 2、如果应用程序是遵循Spring哲学路线的话,ApacheCXF是一种更好的选择,特别对嵌入式的WebServices来说; 3
wanlixingzhe
·
2012-02-27 11:00
apache
spring
Web
框架
嵌入式
语言
axis2
Generating the Service using XMLBeans
reference from Apache
Axis2
Generating the Service using XMLBeans To generate a service using
k1280000
·
2012-02-27 11:00
service
android中到webservice用法
PC版本的WEbservice客户端库非常丰富,例如
Axis2
,CXF等,但这些开发包对于Android系统过于庞大,也未必很容易移植到Andr
tiancaimvp
·
2012-02-26 21:00
Axis2
sample
本文使用的Web container 是Tomcat5.5, Axis API 的版本为
Axis2
_1.1.1。
kavy
·
2012-02-24 16:00
sample
myeclipse里用
axis2
插件生成代码时出现java.lang.reflect.InvocationTarget
使用
axis2
提供的两个myeclipse插件时,生成代码最后点“完成”时,老出现java_lang_reflect_InvocationTargetException错误。
kavy
·
2012-02-24 15:00
MyEclipse
webservice (xfire,
axis2
)
1.xfire 创建的具体方法可参考: http://lavasoft.blog.51cto.com/62575/105956/ 注意: 1)使用工具生成的javabean会将类型改变如:string 会变为 JAXBElement<String> 解决:用原来的javabean将生成的javabean
lf6627926
·
2012-02-23 13:00
xfire
基于
axis2
的webservice和android简单的本地数据交互
客户端测试 package cn.ac.iscas.gz.sems.test; import java.rmi.RemoteException; import org.apache.
axis2
萧_瑟
·
2012-02-23 10:00
android
webservice
axis2
Android与服务器端数据交互(基于SOAP协议整合android+webservice)
我们在PC机器java客户端中,需要一些库,比如XFire,
Axis2
,
haishizi
·
2012-02-20 11:22
android
android
职场
休闲
soap连接
成熟的Web服务与虚幻的SOA实现
即使是开放源Apache
Axis2
.0Web服务集合——现在是IBMWebSphere的支持者的一部分,也对所有厂商决定一个标准集合不报希望。
ispmaa
·
2012-02-19 20:42
职场
服务器
休闲
WebService 开发工具 AXIS 指南
Axis分为1.x系列和
Axis2
系列,两个系列体系结构和使用上有较大的区别,相对而言,Axis1.x更加稳定,文档也比较齐全,
dragonxiangfu
·
2012-02-19 10:00
Android与服务器端数据交互(基于SOAP协议整合android+webservice)
我们在PC机器java客户端中,需要一些库,比如XFire,
Axis2
,
2528
·
2012-02-18 20:00
webservice
axis2
总结
都是传String类型的xml数据,这次的是传的是复杂对象,其实这种复杂对象也是客户端传对象被客户端程序编译为soap包发送到服务端,服务端代码再根据soap包组成对象(若描述有错希望纠正),这次使用
axis2
1
yuanlg
·
2012-02-18 11:00
axis2
[置顶] android 调用webservice
说白了就是一种中间件技术.我们在android客户端中,有时需要一些库,比如XFire,
Axis2
,CXF等等来支持访问WebServ
jindegegesun
·
2012-02-17 17:00
android
webservice
String
layout
dataset
使用axis和
axis2
调用webservice
一 使用axis调用webservice1.导入包activation.jaraxis.jarcommons-discovery-0.2.jarcommons-logging-1.0.4.jarjaxrpc.jarmail.jarwsdl4j-1.5.1.jar2.代码privatevoidgetWeather(){ try{ //Stringurl="http://webservice.web
hjjzhangkui
·
2012-02-17 11:00
exception
webservice
String
service
encoding
methods
Axis2
实践
以前开发webservice使用IBM工具比较简单,最近重新感觉一下使用
AXIS2
。
longronglin
·
2012-02-16 21:00
eclipse
tomcat
webservice
service
IBM
测试
axis2
介绍
转自:http://blog.csdn.net/heiboyyang/article/details/6604296一、
Axis2
的下载和安装 读者可以从如下的网址下载
Axis2
的最新版本:
yangyan19870319
·
2012-02-14 10:00
java
tomcat
webservice
浏览器
Class
SOAP
ubuntu 11.10
axis2
安装
1.下载完成后,进入
AXIS2
_HOME/bin下执行setenv.sh,shsetenv.sh设置环境变量,可能需要修改javahome,exportJAVA_HOME=/usr/lib/jvm/java
wtx
·
2012-02-11 14:00
浅谈Code Generator Wizard的几个bug问题
CodeGeneratorWizard是
axis2
for eclipse的一个插件,主要功能是从wsdl转换成java。由于经常使用因此发现有几个bug。
windzou36
·
2012-02-10 22:00
Axis2
服务器配置步骤
Axis2
服务器配置步骤 一、
Axis2
服务器目录结构如下:
axis2
Server META-INF MANIFEST.MF services.xml WEB-INF
byf157
·
2012-02-08 17:00
axis2
Eclipse中
Axis2
Stub开发Web Service
测试环境: eclipse3.2 Tomcat-5.5.17
axis2
Jdk1.5.0_5 1.
HappyWaterLife
·
2012-02-08 13:00
java
xml
Android基础样例
其中MyWebService是用的Apache
Axis2
。
winorlose2000
·
2012-02-07 10:41
android
职场
休闲
samples
Android基础样例
其中MyWebService是用的Apache
Axis2
。运行效果和ApiDemo一样,是一层层分类的
winorlose2000
·
2012-02-07 10:41
职场
休闲
Samples
Android
AXIOM
AXIsObjectModel(AXIOM) isnotyetanotherobjectmodel.Itwasdesignedwithoneclearobjective--toboosttheperformanceof
Axis2
fyd222
·
2012-02-03 16:00
xml
axiom
Axis,
axis2
,Xfire以及cxf对比
http://ws.apache.org/axis/http://axis.apache.org/
axis2
/java/core/http://xfire.codehaus.org/http://cxf.apache.org
qq1052121189
·
2012-02-03 11:00
apache
spring
框架
webservice
service
SOA
AXIS2
中OMElement和Java对象之间的转换
AXIOM Axis对象模型(AXIOM)是一个XML对象模型,设计用于提高XML处理期间的内存的使用率和性能,基于Pull解析。 Pull解析方式,基于STAX(Streaming API for XML),Pull解析是最近处理XML的一种趋势,而SAX和DOM都是基于push的解析方式,也就是说解析控制在parser本身。Push解析方式很容易使用,但在处理XML文档时效率并不好
HappyWaterLife
·
2012-02-02 14:00
Web
xml
cache
SOAP
axiom
Axis2
调用DotNET Web服务的例子
源代码如下: import org.apache.axiom.om.OMAbstractFactory; import org.apache.axiom.om.OMElement; import org.apache.axiom.om.OMFactory; import org.apache.axiom.om.OMNamespace; import org.apache.axiom.so
HappyWaterLife
·
2012-02-01 17:00
axis2
Axis2
错误:An error occurred while completing process -java.lang.reflect.Invocatio
occurred while completing process -java.lang.reflect.InvocationTargetException"的错误, 从
AXIS2
ollevere
·
2012-01-29 16:00
reflect
myeclipse webservice插件安装
从http://archive.apache.org/dist/ws/
axis2
/tools/1_4_1/ 下载
axis2
-eclipse-codegen-wizard.zip 和
axis2
ollevere
·
2012-01-29 15:00
webservice
Apache ODE流程运行过程解析
SOAP消息的接收与传递 在本系统中与外界的所有通信都由
AXIS2
来负责,通过其配置文件来指
gulianchao
·
2012-01-27 16:00
apache
活动
SOAP
任务
web服务
引擎
org.apache.
axis2
.AxisFault: Transport error: 403 Error: Forbidden
重启系统时后台出现下述错误:org.apache.
axis2
.AxisFault:Transporterror:403Error:Forbidden导致tomcat无法重启成功,由于tomcat下部署了多个应用
lwei_998
·
2012-01-20 18:00
tomcat
数据库
linux
windows
server
测试
5天学会jaxws-webservice编程第一天
Java的Webservice技术更是层出不穷,比较流行的有:
Axis2
,SpringWS以及Jaxws。
test_touch
·
2012-01-16 21:00
webservice
5天学会jaxws-webservice编程第一天
Java的Webservice技术更是层出不穷,比较流行的有:
Axis2
,SpringWS以及Jaxws。
suhenhappy
·
2012-01-16 21:00
webservice
5天学会jaxws-webservice编程第一天
Java的Webservice技术更是层出不穷,比较流行的有:
Axis2
,SpringWS以及Jaxws。
lifetragedy
·
2012-01-16 21:00
java
eclipse
编程
exception
webservice
service
上一页
36
37
38
39
40
41
42
43
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他