Link to home
Start Free TrialLog in
Avatar of Cragly
Cragly

asked on

Can not consume WCF Service

Hi all,

I am trying to consume a WCF service provided by a third party. I have added a service reference to my class library and all seems to go well but after I create an instance of the proxy it does not show any methods.

The funny thing is if I create this as a web reference in my web application it seems to work ok.

Any help on this would be much appreciated.

Many thanks

Cragly  
Avatar of ororiole
ororiole
Flag of United States of America image

Are you sure it is a WCF service, using the Service Model? Maybe it IS an .asmx service?
Avatar of Cragly
Cragly

ASKER

Yup they says it is WCF as they have developed it in VS2005 with the extensions!!

However still having problems as they now think it could be how VS2008 is creating the proxy. Have you heard anything about compatability problems between VS2005 and VS2008 and WCF Services?
ASKER CERTIFIED SOLUTION
Avatar of Cragly
Cragly

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial