简体   繁体   English

我可以从TIBCO的SOAPREQUESTREPLY活动中引用服务活动(来自服务托盘)吗?

[英]Can I refer the SERVICE ACTIVITY (from service pallet) from my SOAPREQUESTREPLY activity in TIBCO

I just wanted to know whether I will be able to refer the SERVICE ACTIVITY (from service pallet) from my SOAPREQUESTREPLY activity. 我只是想知道我是否能够从SOAPREQUESTREPLY活动中引用服务活动(来自服务托盘)。 Because 因为

  1. Using my SOAPREQUESTREPLY activity if I refer a service pallet I was not able to get the transport details and soap action for the activity whereas this works fine if I refer the concrete WSDL 如果引用服务托盘,则使用SOAPREQUESTREPLY活动,但无法获取活动的运输详细信息和肥皂操作,但是如果引用具体的WSDL,则可以正常工作
  2. In my understanding only concrete WSDL has the transport details and hence the above scenario. 以我的理解,只有具体的WSDL才具有传输详细信息,因此也具有上述情形。 So does it mean that I will not be able to refer my SERVICE activity from SOAPREQUEST REPLY activity 这是否意味着我将无法从SOAPREQUEST REPLY活动中引用我的SERVICE活动

Until deployed, or loaded on the tester, the Service activity does carry concrete information. 在部署或加载到测试仪之前,服务活动确实会携带具体信息。

In that sense, no, you cannot refer to your service's transport details through a SoapRequestReply activity. 从这个意义上讲,不,您不能通过SoapRequestReply活动来引用服务的传输详细信息。

You can either : 您可以:

a) Get the concrete wsdl through the [WSDL Source] tab of the Service activity by saving it as .wsdl (you can omit both the interface and types declaration by unchecking the checkboxes if you are only interested in refering to your WebService locally) a)通过将服务活动保存为.wsdl,通过服务活动的[WSDL Source]选项卡获取具体的wsdl(如果您只想在本地引用WebService,则可以通过取消选中复选框来省略接口和类型声明)

or b) Upon deploying/starting in tester use the RetrieveResources activity as described in the tib_bw_palette_reference pdf to expose your wsdl through an HTTP call. 或b)在测试器中部署/启动后,请按照tib_bw_palette_reference pdf中的说明使用RetrieveResources活动,以通过HTTP调用公开wsdl。

Hope I helped. 希望我能帮上忙。

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

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