cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert OData into SOAP/REST webservice?

buddhika_krishantha
Active Participant
0 Kudos

Hi,

I have OData webservice developed. In order to do posting through android mobile device, need a token but even thought i passed the token the posting is not working and giving an error 403 forbidden, So i was planned to convert the odata service into rest webservice and connect directly with android httpppost.

Please help me whether is it possible to convert or not and if it is possible explain the process.

Accepted Solutions (1)

Accepted Solutions (1)

kammaje_cis
Active Contributor
0 Kudos

There is no tool to convert a Gateway service into a SOAP service. Also keep in mind that the OData service you created is already a REST service.

I strongly feel that you should try to understand why are you getting a 403 error, rather than making it complex.

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

I agree to what Krishna said.

I assume you have problems with CSRF token handling?

Answers (0)