Web Service Map Fields to Parameters
-
How do I map user fields to parameters for post to web service? My web service URL is like: https://mydomain.com/postreceiver.asp
I’ve tried using something like https://mydomain.com/postreceiver.asp?content=myname
Where I use UPI CRM web service config to map: ‘myname’ to a field, but the parameter is not received on post (it shows blank entry).
I’ve also tried using bare URL: https://mydomain.com/postreceiver.asp and used parameter mappings to fields, but it still does not work.
Logging is on, but doesn’t record anything.
The topic ‘Web Service Map Fields to Parameters’ is closed to new replies.