首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > 其他服务器 >

websphere 服务端wsdl资料的url

2012-12-23 
websphere 服务端wsdl文件的url用myeclipse建立了一个enterprise项目,名称为WebsphereEAP,包含web module(

websphere 服务端wsdl文件的url
用myeclipse建立了一个enterprise项目,名称为WebsphereEAP,包含web module(名称为WebsphereWeb)和ejb module(名称为WebSphereEJB)

在EJB项目里写程序,代码段如下
包名:wsEJB
类名:ServcerEJB

@stateless
@webServide(name=“WebSphereEJB”,targetNameSpace=“http://wsEJB/WebSphereEJB”,serviceName=“WebSphereService”,portName=“WebSpherePort”)

发布在Websphere V7.0上

输入http://ip:9080/WebSphereWeb,可以看见Web module中的index.jsp内容

想生成Web Service Client,需要wsdl的url,请问这个url应该是什么?

[解决办法]
是通过myeclipse的发布工具直接发布的,发布的WebsphereEAP

热点排行