Note that there are some explanatory texts on larger screens.

plurals
  1. UStavier
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. CO@VincentAdvocaat it can be any custom type and will contain several methods (please see my comment to Marc's answer above). I will be passing this collection to my web service (to do some operations over that collection).
      singulars
    2. COSo, in my client code instead of creating the proxy class by wsdl.exe tool (because I do not want to add so many proxy classes for each and every possible wsdl) I am creating the proxy class dynamically in the code (based on the url) using codedom and compiling it to an assembly and then using reflection to get the type of my concern. Now, in order to invoke a method, say CreateA(A[] records), I need to deserialize my xml (having serialized objects of A) to get a collection of A. But I am not sure if it is possible to provide the type to the serializer dynamically (as mentioned in my question)
      singulars
    3. COlet me try and explain my exact requirement here. I have a web service which generates the wsdl dynamically based on the information provided by the client (via url). For example, if user tries to access "myServiceHost/myWebService/A.asmx?wsdl"; then the wsdl shows some methods like GetA(A[] records), CreateA(A[] records), DeleteA(A[] records) etc. Where A would be a serializable type. Suppose if the user tries and accesses the url myServiceHost/myWebService/B.asmx?wsdl, then it would show some methods like GetB(B[] records), CreateB(B[] records), DeleteB(B[] records) contd
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload