P
psparago
Hi,
I'm probably missing something obvious, but I'd like to know how the
Web Service Proxy Generator in .NET 2003 figures out from a WSDL the
correct type of a .NET object method parameter or result when there is
no information about the type in the WSDL? Does it call each method and
interrogate the response XML?
I can understand that an xsd:any reference tells the WSDL consumer that
a particular particle is expected to be determined at run time and an
<element type='xsd:schema'> says an XML Schema will be returned in the
response message to describe the object, but the schema itself is not
referenced in the WSDL. Yet, the proxy knows the correct type! I hate
MSFT magic!
Does anyone know? Am I just being dense?
thanks
peter
I'm probably missing something obvious, but I'd like to know how the
Web Service Proxy Generator in .NET 2003 figures out from a WSDL the
correct type of a .NET object method parameter or result when there is
no information about the type in the WSDL? Does it call each method and
interrogate the response XML?
I can understand that an xsd:any reference tells the WSDL consumer that
a particular particle is expected to be determined at run time and an
<element type='xsd:schema'> says an XML Schema will be returned in the
response message to describe the object, but the schema itself is not
referenced in the WSDL. Yet, the proxy knows the correct type! I hate
MSFT magic!
Does anyone know? Am I just being dense?
thanks
peter