wcf - Add service reference creates client without methods -
hi when trie create client wsdl service (this one: http://webapi.aukro.cz/uploader.php?wsdl) "add service reference" in vs 2012 creates client has no methods in it.
ive tried create test connection on service in wcftestclient app , of generated methods marked errors message "this opertion not supported in wcftestclient because uses type xy", xy type service.
edit: ive been trying in windows store app... edit2: ive tried add reference in "windows class library" project @ works without problems. "portable class library" project no go far.
any ideas?
i managed solve similar problem doing following:
check service reference. right-click , "configure service reference". uncheck "reuse types in referenced assemblies" , let rebuild proxies.
Comments
Post a Comment