Copy link to clipboard
Copied
I am looking to get into consuming .Net in CF9. I have never done this before and want to make sure my integration is working properly prior to my coding. Is there a way to test this?
~Clay
Copy link to clipboard
Copied
What kind of thing were you thinking of? And why would you not just *try* it?
Copy link to clipboard
Copied
Well. I do not know really much about .Net. So I was hoping to test the connectivity between CF and .Net before I start learning some .Net stuff. I thought there might be a quick way to check that.
Copy link to clipboard
Copied
Not particularly, CF can create .NET objects directly and can call .NET webservices.
Unless you're doing something particularly complicated there should never be an issue. Even if there is, you traditionally don't find out until after a few weeks hard work
Copy link to clipboard
Copied
Is it a matter of reading what the docs have to say, as a baseline?
http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec13e1a-7fff.html
That might help you get going, or to be able to fine-tune your question if you get started and run up against a wall. Or need something in the docs clarified...
--
Adam
Copy link to clipboard
Copied
Thanks for the feedback. I have read through some of the documentation. I was simply trying to perform my due diligence in making sure things were configured correctly.
Copy link to clipboard
Copied
Fair enough.
So... if you follow through the docs... and test the functionality you want to use... and it works... job done, yeah?
--
Adam