123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876 |
- <?xml version="1.0" encoding="utf-8"?>
- <wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
- <s:element name="CheckWebService">
- <s:complexType />
- </s:element>
- <s:element name="CheckWebServiceResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="CheckWebServiceResult" type="s:boolean" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="CheckDatabaseConnection">
- <s:complexType />
- </s:element>
- <s:element name="CheckDatabaseConnectionResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="CheckDatabaseConnectionResult" type="s:boolean" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetCategoryForDropdown">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="categoryId" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetCategoryForDropdownResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetCategoryForDropdownResult" type="tns:ArrayOfCategoryForDropdownVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfCategoryForDropdownVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="CategoryForDropdownVO" nillable="true" type="tns:CategoryForDropdownVO" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="CategoryForDropdownVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="CategoryType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CategoryId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CategoryName" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetConsentList">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="startDt" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="endDt" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="consetState" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="jobkindcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetConsentListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetConsentListResult" type="tns:ArrayOfConsentVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfConsentVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="ConsentVO" nillable="true" type="tns:ConsentVO" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="ConsentVO">
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="ConsentMstRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="ConsentName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ConsentState" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ConsentStateDisp" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="HosType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="PatientCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="VisitType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CosignDcId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CosignDcName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ClnDeptCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ClnDeptNm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Doctor" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Ward" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="RoomCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OcrNumber" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CreateUserId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CreateDateTime" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CreateUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ClnDate" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="Cretno" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="FormGuid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FormCd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="FormRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="PrntCnt" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="OrderNo" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="OrderCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OrderNm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OcrTagYN" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetConsentBySearch">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="categoryId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="keyWord" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetConsentBySearchResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetConsentBySearchResult" type="tns:ArrayOfConsentBySearchVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfConsentBySearchVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="ConsentBySearchVO" nillable="true" type="tns:ConsentBySearchVO" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="ConsentBySearchVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="FormCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FormGuid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FormName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FullCategoryName" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="FormRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="PrntCnt" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="PrntOnly" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OcrTagYN" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetConsentImage">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="consentMstRid" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetConsentImageResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetConsentImageResult" type="tns:ArrayOfConsentImageVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfConsentImageVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="ConsentImageVO" nillable="true" type="tns:ConsentImageVO" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="ConsentImageVO">
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="ConsentMstRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="ConsentImageRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="FormRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="ImagePath" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ImageFilename" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CompleteYn" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CreateUserId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CreateDatetime" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="SaveTempData">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="rewriteConsentMstRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveTempDataResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="SaveTempDataResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveComplete">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="rewriteConsentMstRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveCompleteResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="SaveCompleteResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveCompleteAll">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="rewriteConsentMstRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="imageFileJson" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="certTarget" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="certResult" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dschdd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveCompleteAllResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="SaveCompleteAllResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveDelete">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="consentMstRidInt" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="rewriteConsentMstRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="reissueConsentMstRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="reasonForUseN" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveDeleteResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="SaveDeleteResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SavePrintOut">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="reissueConsentMstRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SavePrintOutResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="SavePrintOutResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveMedicalHistory">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="bp" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="heart" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="kidney" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="respiration" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hx" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="allergy" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="drug" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="smoking" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="idio" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="nacrotics" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="airway" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hemorrhage" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="status_etc" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveMedicalHistoryResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="SaveMedicalHistoryResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveImageUploadInfo">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="imageFileName" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveImageUploadInfoResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="SaveImageUploadInfoResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveImageSignInfo">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="consentImageRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="certTarget" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="sCertResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveImageSignInfoResponse">
- <s:complexType />
- </s:element>
- <s:element name="CheckConsentState">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="consentmstrid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="consent_state" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="CheckConsentStateResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="CheckConsentStateResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:schema>
- </wsdl:types>
- <wsdl:message name="CheckWebServiceSoapIn">
- <wsdl:part name="parameters" element="tns:CheckWebService" />
- </wsdl:message>
- <wsdl:message name="CheckWebServiceSoapOut">
- <wsdl:part name="parameters" element="tns:CheckWebServiceResponse" />
- </wsdl:message>
- <wsdl:message name="CheckDatabaseConnectionSoapIn">
- <wsdl:part name="parameters" element="tns:CheckDatabaseConnection" />
- </wsdl:message>
- <wsdl:message name="CheckDatabaseConnectionSoapOut">
- <wsdl:part name="parameters" element="tns:CheckDatabaseConnectionResponse" />
- </wsdl:message>
- <wsdl:message name="GetCategoryForDropdownSoapIn">
- <wsdl:part name="parameters" element="tns:GetCategoryForDropdown" />
- </wsdl:message>
- <wsdl:message name="GetCategoryForDropdownSoapOut">
- <wsdl:part name="parameters" element="tns:GetCategoryForDropdownResponse" />
- </wsdl:message>
- <wsdl:message name="GetConsentListSoapIn">
- <wsdl:part name="parameters" element="tns:GetConsentList" />
- </wsdl:message>
- <wsdl:message name="GetConsentListSoapOut">
- <wsdl:part name="parameters" element="tns:GetConsentListResponse" />
- </wsdl:message>
- <wsdl:message name="GetConsentBySearchSoapIn">
- <wsdl:part name="parameters" element="tns:GetConsentBySearch" />
- </wsdl:message>
- <wsdl:message name="GetConsentBySearchSoapOut">
- <wsdl:part name="parameters" element="tns:GetConsentBySearchResponse" />
- </wsdl:message>
- <wsdl:message name="GetConsentImageSoapIn">
- <wsdl:part name="parameters" element="tns:GetConsentImage" />
- </wsdl:message>
- <wsdl:message name="GetConsentImageSoapOut">
- <wsdl:part name="parameters" element="tns:GetConsentImageResponse" />
- </wsdl:message>
- <wsdl:message name="SaveTempDataSoapIn">
- <wsdl:part name="parameters" element="tns:SaveTempData" />
- </wsdl:message>
- <wsdl:message name="SaveTempDataSoapOut">
- <wsdl:part name="parameters" element="tns:SaveTempDataResponse" />
- </wsdl:message>
- <wsdl:message name="SaveCompleteSoapIn">
- <wsdl:part name="parameters" element="tns:SaveComplete" />
- </wsdl:message>
- <wsdl:message name="SaveCompleteSoapOut">
- <wsdl:part name="parameters" element="tns:SaveCompleteResponse" />
- </wsdl:message>
- <wsdl:message name="SaveCompleteAllSoapIn">
- <wsdl:part name="parameters" element="tns:SaveCompleteAll" />
- </wsdl:message>
- <wsdl:message name="SaveCompleteAllSoapOut">
- <wsdl:part name="parameters" element="tns:SaveCompleteAllResponse" />
- </wsdl:message>
- <wsdl:message name="SaveDeleteSoapIn">
- <wsdl:part name="parameters" element="tns:SaveDelete" />
- </wsdl:message>
- <wsdl:message name="SaveDeleteSoapOut">
- <wsdl:part name="parameters" element="tns:SaveDeleteResponse" />
- </wsdl:message>
- <wsdl:message name="SavePrintOutSoapIn">
- <wsdl:part name="parameters" element="tns:SavePrintOut" />
- </wsdl:message>
- <wsdl:message name="SavePrintOutSoapOut">
- <wsdl:part name="parameters" element="tns:SavePrintOutResponse" />
- </wsdl:message>
- <wsdl:message name="SaveMedicalHistorySoapIn">
- <wsdl:part name="parameters" element="tns:SaveMedicalHistory" />
- </wsdl:message>
- <wsdl:message name="SaveMedicalHistorySoapOut">
- <wsdl:part name="parameters" element="tns:SaveMedicalHistoryResponse" />
- </wsdl:message>
- <wsdl:message name="SaveImageUploadInfoSoapIn">
- <wsdl:part name="parameters" element="tns:SaveImageUploadInfo" />
- </wsdl:message>
- <wsdl:message name="SaveImageUploadInfoSoapOut">
- <wsdl:part name="parameters" element="tns:SaveImageUploadInfoResponse" />
- </wsdl:message>
- <wsdl:message name="SaveImageSignInfoSoapIn">
- <wsdl:part name="parameters" element="tns:SaveImageSignInfo" />
- </wsdl:message>
- <wsdl:message name="SaveImageSignInfoSoapOut">
- <wsdl:part name="parameters" element="tns:SaveImageSignInfoResponse" />
- </wsdl:message>
- <wsdl:message name="CheckConsentStateSoapIn">
- <wsdl:part name="parameters" element="tns:CheckConsentState" />
- </wsdl:message>
- <wsdl:message name="CheckConsentStateSoapOut">
- <wsdl:part name="parameters" element="tns:CheckConsentStateResponse" />
- </wsdl:message>
- <wsdl:portType name="ConsentSvcSoap">
- <wsdl:operation name="CheckWebService">
- <wsdl:input message="tns:CheckWebServiceSoapIn" />
- <wsdl:output message="tns:CheckWebServiceSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="CheckDatabaseConnection">
- <wsdl:input message="tns:CheckDatabaseConnectionSoapIn" />
- <wsdl:output message="tns:CheckDatabaseConnectionSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetCategoryForDropdown">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 하위 카테고리 조회</wsdl:documentation>
- <wsdl:input message="tns:GetCategoryForDropdownSoapIn" />
- <wsdl:output message="tns:GetCategoryForDropdownSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetConsentList">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자/상태에 따른 동의서 목록 검색</wsdl:documentation>
- <wsdl:input message="tns:GetConsentListSoapIn" />
- <wsdl:output message="tns:GetConsentListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetConsentBySearch">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 찾기(조회)</wsdl:documentation>
- <wsdl:input message="tns:GetConsentBySearchSoapIn" />
- <wsdl:output message="tns:GetConsentBySearchSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetConsentImage">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 저장된 이미지 내역 조회</wsdl:documentation>
- <wsdl:input message="tns:GetConsentImageSoapIn" />
- <wsdl:output message="tns:GetConsentImageSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SaveTempData">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 임시저장</wsdl:documentation>
- <wsdl:input message="tns:SaveTempDataSoapIn" />
- <wsdl:output message="tns:SaveTempDataSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SaveComplete">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 서명 완료</wsdl:documentation>
- <wsdl:input message="tns:SaveCompleteSoapIn" />
- <wsdl:output message="tns:SaveCompleteSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SaveCompleteAll">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 서명 완료</wsdl:documentation>
- <wsdl:input message="tns:SaveCompleteAllSoapIn" />
- <wsdl:output message="tns:SaveCompleteAllSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SaveDelete">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 삭제/폐기 데이터를 저장</wsdl:documentation>
- <wsdl:input message="tns:SaveDeleteSoapIn" />
- <wsdl:output message="tns:SaveDeleteSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SavePrintOut">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 프린트 출력 후 데이터를 저장</wsdl:documentation>
- <wsdl:input message="tns:SavePrintOutSoapIn" />
- <wsdl:output message="tns:SavePrintOutSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SaveMedicalHistory">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서의 기왕력 데이터 저장</wsdl:documentation>
- <wsdl:input message="tns:SaveMedicalHistorySoapIn" />
- <wsdl:output message="tns:SaveMedicalHistorySoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SaveImageUploadInfo">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 서명 완료일 경우 이미지 데이터 저장</wsdl:documentation>
- <wsdl:input message="tns:SaveImageUploadInfoSoapIn" />
- <wsdl:output message="tns:SaveImageUploadInfoSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SaveImageSignInfo">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">서명완료된 이미지의 hash 정보 저장</wsdl:documentation>
- <wsdl:input message="tns:SaveImageSignInfoSoapIn" />
- <wsdl:output message="tns:SaveImageSignInfoSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="CheckConsentState">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 상위 상태값이 있는지 체크</wsdl:documentation>
- <wsdl:input message="tns:CheckConsentStateSoapIn" />
- <wsdl:output message="tns:CheckConsentStateSoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="ConsentSvcSoap" type="tns:ConsentSvcSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="CheckWebService">
- <soap:operation soapAction="http://tempuri.org/CheckWebService" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CheckDatabaseConnection">
- <soap:operation soapAction="http://tempuri.org/CheckDatabaseConnection" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetCategoryForDropdown">
- <soap:operation soapAction="http://tempuri.org/GetCategoryForDropdown" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentList">
- <soap:operation soapAction="http://tempuri.org/GetConsentList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentBySearch">
- <soap:operation soapAction="http://tempuri.org/GetConsentBySearch" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentImage">
- <soap:operation soapAction="http://tempuri.org/GetConsentImage" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveTempData">
- <soap:operation soapAction="http://tempuri.org/SaveTempData" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveComplete">
- <soap:operation soapAction="http://tempuri.org/SaveComplete" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveCompleteAll">
- <soap:operation soapAction="http://tempuri.org/SaveCompleteAll" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveDelete">
- <soap:operation soapAction="http://tempuri.org/SaveDelete" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SavePrintOut">
- <soap:operation soapAction="http://tempuri.org/SavePrintOut" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveMedicalHistory">
- <soap:operation soapAction="http://tempuri.org/SaveMedicalHistory" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveImageUploadInfo">
- <soap:operation soapAction="http://tempuri.org/SaveImageUploadInfo" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveImageSignInfo">
- <soap:operation soapAction="http://tempuri.org/SaveImageSignInfo" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CheckConsentState">
- <soap:operation soapAction="http://tempuri.org/CheckConsentState" 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="ConsentSvcSoap12" type="tns:ConsentSvcSoap">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="CheckWebService">
- <soap12:operation soapAction="http://tempuri.org/CheckWebService" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CheckDatabaseConnection">
- <soap12:operation soapAction="http://tempuri.org/CheckDatabaseConnection" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetCategoryForDropdown">
- <soap12:operation soapAction="http://tempuri.org/GetCategoryForDropdown" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentList">
- <soap12:operation soapAction="http://tempuri.org/GetConsentList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentBySearch">
- <soap12:operation soapAction="http://tempuri.org/GetConsentBySearch" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentImage">
- <soap12:operation soapAction="http://tempuri.org/GetConsentImage" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveTempData">
- <soap12:operation soapAction="http://tempuri.org/SaveTempData" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveComplete">
- <soap12:operation soapAction="http://tempuri.org/SaveComplete" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveCompleteAll">
- <soap12:operation soapAction="http://tempuri.org/SaveCompleteAll" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveDelete">
- <soap12:operation soapAction="http://tempuri.org/SaveDelete" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SavePrintOut">
- <soap12:operation soapAction="http://tempuri.org/SavePrintOut" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveMedicalHistory">
- <soap12:operation soapAction="http://tempuri.org/SaveMedicalHistory" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveImageUploadInfo">
- <soap12:operation soapAction="http://tempuri.org/SaveImageUploadInfo" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveImageSignInfo">
- <soap12:operation soapAction="http://tempuri.org/SaveImageSignInfo" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CheckConsentState">
- <soap12:operation soapAction="http://tempuri.org/CheckConsentState" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="ConsentSvc">
- <wsdl:port name="ConsentSvcSoap" binding="tns:ConsentSvcSoap">
- <soap:address location="http://localhost/DfhConsent/ConsentSvc.asmx" />
- </wsdl:port>
- <wsdl:port name="ConsentSvcSoap12" binding="tns:ConsentSvcSoap12">
- <soap12:address location="http://localhost/DfhConsent/ConsentSvc.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|