cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service instead of the FM HTTP_PROXY

Former Member
0 Kudos

Hi all

We've a zFM here which uses the FM http_proxy.

Now the user wants some web service to replace this (http_proxy) FM.

I'm new to web services. Do we create our own web service definition or use some existing one ?

Thanks

Pushpraj

View Entire Topic
prateek
Active Contributor
0 Kudos

U may directly expose ur FM as webservice as shown:

Regards,

Prateek

Former Member
0 Kudos

Ok so I publish this webservice using the FM http_post (I wrongly mentioned http_proxy above).

And I publish it. Then how exactly do I go about using it ? I mean in what manner do I replace http_post in the code ?

Thanks

Pushpraj