I have a webservice that I need to return as a XMLDataDocument. I need
the schema to be generated. I found that I need to use a static custom
wsdl which, any elp on this would be great. I'm using 2005 .Net
Remove the "Documentation" protocol in your web.config. In <system.web>,
<webServices>:
<protocols>
<remove name="Documentation"/>
</protocols>
--
John Saunders | MVP - Connected System Developer
RE: Consuming Web Service without Web Reference ... Eventhough I extracted schema from WSDL iam not able to call the web service. ... Generally, when you add a web reference, the orchestration web port contains ... You've said you've created a proxy class that is added as a reference to the ... (microsoft.public.biztalk.general)
Re: mandatory fields.... ... I don't like writing WSDL and just wanted to clairfy that you don't have to ... write the WSDL first to adhere to 'contract first' develpoment and that you ... As for the answer for the validation logic that is contained in the XSD, ... > validation logic defined in the schema.... (microsoft.public.dotnet.framework.aspnet.webservices)
Re: WSDL generates with wrong "minOccurs" values ... There is no .Net attribute for controlling the min/maxoccurs schema... do you then generate WSDL from that VB code? ... >> Public Class MessageHeaderType... >> Public MessageID As MessageIDType... (microsoft.public.dotnet.xml)