![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I wonder if anyone can help regarding webservices and exceptions? I have given the WSDL generated from my webservice to my integration team and they are saying it needs a "fault" element in order for them to publish it, as it will be called by non .net clients. I.e: they are saying it needs something like: wsdl peration name="MI_OUT_customerData"soap perationxmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" soapAction=http://blah.com/get / wsdl:input soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal" / /wsdl:input wsdl utputsoap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal" / /wsdl utputwsdl:fault name="CustomError" soap:fault xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal" name="CustomError" / /wsdl:fault /wsdl perationHowever, I only have the input & output elements under my operation, no wdsl:fault> element. Can I get the faults/exceptions specifically declared in there somehow? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |