Ask a Question related to ASP.NET Web Services, Design and Development.
-
Karuppasamy #1
customise the WSDL
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]
Karuppasamy Guest
-
Unable to load WSDL. If currently online, please verifythe URI and/or format of the WSDL
Hello, I'm using Flex 2.0 Beta 3 with Flash Player 9. http://mywsdlurl)"] at">http://mywsdlurl)"</a> mx.rpc.soap::WSDLParser/::dispatchFault()... -
WSDL error on Flex app running on JBoss using WSDL to Weblogic
Hello, Not sure if my last post made it so sorry if this ends up being a duplicate post. I have a Flex 1.5 app running on JBoss 4.0.2 which uses... -
wsdl.exe fails with WebMethods generated wsdl file
Using WebMethods, Inc Developer tool to create a wsdl for a flow service. Try to use .NET wsdl utility to create a C# proxy, but get the errors... -
WSDL file produces useless class when imported with WSDL.exe
I am having a problem with a WSDL file supplied by a client. When WSDL.exe is used, the WSDL file (shown later) produces the following output class.... -
customise pull-down options
I would like to , for example. add "1.5 pts' to the available choices in the stroke width pull down menu. There must be a file somewhere I can edit...



Reply With Quote

