Skip to main content
Participant
August 27, 2009
Question

cfgrid and binding to a webservice on another server

  • August 27, 2009
  • 1 reply
  • 835 views

i want to use cfgrid to bind to a CF webservice on another server via http. Is this possible and if so, what is the proper code? Ive already tried

bind="http://notthesameserver.com/webservices/service.cfc"

.

Any help would be greatly appreciated.

GK

This topic has been closed for replies.

1 reply

Participant
August 27, 2009

nvm, i figured it out. sample below...

bind="url:http://www.someurl.com/someserver/soemfunction()"

thanks gk