web.configでWebGETとWebHttpBindingを指定してC#でREST WCFを作成しました。このサービスはIEを通じて正常に動作します。私のwsdlは以下のように始まり、wsdlには石鹸があります。これはRESTなので、soapはwsdlに存在してはいけません。WSDL for REST WCF
WSDL:上記WSDL内
<?xml version="1.0" encoding="utf-8" ?>
<wsdl:definitions name="ServiceImp" targetNamespace="http://tempuri.org/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
xmlns:tns="http://tempuri.org/"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"
xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:wsa10="http://www.w3.org/2005/08/addressing"
xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex">
、これはHTTPであるので、なぜ石鹸含有量はRESTサービスに来ていますか?
おかげで、 Vinoth Khanna.S
RESTはありません** WSDLを持っていません**全くわかりません**何かありますか?**あなたは、SOAPとRESTの両方と同じサービスをWCFに提供することができます。ここで見ている...... ......また、RESTサービスに** SOAP **のコンテンツはありません..... –
あなたはWSDL全体を投稿していません... –
はい私は投稿していません全体のwsdl。私のサービスの後にwsdlを表示すると、それはどうですか? –