使用 RAD 生成带有 wsdl/xsd 文件的 java 类
我是网络服务世界的新手。我刚刚从另一个接口应用程序获得 WSDL 和 XSD 文件,并想从这里开始。任何人都可以帮助使用 RAD 生成具有可用 wsdl 和 xsd 文件的 java 类的步骤或教程吗?
I am new to webservice world. I just got WSDL and XSD files from another Interface Application and want to start from here. Can anyone please help with the steps or tutorial to generate java classes with available wsdl and xsd files using RAD?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此过程的两个演练
IBM 文档
或者您可以尝试这个Websphere 文档
Two walkthrus for this process
IBM's docs
OR you can try this Websphere docs
有很多资源。您必须说明您正在使用的 RAD 版本。除了信息中心之外,红皮书也是此类信息的良好来源。
您所看到的这种方法称为自上而下的流程,您可以从 WSDL 和 WSDL 开始。 XSD 并创建服务实现。
试试这个: http://www.redbooks.ibm.com/abstracts/sg247672.html
查看第 18 章“开发 Web 服务应用程序”,您应该查看“从 WSDL 创建自上而下的 Web 服务”
HTH
There are a number of resources. YOu got to state the version of RAD that you are using. Redbooks are a good source for such information besides the Infocenter.
This approach that you are looking at is called a Top-Down Process where in you start with the WSDLs & XSDs and create the service implementation.
Try this one: http://www.redbooks.ibm.com/abstracts/sg247672.html
Look at chapter 18 Developing Web services applications and you should be looking at "Creating a top-down Web service from a WSDL"
HTH