Wednesday, March 21, 2012

Web Service

Good day.

Could you help me with problem? I want use web seervice in my project I sent object from web service. I use RpcSoapService. But when I sent object for example

publicclassList1<T>

{

public T ter;publicMan<T> e;

};

publicclassMan<Y>

{

public Y r;

publicList1<Y> t;

};

public List<int>arg()

{

List1<int> l=new List1<int>();

Man<int> m=new Man<int>();

l.e=m;

m.t=l;

}

And when I sent from web service from this function object I can't use it on client. What me should doing?

I am sorry but I did not get your question exactly, can you please describe it little more (without codes, but in description only)

No comments:

Post a Comment