E
Emanuele Parati
Hi all,
I'm trying to modify the wsdl automatically genereated by ASP.NET,
to include fault tag under operation and binding tags.
All worked well, but there is a last problem: under
binding->operation->fault
I must insert the soap extension soap:fault, with a name attribute
(required by the specifications). but the class SoapFaultBinding
has not the Name property, so the WSDL generated is not correct.
Can anyone help me?
Thanks in advance,
Emanuele
I'm trying to modify the wsdl automatically genereated by ASP.NET,
to include fault tag under operation and binding tags.
All worked well, but there is a last problem: under
binding->operation->fault
I must insert the soap extension soap:fault, with a name attribute
(required by the specifications). but the class SoapFaultBinding
has not the Name property, so the WSDL generated is not correct.
Can anyone help me?
Thanks in advance,
Emanuele