DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Tue, 21 Aug 2007 18:32:09 +0100,    posted on: microsoft.public.dotnet.framework.aspnet.webservices        back       

Thread Index
  1    Robbo


No "fault" element in generated WSDL   
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:operation name="MI_OUT_customerData">
            <soap:operation 
xmlns: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:output>
                <soap:body 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal" />
            </wsdl:output>
            <wsdl:fault name="CustomError">
                <soap:fault 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal" 
name="CustomError" />
            </wsdl:fault>
</wsdl:operation>


However, 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?

Thanks,

Paul
Date:Tue, 21 Aug 2007 18:32:09 +0100   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us