Groups | Blog | Home
all groups > asp.net webservices > january 2004 >

asp.net webservices : Web Service - SOPA Protocol



Karuppasamy
1/29/2004 9:29:31 AM
H

I have created a Web Service using C#
But when i view this WSDL of this Web Service, it looks like thi

<?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 Regard
Siva

---
Jan Tielens
1/30/2004 9:01:03 AM
Why would you think you are not using SOAP, what do you expect?

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan


[quoted text, click to view]
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/">
[quoted text, click to view]

AddThis Social Bookmark Button