cancel
Showing results for 
Search instead for 
Did you mean: 

How to consume a SOAP webservice in Hybris?

Former Member
0 Kudos
1,012

Hi,

I want to consume a SOAP web service in hybris. Using the webservice i have to send an order information to external system like SAP. Please let me know how to integrate a SOAP webservice (consume).

Accepted Solutions (0)

Answers (1)

Answers (1)

tsandhu
Advisor
Advisor
0 Kudos

Hello,

There is one hybris soapspring template extension that demonstrates the use of Spring Web Services and how you can connect to SOAP-based services.last available in 4.8. More detail below:

https://wiki.hybris.com/display/release4/soapspring+Template+-+Technical+Guide

Currently soapspring extension is deprecated from version 5.0, you can get it by downloading 4.7 which is compatible with 5.0 version. For more details, please refer to https://wiki.hybris.com/display/release5/Deprecated+extensions+5.0 soapspring paragraph however there is an excellent support of those with Spring and CXF http://cxf.apache.org/docs/writing-a-service-with-spring.html

Hope this help.

Thanks Tajinder Singh.