简体   繁体   English

在 Tibco BW 5 中处理多个 SOAP 操作

[英]Handling Multiple SOAP Actions in Tibco BW 5

我如何在 Tibco BW 5 中创建一个 SOAP 服务,只有一个端点和多个 SOAP 操作,可以调用这些操作来提供不同的服务,就像同一 WSDL 中的不同端点可以提供不同的服务一样。

It's not clear what are you trying to achieve.目前还不清楚你想达到什么目的。 For me it sounds like you need to create one EndPoint with multiple operations.对我来说,听起来您需要创建一个具有多项操作的 EndPoint。

In Tibco designer:在 Tibco 设计师中:

1) right click on the folder where you want to create wsdl-> Add resource->WSDL->WSDL 1) 右键要创建wsdl的文件夹->添加资源->WSDL->WSDL

2) right click on wsdl->Add resource->WSDL->PortType 2)右键wsdl->添加资源->WSDL->PortType

3) right click on created PortType->Add resource -> Operation 3) 右击创建的PortType->添加资源->操作

repeat step 3 for each operation that you need to create对您需要创建的每个操作重复步骤 3

在此处输入图片说明

then you need to generate SOAP service from wsdl.那么你需要从 wsdl 生成 SOAP 服务。

here is good tutorial how to create SOAP web service http://tutorialspedia.com/step-by-step-developing-soap-web-service-in-tibco/ You need to create multiple operations on step5.这是如何创建 SOAP Web 服务的好教程http://tutorialspedia.com/step-by-step-developing-soap-web-service-in-tibco/您需要在 step5 上创建多个操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM