Hi

I have created a Web Service using C#.
But when i view this WSDL of this Web Service in the Internet Explorer , it looks like this


<?xml version="1.0" encoding="utf-8" ?>
- <definitions xmlns:http=" http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap=" http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s=" http://www.w3.org/2001/XMLSchema" xmlns:s0=" http://www.eds.com/ws-namespace" xmlns:soapenc=" http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm=" http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime=" http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace=" http://www.eds.com/ws-namespace" xmlns=" http://schemas.xmlsoap.org/wsdl/">
- <types>


but i want to change this WSDL into the following format.

<?xml version="1.0" ?>
- <definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:si="http://soapinterop.org/xsd" xmlns:tns="http://addison.ra.cwru.edu/orc/calendar_copy/server" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://addison.ra.cwru.edu/orc/calendar_copy/server">
- <types>
- <xsd:schema targetNamespace="http://addison.ra.cwru.edu/orc/calendar_copy/server">
<xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />

Is there anyway to customise the WSDL . If possible kindly let me know.

Thanks



---
Posted using Wimdows.net Newsgroups - [url]http://www.wimdows.net/newsgroups/[/url]