Rajendiran Ramalingam 3 Posted May 5, 2020 Posted May 5, 2020 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
vic Olali Posted July 3, 2020 Posted July 3, 2020 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. :(
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now