相关疑难解决方法(0)

强制.NET Web服务使用本地对象类,而不是代理类

I have a webservice that I'm calling from a windows forms application (both .NET, both in the same solution), and I'd like my webservice to return a custom object from elsewhere in the project - it's a common object that they both share a reference to, as it's in the third project in my solution. When I call the webservice, it returns a "Person" object, but it's in the namespace of the webservice, and it's created from a proxy class …

.net web-services class proxy-classes

5
推荐指数
1
解决办法
4439
查看次数

标签 统计

.net ×1

class ×1

proxy-classes ×1

web-services ×1