This XML file does not appear to have any style information associated with it. The document tree is shown below.
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://webservice.smsc.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="EODSMSBroadcastService" targetNamespace="http://webservice.smsc.com/">
<types>
<xs:schema xmlns:tns="http://webservice.smsc.com/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://webservice.smsc.com/" version="1.0">
<xs:element name="eodbroadcast" type="tns:eodbroadcast"/>
<xs:element name="eodbroadcastResponse" type="tns:eodbroadcastResponse"/>
<xs:complexType name="eodbroadcast">
<xs:sequence>
<xs:element minOccurs="0" name="username" type="xs:string"/>
<xs:element minOccurs="0" name="password" type="xs:string"/>
<xs:element minOccurs="0" name="senderid" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="mobilenos" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="message" type="xs:string"/>
<xs:element name="validatenos" type="xs:boolean"/>
<xs:element minOccurs="0" name="messagetype" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="eodbroadcastResponse">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
</types>
<message name="EODSMSBroadcast_eodbroadcastResponse">
<part element="tns:eodbroadcastResponse" name="eodbroadcastResponse"/>
</message>
<message name="EODSMSBroadcast_eodbroadcast">
<part element="tns:eodbroadcast" name="eodbroadcast"/>
</message>
<portType name="EODSMSBroadcast">
<operation name="eodbroadcast" parameterOrder="eodbroadcast">
<input message="tns:EODSMSBroadcast_eodbroadcast"/>
<output message="tns:EODSMSBroadcast_eodbroadcastResponse"/>
</operation>
</portType>
<binding name="EODSMSBroadcastBinding" type="tns:EODSMSBroadcast">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="eodbroadcast">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
<service name="EODSMSBroadcastService">
<port binding="tns:EODSMSBroadcastBinding" name="EODSMSBroadcastPort">
<soap:address location="http://68.168.100.177:80//EODSMSBroadcast"/>
</port>
</service>
</definitions>
ASKER
ASKER
C# is an object-oriented programming language created in conjunction with Microsoft’s .NET framework. Compilation is usually done into the Microsoft Intermediate Language (MSIL), which is then JIT-compiled to native code (and cached) during execution in the Common Language Runtime (CLR).
TRUSTED BY
https://www.experts-exchange.com/questions/26952019/WebMethod-with-REF-OUT-parameters-and-RETURNS-a-value-in-WebService-C.html
Check this out
Thnaks!