- 浏览: 3558183 次
- 性别:
- 来自: 杭州
文章分类
- 全部博客 (1491)
- Hibernate (28)
- spring (37)
- struts2 (19)
- jsp (12)
- servlet (2)
- mysql (24)
- tomcat (3)
- weblogic (1)
- ajax (36)
- jquery (47)
- html (43)
- JS (32)
- ibatis (0)
- DWR (3)
- EXTJS (43)
- Linux (15)
- Maven (3)
- python (8)
- 其他 (8)
- JAVASE (6)
- java javase string (0)
- JAVA 语法 (3)
- juddiv3 (15)
- Mule (1)
- jquery easyui (2)
- mule esb (1)
- java (644)
- log4j (4)
- weka (12)
- android (257)
- web services (4)
- PHP (1)
- 算法 (18)
- 数据结构 算法 (7)
- 数据挖掘 (4)
- 期刊 (6)
- 面试 (5)
- C++ (1)
- 论文 (10)
- 工作 (1)
- 数据结构 (6)
- JAVA配置 (1)
- JAVA垃圾回收 (2)
- SVM (13)
- web st (1)
- jvm (7)
- weka libsvm (1)
- weka屈伟 (1)
- job (2)
- 排序 算法 面试 (3)
- spss (2)
- 搜索引擎 (6)
- java 爬虫 (6)
- 分布式 (1)
- data ming (1)
- eclipse (6)
- 正则表达式 (1)
- 分词器 (2)
- 张孝祥 (1)
- solr (3)
- nutch (1)
- 爬虫 (4)
- lucene (3)
- 狗日的腾讯 (1)
- 我的收藏网址 (13)
- 网络 (1)
- java 数据结构 (22)
- ACM (7)
- jboss (0)
- 大纸 (10)
- maven2 (0)
- elipse (0)
- SVN使用 (2)
- office (1)
- .net (14)
- extjs4 (2)
- zhaopin (0)
- C (2)
- spring mvc (5)
- JPA (9)
- iphone (3)
- css (3)
- 前端框架 (2)
- jui (1)
- dwz (1)
- joomla (1)
- im (1)
- web (2)
- 1 (0)
- 移动UI (1)
- java (1)
- jsoup (1)
- 管理模板 (2)
- javajava (1)
- kali (7)
- 单片机 (1)
- 嵌入式 (1)
- mybatis (2)
- layui (7)
- asp (12)
- asp.net (1)
- sql (1)
- c# (4)
- andorid (1)
- 地价 (1)
- yihuo (1)
- oracle (1)
最新评论
-
endual:
https://blog.csdn.net/chenxbxh2 ...
IE6 bug -
ice86rain:
你好,ES跑起来了吗?我的在tomcat启动时卡在这里Hibe ...
ES架构技术介绍 -
TopLongMan:
...
java public ,protect,friendly,private的方法权限(转) -
贝塔ZQ:
java实现操作word中的表格内容,用插件实现的话,可以试试 ...
java 读取 doc poi读取word中的表格(转) -
ysj570440569:
Maven多模块spring + springMVC + JP ...
Spring+SpringMVC+JPA
By Joel Barnum, Descriptor Systems. In this article, you will learn how to publish a service's WSDL to the jUDDI server. This article assumes that you have already completed the steps in
Part 1
, where you install and configure jUDDI. This article further assumes that you are familiar with SOAP, WSDL and UDDI, as these topics will not be explored here. Blatant, shameless plug: If you are
not
familiar with SOAP, WSDL and UDDI, I recommend that you get some Web services training from Descriptor Systems. You can find more information atwww.descriptor.com
. Thanks! Here are the software packages you will need, in addition to the packages you installed in
Part 1
: In this section, you will use the jUDDI console to publish a service in UDDI. To start the jUDDI console, open a Web browser and enter the URL: This Web page shows a rudimentary administration console to interact with the jUDDI server. Since you are going to publish to the registry, you must first authenticate. When you configured jUDDI, the database script defined credentials for a UDDI user named
jdoe
with an empty password. Follow these steps to obtain an authentication token: In the jUDDI console, click on the link
get_authToken
under the
UDDI Publish API
category. This will open a form into which you can enter the SOAP message for the get_authToken UDDI request. Please examine the provided template for the SOAP message. Note that "***" are placeholders into which you can enter data. Find the "***" for
userID
and change the value to
jdoe
. Set the
cred
attribute to an empty string since this user has no password. Click the Submit button -- the console should display the response message in the lower part of the form. In the response, in the
authInfo
element, there should be a string that starts with
authInfo
. This string is your authentication token that you must provide with any further publishing commands. Use the mouse to highlight the text within the
authInfo
element (including the
authInfo:
text) and then start Notepad and paste the authentication token into Notepad. Next, let's publish a
business entity
. In the jUDDI console, on the right side of the window, click the link labeledsave_business
under the
UDDI Publish API
category. Again, the console will display a SOAP message with "***" placeholders into which you can enter data. You now need to fill in all of the "***" except for the
useType
field. You can use the following values: When you are finished, press the Submit button and study the response message. What is the business key that the registry generated for Goliath? Copy and paste it to Notepad. Next, let's create a tModel for the sample Stock Quote service provided by Axis. Follow these steps: First, ensure that the WSDL for the service is available. Start another Web browser window and enter: In the jUDDI console, on the right side of the window, click the link labeled
save_tModel
under the
UDDI Publish API
category. Again, the console will display a SOAP message with "***" placeholders into which you can enter data. Enter the following into the "***" (you can leave fields not mentioned here as "***"): Press the Submit button. Looking at the response, what's the unique tModel key that was assigned by the server? Copy and paste it into Notepad. Here's a discussion of the data you entered: Finally, we can create a
business service
and associated
binding template
. Follow these steps: In the jUDDI console, on the right side of the window, click the link labeled
save_service
under the
UDDI Publish API
category. Again, the console will display a SOAP message with "***" placeholders into which you can enter data. Enter the following into the "***" (you can leave fields not mentioned here as "***"): Press the Submit button. Looking at the response, what's the unique service key that was assigned by the server? Copy and paste it into Notepad. Also paste the generated binding key into Notepad Here's a discussion of the data you entered: You have now registered your service into the UDDI registry. A client application could now look up the service, perhaps searching by tModel name, and then locate the WSDL.Installing the jUDDI UDDI Server and Publishing WSDL, Part 2
Publishing WSDL
Introduction
Installing and Configuring Axis
http://localhost:8080/axis/StockQuoteService.jws?wsdl
Publishing the Stock Quote Service's WSDL in UDDI
http://localhost:8080/juddi/console/
authInfo Copy and paste the authorization token from the last step
name Goliath, Inc.
description A big company
personName Bill Jones
phone 555-1212
email bill@goliath.com
http://localhost:8080/axis/StockQuoteService.jws?wsdl
authInfo Paste the authorization token from Notepad
name http://localhost:8080/axis/StockQuoteService.jws?wsdl
overviewURL http://localhost:8080/axis/StockQuoteService.jws?wsdl
Category Bag
------------
tModelKey UUID:C1ACF26D-9672-4404-9D70-39B756E62AB4
keyName uddi-org:types
keyValue wsdlSpec
authInfo Paste the authorization token from Notepad
businessKey Paste the business key from Notepad
name Stock Quote Service
accessPoint http://localhost:8080/axis/StockQuoteService.jws
tModelKey Paste the tModel key from Notepad
overviewURL http://localhost:8080/axis/StockQuoteService.jws?wsdl
发表评论
-
(准备开源JUDDI v3.04) 程序版调用的源码
2012-01-04 09:47 1897真的准备开源,虽然我每天接触开源,但是真的想把自己搞了2 ... -
juddiv3 tmodel的代码
2011-08-29 09:09 1857环境:juddiv3+tomcat6.0+MySQL5.1+M ... -
juddiv3 client publisher代码
2011-08-24 15:07 1716package juddiv3admin.juddiv ... -
juddiv3 客户端发布代码(转)
2011-08-24 14:55 1661package publish; import java.u ... -
juddi操作界面的基本使用(转载)
2011-08-12 16:32 2350文章分类:Web前端 转自链接:http://www ... -
Juddiv3 客户端
2011-08-11 00:41 1690juddiv3.property -
UDDI Registry架构及作用
2011-08-11 00:39 1852Chapter 1. UDDI Regi ... -
Juddiv3 一些问题的解决
2011-08-08 22:20 1530http://mail-archives.apache. ... -
juddiv3 部署到自己的tomcat中
2011-08-08 21:58 3550How to install jUDDI on Tomc ... -
Juddiv3 发布 查询web services
2011-08-07 01:17 1609package juddiv3admin.juddiv3; ... -
Juddiv3 取得令牌的web services代码
2011-08-07 01:08 1733package my.udditestaxis.cl ... -
Juddiv3 参数介绍
2011-08-06 19:11 1775UDDI 注册中心的使用 ... -
JUDDIV3 客户端代码(转载)
2011-08-06 15:50 1881出处:http://blog.chinaunix.net/u3 ... -
JUDDIV3 部署
2011-05-03 15:12 1608JUDDIV3部署了2天了,不用脑子的集成版就下了,用脑子的d ...
相关推荐
Prepare for Microsoft Exam 70-410 – and help demonstrate your real-world mastery of implementing and configuring core services in Windows Server 2012 R2. Designed for experienced IT professionals ...
根据提供的文件信息,本书《Installing and Configuring Windows Server 2012 Exam Ref 70-410》是一本针对Microsoft认证考试70-410的专业辅导教材。本书由Craig Zacker编写,并由Microsoft Press出版。以下是本书中...
- 如果一台计算机运行的是64位的Windows Server 2008或Windows Server 2008 R2,则可以升级到Windows Server 2012 R2,前提是使用相同的操作系统版本。 - Windows Server 2012 R2不支持以下升级路径: - 从...
Installing Avaya S8800 Server
根据提供的文件信息,我们可以得出《Exam 70-410 Installing and Configuring Windows Server 2012 Lab Manual》是一本针对微软认证考试70-410的专业实验手册,该手册主要围绕Windows Server 2012的安装与配置进行...
Exam Ref 70-410 Installing and Configuring Windows Server 2012
- **Training Guide Installing and Configuring Windows Server 2012**:此标题明确指出这是一本关于安装与配置Windows Server 2012的培训指南。 - **70-410 Training Guide Installing and Configuring Windows ...
Installing the Windows Server* 2003 INF Files Prior to OS Installation 8D. Installing the Windows* Vista INF Files Prior to OS Installation 8E. Installing the Windows Server* 2008 INF files ...
Introducing SQL Server is a fast and easy introduction to SQL Server and the world of ... You'll learn the core concepts of SQL Server, from installing the software to executing and profiling queries.
根据给定文件内容,本文将详细阐述关于“70-410 安装和配置Windows Server 2012”相关知识点。Windows Server 2012是微软公司推出的一款服务器操作系统,为部署和管理复杂网络环境提供了强大的功能。以下内容将基于...
在多计算机环境中安装BizTalk Server 2010和BAM(业务活动监控)是一项复杂但至关重要的任务,尤其对于寻求高可用性和分离运行时与管理功能的企业来说。以下是对这个过程的详细说明。 **安装高可用性环境** 在高...
This book is designed as an Ubuntu 15.04 server reference, covering the Ubuntu servers and their support applications. Server tools are covered as well as the underlying configuration files and system...
You will begin by installing and managing Windows Server 2019, and by clearing up common points of confusion surrounding the versions and licensing of this new product. Centralized management, ...
CHAPTER 1 Installing and Confi guring SQL Server 2008 1 CHAPTER 2 Database Confi guration and Maintenance 37 CHAPTER 3 Tables 61 CHAPTER 4 Designing SQL Server Indexes 85 CHAPTER 5 Full Text Indexing ...