Quantcast
Channel: Ashish Khandelwal
Viewing all articles
Browse latest Browse all 100

Can I Use Generics in Web Services?

$
0
0
Unfortunately, no. Web services have to expose a WSDL-based contract. Such contracts are always limited by the expressiveness of the message format being used. For example, HTTP-GET based web services only support primitive types such as int or string, but not complex types like a DataSet. SOAP-based web services are more capable, but SOAP has [...]

Viewing all articles
Browse latest Browse all 100

Trending Articles