我已經在Google中搜索了很多。 我在客戶端創建了一個EntityClass,然後我在Web Service端添加了這個類的庫引用。但是,當我要調用該方法,它顯示了這個錯誤:如何將對象傳遞給Web服務?
Error 2 Argument 1: cannot convert from 'Services_Library.UserService.UserServiceSoapClient' to 'Services_Library.UserService.UserEntity'
這裏是代碼,這種方法是從用戶界面稱爲:
public UserEntity test(UserEntity userEntityx)
{
UserService.UserServiceSoapClient userService = new UserService.UserServiceSoapClient();
userService.testUserAsync(new UserEntity());
}
我認爲我們可以做到這一點不明確序列化,對吧?如果是這樣,我更喜歡這種方式。
您使用.asmx或wcf服務嗎? – Mark 2010-08-18 17:34:12