c# asp.net WebService soap 序列化. webservice 自定义类参数序列化的问题.
Webservice接口如下:[WebMethod]publicvoidSetCacheValue(stringkey,objectvalue){Cache.Insert...
Webservice 接口 如下:
[WebMethod]
public void SetCacheValue(string key, object value)
{
Cache.Insert(key,value);
}
在客户端有如下的调用:
WebserviceInterface.ClassName i = new WebserviceInterface.ClassName();
ClassEntityA entityA = new ClassEntityA();
entityA.strA = "a";
ClassEntityB entityB = new ClassEntityB();
entityB .intA = 205;
ClassEntityC entityC = new ClassEntityC();
entityC .floatA = 1.25;
i.SetCacheValue("key1",entityA);
i.SetCacheValue("key2",entityB);
i.SetCacheValue("key3",entityC);
public class ClassEntityA()
{
public string strA ;
}
public class ClassEntityB()
{
public int intA;
}
public class ClassEntityC()
{
public float floatA;
}
怎么在保证调用同一个webservice的接口时,序列化自定义类参数呀.
大伙帮帮忙呀!
我只有这么多分呀.要分的话,我可以找朋友要号.再散分.
实在是感谢!
来人帮帮忙啊!
没有人知道吗?
?????????????? 展开
[WebMethod]
public void SetCacheValue(string key, object value)
{
Cache.Insert(key,value);
}
在客户端有如下的调用:
WebserviceInterface.ClassName i = new WebserviceInterface.ClassName();
ClassEntityA entityA = new ClassEntityA();
entityA.strA = "a";
ClassEntityB entityB = new ClassEntityB();
entityB .intA = 205;
ClassEntityC entityC = new ClassEntityC();
entityC .floatA = 1.25;
i.SetCacheValue("key1",entityA);
i.SetCacheValue("key2",entityB);
i.SetCacheValue("key3",entityC);
public class ClassEntityA()
{
public string strA ;
}
public class ClassEntityB()
{
public int intA;
}
public class ClassEntityC()
{
public float floatA;
}
怎么在保证调用同一个webservice的接口时,序列化自定义类参数呀.
大伙帮帮忙呀!
我只有这么多分呀.要分的话,我可以找朋友要号.再散分.
实在是感谢!
来人帮帮忙啊!
没有人知道吗?
?????????????? 展开
若以下回答无法解决问题,邀请你更新回答
4个回答
展开全部
私M我..
帮你解决!
帮你解决!
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
怎么没人回答呀...
顶起来呀!
顶起来呀!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
帮顶!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询