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.

source: https://stackoverflow.com/a/33422442/4695159


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -