The WSDL generated for a WCF service is not containing details about the parameters of the Operation. i.e. The name, type and number of parameters of a WCF service operation is not present in the WSDL generated. So I am not able to understand how a client application can get these details. If the client is aslo a .net application, the xsd generated in Service References folder of the client application contains details of the parameters. But if the client is not a .net application then how it will work?
Thanks in Advance,
Jose
Jose SebastianPosted Dec 15, 2010, 3:11 AM
But I am still not clear how it works.
The following is the WSDL generated for the
string GetData(int value);
WCF operation.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
I couldnt find any information regarding the parameter 'int value' from the WSDL.
But it is there in the XSD getting generated when we add service refrence in the asp.net client application.
That is given below.
Could you please help me understand how this works?
Santhosh NPosted Dec 15, 2010, 1:23 AM
you can check here for more info on the types and structure of wsdl document
http://www.w3.org/TR/wsdl