WebService - SOAP Protocol
Hi
I have created a Web Service using C#.
But when i view this WSDL of this Web Service, 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>
....
How do i make my web service to use SOAP Protocol?
Thanks and Regards
Siva
Thanks and regards
Siva
|