有一个wsdl的地址,怎么查看?

feiandsha 2013-07-17 03:01:31
例如:http://171.31.11.31:8280/CenterService/ws/IssueTicketService?wsdl
...全文
2881 11 打赏 收藏 转发到动态 举报
写回复
用AI写文章
11 条回复
切换为时间正序
请发表友善的回复…
发表回复
feiandsha 2013-07-17
  • 打赏
  • 举报
回复
运行完,没有发现client文件夹啊
feiandsha 2013-07-17
  • 打赏
  • 举报
回复
Usage: WSDL2Java [options] -uri <url or path> : A url or path to a WSDL where [options] include: -o <path> Specify a directory path for the generated code. -a Generate async style code only (Default: off). -s Generate sync style code only (Default: off). Takes precedence over -a. -p <pkg1> Specify a custom package name for the generated code. -l <language> Valid languages are java and c (Default: java). -t Generate a test case for the generated code. -ss Generate server side code (i.e. skeletons) (Default: off). -sd Generate service descriptor (i.e. services.xml). (Default: off). Valid with -ss. -d <databinding> Valid databinding(s) are adb, xmlbeans, jibx, jaxme and jaxbri (Default: adb). -g Generates all the classes. Valid only with -ss. -pn <port_name> Choose a specific port when there are multiple ports in the wsdl. -sn <service_name> Choose a specific service when there are multiple services in the wsdl. -u Unpacks the databinding classes -r <path> Specify a repository against which code is generated. -ns2p ns1=pkg1,ns2=pkg2 Specify a custom package name for each namespace specified in the wsdls schema. -ssi Generate an interface for the service implementation (Default: off). -wv <version> WSDL Version. Valid Options : 2, 2.0, 1.1 -S Specify a directory path for generated source -R Specify a directory path for generated resources -em Specify an external mapping file -f Flattens the generated files -uw Switch on un-wrapping. -xsdconfig <file path> Use XMLBeans .xsdconfig file. Valid only with -d xmlbeans. -ap Generate code for all ports -or Overwrite the existing classes -b Generate Axis 1.x backword compatible code. -sp Suppress namespace prefixes (Optimzation that reduces size of soap request/response) -E<key> <value> Extra configuration options specific to certain databindings. Examples: -Ebindingfile <path> (for jibx) - specify the file path for the binding file -Etypesystemname <my_type_system_name> (for xmlbeans) - override the randomly generated type system name -Emp <package name> (for ADB) - extension mapper package name -Eosv (for ADB) - off strict validation. --noBuildXML Dont generate the build.xml in the output directory --noWSDL Dont generate WSDLs in the resources directory --noMessageReceiver Dont generate a MessageReceiver in the generated sources
feiandsha 2013-07-17
  • 打赏
  • 举报
回复
没有呢,我想着有wsdl地址,浏览器不可以直接访问吗
WSM6591289 2013-07-17
  • 打赏
  • 举报
回复
可以查看的,推荐你个软件Altova XMLSpy,做webservice用得着。
  • 打赏
  • 举报
回复
运行我发的代码有东西不
feiandsha 2013-07-17
  • 打赏
  • 举报
回复
但是我用程序可以访问,只是浏览器不行。
  • 打赏
  • 举报
回复
明显服务没有开启
feiandsha 2013-07-17
  • 打赏
  • 举报
回复
程序里访问需要设置用户和密码,但浏览器可以查看吗?
feiandsha 2013-07-17
  • 打赏
  • 举报
回复
我的浏览器直接输入这个地址怎么不能查看wsdl的内容,提示A gateway timeout occurred. The server is unreachable.
liuyuhua0066 2013-07-17
  • 打赏
  • 举报
回复
用SoapUI模拟测试
  • 打赏
  • 举报
回复
	public static void main(String[] args) {
		String[] s = new String[] {
				"-u",
				"http://171.31.11.31:8280/CenterService/ws/IssueTicketService?wsdl",
				"-o", "client", "-S", "false" };
		WSDL2Java.main(s);

	}

会在你当然工程下生成一个client文件夹,里面是对应的类。复制出来,放到src下,自己使用就行了。

81,091

社区成员

发帖
与我相关
我的任务
社区描述
Java Web 开发
社区管理员
  • Web 开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧