cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CXMLJaxb2MessageConverter not working in Punchout

Former Member
0 Likes
350

Hi Guys ,

I have an issue in punchout ,it is not adding doctype in response due to this ariba not working ,i found the issue it might be the converter is not calling ,any suggestions please

thanks, prabhakar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi Anitha Viswanatha , yes it is resolved you can update the converter in spring-mvc-config.xml in storefront with

     <mvc:message-converters>
         <bean class="org.springframework.http.converter.ResourceHttpMessageConverter"/>
         <bean class="de.hybris.platform.b2bpunchoutaddon.converter.CXMLJaxb2MessageConverter"/>
         <bean class="org.springframework.http.converter.json.MappingJackson2HttpMessageConverter" />
     </mvc:message-converters>
 </mvc:annotation-driven>

thanks, prabhakar

Former Member
0 Likes

Hi Prabhakar,

Could you resolve the issue? I am also facing the same

Thanks & Regards, Anitha