This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Calling an external WCF service from ARAS

Balaji Gopalakrishnan - Tuesday, November 22, 2011 3:24 PM:

Hi Team,

Just to give an intro, I am beginner in using ARAS Innovator.

I am able to succeed in calling a external asmx service from ARAS and it works perfectly.

I am trying to cosume a wcf service built on framework (4.0) from ARAS. Please let me know has any one tried it and share if you have any specific steps.

Steps I tried

1. After creating a WCF service and deployed in my local IIS, created proxy for WCF service.

2.Created library file through the generated proxy. (used .net framework 2.0 compiler option)

3.Deploying the wcf service dll in $  / ARAS /server/bin folder as the same way for asmx dll

I am able to consume perfectly this too, but when i compared the generated proxy file (WCF & ASMX) both seems the same and nothing much different. This is where I got doubt.

Please share your views