Hi Navaneethan, Due to the API change, this happened. The API returns content type of the response is text/plain. Now I have fixed this by using proper message formatter as given in [1] in the configuration and we have to enable the builder and formatter in <ESB_HOME>\repository\conf\axis2\axis2.xml as given in [2].
[1] <property name="ContentType" value="text/plain" scope="axis2"/> [2] <messageFormatter contentType="text/plain" class="org.wso2.carbon.relay.ExpandingMessageFormatter"/> <messageBuilder contentType="text/plain" class="org.wso2.carbon.relay.BinaryRelayBuilder"/> Thank you. On Fri, Apr 24, 2015 at 2:43 PM, Navaneethan Pathmanathan < [email protected]> wrote: > Looping Keerthika and Shakila > > On Fri, Apr 24, 2015 at 2:19 PM, Navaneethan Pathmanathan < > [email protected]> wrote: > >> Hi all, >> >> I have tested Spotify ESB connector. There are two methods mentioned in >> [1] failed. >> >> [1] removeTracksOfCurrentUserWithMandatoryParameters and >> saveTracksOfCurrentUser >> >> Thank you >> > > -- Shakila Sivagnanarajah Associate Software Engineer Mobile :+94 (0) 770 760240 [email protected]
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
