This XML file does not appear to have any style information associated with it. The document tree is shown below. <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns="http://mobileseva.gov.mgov.in" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" targetNamespace="http://mobileseva.gov.mgov.in"> <wsdl:documentation> Mobile Seva SMS Services </wsdl:documentation> <wsdl:types> <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://mobileseva.gov.mgov.in"> <xs:element name="sentSecureUnicodeSMS"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="message" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="senderId" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="mobileNumber" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="secureKey" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="templateid" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="sentSecureUnicodeSMSResponse"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="sentSecureSingleSMS"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="message" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="senderId" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="mobileNumber" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="secureKey" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="templateid" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="sentSecureSingleSMSResponse"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="sentSecureOTPSMS"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="message" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="senderId" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="mobileNumber" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="secureKey" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="templateid" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="sentSecureOTPSMSResponse"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="sentSecureBulkSMS"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="message" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="senderId" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="mobileNumber" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="secureKey" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="templateid" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="sentSecureBulkSMSResponse"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> </wsdl:types> <wsdl:message name="sentSecureBulkSMSRequest"> <wsdl:part name="parameters" element="ns:sentSecureBulkSMS"/> </wsdl:message> <wsdl:message name="sentSecureBulkSMSResponse"> <wsdl:part name="parameters" element="ns:sentSecureBulkSMSResponse"/> </wsdl:message> <wsdl:message name="sentSecureUnicodeSMSRequest"> <wsdl:part name="parameters" element="ns:sentSecureUnicodeSMS"/> </wsdl:message> <wsdl:message name="sentSecureUnicodeSMSResponse"> <wsdl:part name="parameters" element="ns:sentSecureUnicodeSMSResponse"/> </wsdl:message> <wsdl:message name="sentSecureSingleSMSRequest"> <wsdl:part name="parameters" element="ns:sentSecureSingleSMS"/> </wsdl:message> <wsdl:message name="sentSecureSingleSMSResponse"> <wsdl:part name="parameters" element="ns:sentSecureSingleSMSResponse"/> </wsdl:message> <wsdl:message name="sentSecureOTPSMSRequest"> <wsdl:part name="parameters" element="ns:sentSecureOTPSMS"/> </wsdl:message> <wsdl:message name="sentSecureOTPSMSResponse"> <wsdl:part name="parameters" element="ns:sentSecureOTPSMSResponse"/> </wsdl:message> <wsdl:portType name="SMSServicesPortType"> <wsdl:operation name="sentSecureBulkSMS"> <wsdl:input message="ns:sentSecureBulkSMSRequest" wsaw:Action="urn:sentSecureBulkSMS"/> <wsdl:output message="ns:sentSecureBulkSMSResponse" wsaw:Action="urn:sentSecureBulkSMSResponse"/> </wsdl:operation> <wsdl:operation name="sentSecureUnicodeSMS"> <wsdl:input message="ns:sentSecureUnicodeSMSRequest" wsaw:Action="urn:sentSecureUnicodeSMS"/> <wsdl:output message="ns:sentSecureUnicodeSMSResponse" wsaw:Action="urn:sentSecureUnicodeSMSResponse"/> </wsdl:operation> <wsdl:operation name="sentSecureSingleSMS"> <wsdl:input message="ns:sentSecureSingleSMSRequest" wsaw:Action="urn:sentSecureSingleSMS"/> <wsdl:output message="ns:sentSecureSingleSMSResponse" wsaw:Action="urn:sentSecureSingleSMSResponse"/> </wsdl:operation> <wsdl:operation name="sentSecureOTPSMS"> <wsdl:input message="ns:sentSecureOTPSMSRequest" wsaw:Action="urn:sentSecureOTPSMS"/> <wsdl:output message="ns:sentSecureOTPSMSResponse" wsaw:Action="urn:sentSecureOTPSMSResponse"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="SMSServicesSoap11Binding" type="ns:SMSServicesPortType"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> <wsdl:operation name="sentSecureBulkSMS"> <soap:operation soapAction="urn:sentSecureBulkSMS" style="document"/> <wsdl:input> <soap:body use="literal"/> </wsdl:input> <wsdl:output> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="sentSecureUnicodeSMS"> <soap:operation soapAction="urn:sentSecureUnicodeSMS" style="document"/> <wsdl:input> <soap:body use="literal"/> </wsdl:input> <wsdl:output> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="sentSecureSingleSMS"> <soap:operation soapAction="urn:sentSecureSingleSMS" style="document"/> <wsdl:input> <soap:body use="literal"/> </wsdl:input> <wsdl:output> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="sentSecureOTPSMS"> <soap:operation soapAction="urn:sentSecureOTPSMS" style="document"/> <wsdl:input> <soap:body use="literal"/> </wsdl:input> <wsdl:output> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:binding name="SMSServicesSoap12Binding" type="ns:SMSServicesPortType"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> <wsdl:operation name="sentSecureBulkSMS"> <soap12:operation soapAction="urn:sentSecureBulkSMS" style="document"/> <wsdl:input> <soap12:body use="literal"/> </wsdl:input> <wsdl:output> <soap12:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="sentSecureUnicodeSMS"> <soap12:operation soapAction="urn:sentSecureUnicodeSMS" style="document"/> <wsdl:input> <soap12:body use="literal"/> </wsdl:input> <wsdl:output> <soap12:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="sentSecureSingleSMS"> <soap12:operation soapAction="urn:sentSecureSingleSMS" style="document"/> <wsdl:input> <soap12:body use="literal"/> </wsdl:input> <wsdl:output> <soap12:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="sentSecureOTPSMS"> <soap12:operation soapAction="urn:sentSecureOTPSMS" style="document"/> <wsdl:input> <soap12:body use="literal"/> </wsdl:input> <wsdl:output> <soap12:body use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:binding name="SMSServicesHttpBinding" type="ns:SMSServicesPortType"> <http:binding verb="POST"/> <wsdl:operation name="sentSecureBulkSMS"> <http:operation location="sentSecureBulkSMS"/> <wsdl:input> <mime:content type="application/xml" part="parameters"/> </wsdl:input> <wsdl:output> <mime:content type="application/xml" part="parameters"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="sentSecureUnicodeSMS"> <http:operation location="sentSecureUnicodeSMS"/> <wsdl:input> <mime:content type="application/xml" part="parameters"/> </wsdl:input> <wsdl:output> <mime:content type="application/xml" part="parameters"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="sentSecureSingleSMS"> <http:operation location="sentSecureSingleSMS"/> <wsdl:input> <mime:content type="application/xml" part="parameters"/> </wsdl:input> <wsdl:output> <mime:content type="application/xml" part="parameters"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="sentSecureOTPSMS"> <http:operation location="sentSecureOTPSMS"/> <wsdl:input> <mime:content type="application/xml" part="parameters"/> </wsdl:input> <wsdl:output> <mime:content type="application/xml" part="parameters"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="SMSServices"> <wsdl:port name="SMSServicesHttpsSoap11Endpoint" binding="ns:SMSServicesSoap11Binding"> <soap:address location="https://msdgweb.mgov.gov.in/MobileSevaWebServiceDLT/services/SMSServices.SMSServicesHttpsSoap11Endpoint/"/> </wsdl:port> <wsdl:port name="SMSServicesHttpsSoap12Endpoint" binding="ns:SMSServicesSoap12Binding"> <soap12:address location="https://msdgweb.mgov.gov.in/MobileSevaWebServiceDLT/services/SMSServices.SMSServicesHttpsSoap12Endpoint/"/> </wsdl:port> <wsdl:port name="SMSServicesHttpsEndpoint" binding="ns:SMSServicesHttpBinding"> <http:address location="https://msdgweb.mgov.gov.in/MobileSevaWebServiceDLT/services/SMSServices.SMSServicesHttpsEndpoint/"/> </wsdl:port> </wsdl:service> </wsdl:definitions> |