3.3. Общие условия
Проведение контрольных испытаний при регистрации электронного сервиса регламентировано приказом Министерства связи и массовых коммуникаций Российской Федерации от 27 декабря 2010 г. № 000 «Об утверждении технических требований к взаимодействию информационных систем в единой системе межведомственного электронного взаимодействия».
Порядок проведения типовых испытаний предполагает следующие этапы:
- Проверка комплектности предоставленной документации;
- Проверка сетевой связности между узлом СМЭВ и точкой размещения электронного сервиса;
- Регистрация сервиса и тестирование сервиса на контрольном примере.
3.4. Параметры испытаний на тестовой среде
Проведение испытаний на тестовой среде перед регистрацией электронного сервиса в продуктивной среде СМЭВ является необходимым действием, обеспечивающим повышение качества и эффективности процесса и позволяющим выявлять ошибки и несоответствия разработанного сервиса заранее, а не в продуктивном контуре.
· Контактное лицо: , e-mail: *****@***ru, тел: +7(495) 982-05-93
· Адрес размещения тестового экземпляра сервиса:
http://smev-pgu. test. gosuslugi. ru:7777/gateway/services/SID0004697
· Режим функционирования тестовой среды: 8/252. Особых условий доступности не определено.
3.5. Параметры испытаний на продуктивной среде
5 Приложения
5.1 Описание сервиса (WSDL)
<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions xmlns:tns="http://frgsp. skmv. " xmlns:pfr="http://pfr. skmv. " xmlns:smev="http://smev. gosuslugi. ru/rev120315" xmlns:wsdl="http://schemas. xmlsoap. org/wsdl/" xmlns:xsd="http://www. w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas. xmlsoap. org/wsdl/soap/" targetNamespace="http://frgsp. skmv. "> <wsdl:types> <schema xmlns="http://www. w3.org/2001/XMLSchema" targetNamespace="http://smev. gosuslugi. ru/rev120315" xmlns:frgsp="http://frgsp. skmv. " xmlns:tns="http://smev. gosuslugi. ru/rev120315" elementFormDefault="qualified"> <include schemaLocation="../../schema/smev-2.5.6.xsd"/> <import namespace="http://frgsp. skmv. "/> <import namespace="http://pfr. skmv. " schemaLocation="../../schema/pfr. xsd"/> <complexType name="FrgspRequestType"> <complexContent> <restriction base="tns:BaseMessageType"> <sequence> <element ref="tns:Message"/> <element name="MessageData"> <complexType> <complexContent> <restriction base="tns:MessageDataType"> <sequence> <element name="AppData" minOccurs="0"> <complexType> <complexContent> <restriction base="tns:AppDataType"> <sequence> <element ref="frgsp:request" minOccurs="1" maxOccurs="1"/> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="tns:AppDocument" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> <complexType name="FrgspResponseType"> <complexContent> <restriction base="tns:BaseMessageType"> <sequence> <element ref="tns:Message"/> <element name="MessageData"> <complexType> <complexContent> <restriction base="tns:MessageDataType"> <sequence> <element name="AppData" minOccurs="0"> <complexType> <complexContent> <restriction base="tns:AppDataType"> <sequence> <choice> <element ref="frgsp:result" minOccurs="0" maxOccurs="1"/> <element ref="pfr:fault" minOccurs="0" maxOccurs="1"/> </choice> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="tns:AppDocument" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </schema> <schema xmlns="http://www. w3.org/2001/XMLSchema" targetNamespace="http://pfr. skmv. " elementFormDefault="qualified"> <element name="fault" type="pfr:PFR_FAULT"/> </schema> <schema xmlns="http://www. w3.org/2001/XMLSchema" targetNamespace="http://frgsp. skmv. " elementFormDefault="qualified"> <import namespace="http://pfr. skmv. " schemaLocation="../../schema/pfr. xsd"/> <import namespace="http://smev. gosuslugi. ru/rev120315"/> <element name="request" type="tns:FrgspDataIn" nillable="false"/> <element name="result" type="tns:FrgspDataOut"/> <complexType name="CLAIMER"> <sequence minOccurs="1" maxOccurs="1"> <element name="fio" type="pfr:FIO" minOccurs="1" maxOccurs="1" nillable="false"/> <element name="snils" type="pfr:SNILS" minOccurs="1" maxOccurs="1" nillable="false"/> <element name="claimerBirthday" type="string" minOccurs="1" maxOccurs="1" nillable="false"/> <element name="claimerGender" type="pfr:GENDER" minOccurs="1" maxOccurs="1" nillable="false"/> </sequence> </complexType> <complexType name="EXCERPT"> <sequence minOccurs="1" maxOccurs="1"> <element name="claimCreateDate" type="date" minOccurs="1" maxOccurs="1" nillable="false" /> <element name="claimOnDate" type="date" minOccurs="1" maxOccurs="1" nillable="false" /> <choice minOccurs="1" maxOccurs="1"> <element name="HasEDVData" type="tns:HasEDVDATA" nillable="false" /> <element name="NoEDVData" type="string" nillable="false" /> </choice> </sequence> </complexType> <complexType name="HasEDVDATA"> <sequence minOccurs="1" maxOccurs="1"> <element name="allcategories" type="tns:ALLCATEGORIES" minOccurs="1" maxOccurs="1" nillable="false"/> <element name="allservices" type="tns:ALLSERVICES" minOccurs="1" maxOccurs="1" nillable="false"/> <element name="allfutureservices" type="tns:ALLFUTURESERVICES" minOccurs="1" maxOccurs="1" nillable="false"/> <element name="allprices" type="tns:ALLPRICES" minOccurs="1" maxOccurs="1" nillable="false"/> </sequence> </complexType> <complexType name="ALLCATEGORIES"> <sequence minOccurs="1" maxOccurs="1"> <element name="EDVCategory" type="tns:EDVCATEGORY" minOccurs="1" maxOccurs="unbounded" nillable="false"/> </sequence> </complexType> <complexType name="EDVCATEGORY"> <sequence minOccurs="1" maxOccurs="1"> <element name="categoryCode" type="string" minOccurs="1" maxOccurs="1" nillable="false"/> <element name="categoryShortName" type="string" minOccurs="1" maxOccurs="1" nillable="false"/> <element name="categoryDocument" type="tns:CategoryDocument" minOccurs="1" maxOccurs="1" nillable="false"/> <element name="categoryStartPEriodDate" type="date" minOccurs="1" maxOccurs="1" nillable="false"/> <element name="categoryEndPeriodDate" type="date" minOccurs="0" maxOccurs="1"/> </sequence> </complexType> <complexType name="CategoryDocument"> <sequence> <element name="name" type="string" minOccurs="1" maxOccurs="1" nillable="true"/> <element name="series" type="string" minOccurs="1" maxOccurs="1" nillable="true"/> <element name="number" type="string" minOccurs="1" maxOccurs="1" nillable="true"/> <element name="issueDate" type="date" minOccurs="1" maxOccurs="1" nillable="true"/> <element name="issueAgency" type="string" minOccurs="1" maxOccurs="1" nillable="true"/> </sequence> </complexType> <complexType name="ALLSERVICES"> <sequence minOccurs="1" maxOccurs="1"> <element name="ServiceFlagPharm" type="boolean" minOccurs="1" maxOccurs="1" nillable="false"/> <element name="ServiceFlagCure" type="boolean" minOccurs="1" maxOccurs="1" nillable="false"/> <element name="ServiceFlagTicket" type="boolean" minOccurs="1" maxOccurs="1" nillable="false"/> </sequence> </complexType> <complexType name="ALLFUTURESERVICES"> <sequence minOccurs="1" maxOccurs="1"> <element name="FutureServiceFlagPharm" type="boolean" minOccurs="1" maxOccurs="1" nillable="false"/> <element name="FutureServiceFlagCure" type="boolean" minOccurs="1" maxOccurs="1" nillable="false"/> <element name="FutureServiceFlagTicket" type="boolean" minOccurs="1" maxOccurs="1" nillable="false"/> </sequence> </complexType> <complexType name="ALLPRICES"> <sequence minOccurs="1" maxOccurs="1"> <element name="PricePharm" type="double" minOccurs="1" maxOccurs="1" nillable="false"/> <element name="PriceCure" type="double" minOccurs="1" maxOccurs="1" nillable="false"/> <element name="PriceTicket" type="double" minOccurs="1" maxOccurs="1" nillable="false"/> </sequence> </complexType> <complexType name="FrgspDataIn"> <sequence minOccurs="1" maxOccurs="1"> <element name="Claimer" type="tns:CLAIMER" minOccurs="1" maxOccurs="1" nillable="false"/> </sequence> </complexType> <complexType name="FrgspDataOut"> <sequence minOccurs="1" maxOccurs="1"> <element name="Claimer" type="tns:CLAIMER" minOccurs="1" maxOccurs="1" nillable="false"/> <element name="Excerpt" type="tns:EXCERPT" minOccurs="1" maxOccurs="1" nillable="false"/> </sequence> </complexType> <element name="FrgspRequest" type="smev:FrgspRequestType"/> <element name="FrgspResponse" type="smev:FrgspResponseType"/> </schema> </wsdl:types> <wsdl:message name="FrgspRequestMessage"> <wsdl:part name="SmevHeader" element="smev:Header"/> <wsdl:part name="parameters" element="tns:FrgspRequest"/> </wsdl:message> <wsdl:message name="FrgspResponseMessage"> <wsdl:part name="parameters" element="tns:FrgspResponse"/> </wsdl:message> <wsdl:portType name="FrgspPortType"> <wsdl:operation name="FrgspRequest"> <wsdl:input message="tns:FrgspRequestMessage"/> <wsdl:output message="tns:FrgspResponseMessage"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="FrgspSoapBinding" type="tns:FrgspPortType"> <wsdlsoap:binding style="document" transport="http://schemas. xmlsoap. org/soap/http"/> <wsdl:operation name="FrgspRequest"> <wsdlsoap:operation soapAction=""/> <wsdl:input> <wsdlsoap:header message="tns:FrgspRequestMessage" part="SmevHeader" use="literal"/> <wsdlsoap:body parts="parameters" use="literal"/> </wsdl:input> <wsdl:output> <wsdlsoap:body use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="FrgspService"> <wsdl:port name="FrgspPort" binding="tns:FrgspSoapBinding"> <wsdlsoap:address location=""/> </wsdl:port> </wsdl:service> </wsdl:definitions> |
|
Из за большого объема этот материал размещен на нескольких страницах:
1 2 3 4 5 6 7 |


