The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now!
A chart showing the TIBCO Platform vision
Jump to content
Forums
Ask questions and gain insight from discussions

Recommended Posts

Posted

Hi,

I migrated an interface from BW5.x to 6.3.3. This interface has web service calls which is 3rd party SOAP web service.

Though the BW6.3.3 process calls 3rd party SOAP web service successfully but there's no data from web service response. I compared the SOAP message (soap xml) built by BW5.10 and BW6.3.3. Below are the format

BW 5.10 SOAP Format:

-----------------------------

 

 

 

http://system.com/services/output/Output/GetDetails

 

 

 

 

123

user

****

2019-12-27

 

false

Object

ParentObject

 

 

 

BW6.3.3 Message format :

 

 

 

http://system.com/services/output/Output/GetDetails

 

 

 

 

123

user

***

2019-06-27

false

Object

ParentObject

 

 

 

 

Please suggest to resolve this issue.

 

Thanks and Regards,

Rajendiran R

  • 1 month later...
Posted

Are you using the 'Invoke' activity or the 'HTTPRequest' activity

Assuming it's thelatter, you may need to make sure you map all the correct headers. (Especially SOAPAction' and 'Operation')

Alternaticely, create a WSDL and use it to implement the 'Invoke'

 

Then again, maybe you already did this. :(

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...