R
rusmo1
I have 2 versions of a C# 1.1 web service that emit different WSDL, and
I would like to know what I may have done to cause this change, and
what effect it might have on my client apps.
The original verison's WSDL contains sections for each web service
function by name appended with HttpGetIn, HttpGetOut, HttpPostIn, and
HttpPostOut. For example, for the web service function "Init", I have
corresponding "InitHttpGetIn", "InitHttpGetOut", "InitHttpPostIn" and
"InitHttpPostOut" sections in the WSDL.
The new version of the web service's WSDL is missing these sections,
and our client application is not working with it. There is also a
large section that starts wtih "<wsdl: binding" which seems to be
related to the HttpGet and HttpPost sections above that is missing in
the new version's WSDL.
I'm wondering if perhaps the client application is somehow reliant on
these sections in order to function correctly. Is there a way for me to
"add" these sections back in to the web service?
Thanks in advance for any replies.
Will.
I would like to know what I may have done to cause this change, and
what effect it might have on my client apps.
The original verison's WSDL contains sections for each web service
function by name appended with HttpGetIn, HttpGetOut, HttpPostIn, and
HttpPostOut. For example, for the web service function "Init", I have
corresponding "InitHttpGetIn", "InitHttpGetOut", "InitHttpPostIn" and
"InitHttpPostOut" sections in the WSDL.
The new version of the web service's WSDL is missing these sections,
and our client application is not working with it. There is also a
large section that starts wtih "<wsdl: binding" which seems to be
related to the HttpGet and HttpPost sections above that is missing in
the new version's WSDL.
I'm wondering if perhaps the client application is somehow reliant on
these sections in order to function correctly. Is there a way for me to
"add" these sections back in to the web service?
Thanks in advance for any replies.
Will.