当前位置: 代码迷 >> WebSphere >> websphere 服务端wsdl资料的url
  详细解决方案

websphere 服务端wsdl资料的url

热度:10482   发布时间:2013-02-26 00:00:00.0
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