cancel
Showing results for 
Search instead for 
Did you mean: 

Changing Content type

Former Member
0 Kudos

Hi all,

We are trying to post data from XI to a Webservice using SOAP adapter.

XI sends the payload in "application/xml" content type whereas the webservice expects the "text/xml" content type.

Though I have used the standard apdater module "localejbs/AF_Modules/MessageTransformBean" in the SOAP receiver communication channel, the content type transformation is not happening properly.

Please let me know whether I'm missing out any of the steps.

Thanks,

Geetha

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

> Though I have used the standard apdater module "localejbs/AF_Modules/MessageTransformBean" in the SOAP receiver communication channel, the content type transformation is not happening properly.

>

> Please let me know whether I'm missing out any of the steps.

I do not see anything wrong. Check for typos.

The parameter should be: Transform.ContentType

Regards

Stefan

Former Member
0 Kudos

Hi Stefan,

I have followed the similar steps as mentioned in the blog

/people/varadharajan.krishnasamy/blog/2007/01/09/troubleshooting-soap-message--xi

Plz let me know whether the content type transformation can be viewed in sxi_monitor?

stefan_grube
Active Contributor
0 Kudos

> Plz let me know whether the content type transformation can be viewed in sxi_monitor?

You cannot see this in sxmb_moni.

Former Member
0 Kudos

There was some issue with the Cache refresh.

Cache refresh issue has been sorted out and now the Content type transformation is happening properly.

Thanks,

Geetha