Advertisement
Guest User

Untitled

a guest
Sep 25th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.68 KB | None | 0 0
  1. This XML file does not appear to have any style information associated with it. The document tree is shown below.
  2. <wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" 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:tns="http://opplysningen.no/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://opplysningen.no/">
  3. <wsdl:types>
  4. <s:schema elementFormDefault="qualified" targetNamespace="http://opplysningen.no/">
  5. <s:element name="simpleSearch">
  6. <s:complexType>
  7. <s:sequence>
  8. <s:element minOccurs="0" maxOccurs="1" name="messageId" type="s:string"/>
  9. <s:element minOccurs="0" maxOccurs="1" name="aNumber" type="s:string"/>
  10. <s:element minOccurs="0" maxOccurs="1" name="code" type="s:string"/>
  11. <s:element minOccurs="0" maxOccurs="1" name="searchString" type="s:string"/>
  12. <s:element minOccurs="0" maxOccurs="1" name="type" type="s:string"/>
  13. </s:sequence>
  14. </s:complexType>
  15. </s:element>
  16. <s:element name="simpleSearchResponse">
  17. <s:complexType>
  18. <s:sequence>
  19. <s:element minOccurs="0" maxOccurs="1" name="Result" type="tns:Result"/>
  20. </s:sequence>
  21. </s:complexType>
  22. </s:element>
  23. <s:complexType name="Result">
  24. <s:sequence>
  25. <s:element minOccurs="1" maxOccurs="1" name="Price" type="s:decimal"/>
  26. <s:element minOccurs="0" maxOccurs="1" name="Type" type="s:string"/>
  27. <s:element minOccurs="0" maxOccurs="1" name="Hits" type="tns:ArrayOfHitItem"/>
  28. </s:sequence>
  29. </s:complexType>
  30. <s:complexType name="ArrayOfHitItem">
  31. <s:sequence>
  32. <s:element minOccurs="0" maxOccurs="unbounded" name="HitItem" nillable="true" type="tns:HitItem"/>
  33. </s:sequence>
  34. </s:complexType>
  35. <s:complexType name="HitItem">
  36. <s:sequence>
  37. <s:element minOccurs="0" maxOccurs="1" name="telefonnummer" type="s:string"/>
  38. <s:element minOccurs="0" maxOccurs="1" name="etternavn" type="s:string"/>
  39. <s:element minOccurs="0" maxOccurs="1" name="fornavn" type="s:string"/>
  40. <s:element minOccurs="0" maxOccurs="1" name="gatenavn" type="s:string"/>
  41. <s:element minOccurs="0" maxOccurs="1" name="husnr" type="s:string"/>
  42. <s:element minOccurs="0" maxOccurs="1" name="oppgang" type="s:string"/>
  43. <s:element minOccurs="0" maxOccurs="1" name="postnr" type="s:string"/>
  44. <s:element minOccurs="0" maxOccurs="1" name="poststed" type="s:string"/>
  45. <s:element minOccurs="0" maxOccurs="1" name="streets" type="s:string"/>
  46. <s:element minOccurs="0" maxOccurs="1" name="linjeid" type="s:string"/>
  47. <s:element minOccurs="0" maxOccurs="1" name="linjeidhoved" type="s:string"/>
  48. <s:element minOccurs="0" maxOccurs="1" name="nummertype" type="s:string"/>
  49. <s:element minOccurs="0" maxOccurs="1" name="utstyrstype" type="s:string"/>
  50. <s:element minOccurs="0" maxOccurs="1" name="xkoord" type="s:string"/>
  51. <s:element minOccurs="0" maxOccurs="1" name="ykoord" type="s:string"/>
  52. <s:element minOccurs="0" maxOccurs="1" name="rank" type="s:string"/>
  53. <s:element minOccurs="0" maxOccurs="1" name="ishit" type="s:string"/>
  54. <s:element minOccurs="0" maxOccurs="1" name="webaddress" type="s:string"/>
  55. <s:element minOccurs="0" maxOccurs="1" name="status" type="s:string"/>
  56. <s:element minOccurs="1" maxOccurs="1" name="isreserved" type="s:boolean"/>
  57. </s:sequence>
  58. </s:complexType>
  59. <s:element name="search">
  60. <s:complexType>
  61. <s:sequence>
  62. <s:element minOccurs="0" maxOccurs="1" name="messageId" type="s:string"/>
  63. <s:element minOccurs="0" maxOccurs="1" name="aNumber" type="s:string"/>
  64. <s:element minOccurs="0" maxOccurs="1" name="code" type="s:string"/>
  65. <s:element minOccurs="0" maxOccurs="1" name="searchString" type="s:string"/>
  66. <s:element minOccurs="0" maxOccurs="1" name="type" type="s:string"/>
  67. <s:element minOccurs="1" maxOccurs="1" name="latitude" nillable="true" type="s:decimal"/>
  68. <s:element minOccurs="1" maxOccurs="1" name="longitude" nillable="true" type="s:decimal"/>
  69. </s:sequence>
  70. </s:complexType>
  71. </s:element>
  72. <s:element name="searchResponse">
  73. <s:complexType>
  74. <s:sequence>
  75. <s:element minOccurs="0" maxOccurs="1" name="Result" type="tns:Result"/>
  76. </s:sequence>
  77. </s:complexType>
  78. </s:element>
  79. </s:schema>
  80. </wsdl:types>
  81. <wsdl:message name="simpleSearchSoapIn">
  82. <wsdl:part name="parameters" element="tns:simpleSearch"/>
  83. </wsdl:message>
  84. <wsdl:message name="simpleSearchSoapOut">
  85. <wsdl:part name="parameters" element="tns:simpleSearchResponse"/>
  86. </wsdl:message>
  87. <wsdl:message name="searchSoapIn">
  88. <wsdl:part name="parameters" element="tns:search"/>
  89. </wsdl:message>
  90. <wsdl:message name="searchSoapOut">
  91. <wsdl:part name="parameters" element="tns:searchResponse"/>
  92. </wsdl:message>
  93. <wsdl:portType name="MSPServiceSoap">
  94. <wsdl:operation name="simpleSearch">
  95. <wsdl:input message="tns:simpleSearchSoapIn"/>
  96. <wsdl:output message="tns:simpleSearchSoapOut"/>
  97. </wsdl:operation>
  98. <wsdl:operation name="search">
  99. <wsdl:input message="tns:searchSoapIn"/>
  100. <wsdl:output message="tns:searchSoapOut"/>
  101. </wsdl:operation>
  102. </wsdl:portType>
  103. <wsdl:binding name="MSPServiceSoap" type="tns:MSPServiceSoap">
  104. <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
  105. <wsdl:operation name="simpleSearch">
  106. <soap:operation soapAction="http://opplysningen.no/simpleSearch" style="document"/>
  107. <wsdl:input>
  108. <soap:body use="literal"/>
  109. </wsdl:input>
  110. <wsdl:output>
  111. <soap:body use="literal"/>
  112. </wsdl:output>
  113. </wsdl:operation>
  114. <wsdl:operation name="search">
  115. <soap:operation soapAction="http://opplysningen.no/search" style="document"/>
  116. <wsdl:input>
  117. <soap:body use="literal"/>
  118. </wsdl:input>
  119. <wsdl:output>
  120. <soap:body use="literal"/>
  121. </wsdl:output>
  122. </wsdl:operation>
  123. </wsdl:binding>
  124. <wsdl:binding name="MSPServiceSoap12" type="tns:MSPServiceSoap">
  125. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
  126. <wsdl:operation name="simpleSearch">
  127. <soap12:operation soapAction="http://opplysningen.no/simpleSearch" style="document"/>
  128. <wsdl:input>
  129. <soap12:body use="literal"/>
  130. </wsdl:input>
  131. <wsdl:output>
  132. <soap12:body use="literal"/>
  133. </wsdl:output>
  134. </wsdl:operation>
  135. <wsdl:operation name="search">
  136. <soap12:operation soapAction="http://opplysningen.no/search" style="document"/>
  137. <wsdl:input>
  138. <soap12:body use="literal"/>
  139. </wsdl:input>
  140. <wsdl:output>
  141. <soap12:body use="literal"/>
  142. </wsdl:output>
  143. </wsdl:operation>
  144. </wsdl:binding>
  145. <wsdl:service name="MSPService">
  146. <wsdl:port name="MSPServiceSoap" binding="tns:MSPServiceSoap">
  147. <soap:address location="http://msp.services.vk1881.no/msp/v1_0/mspservice.asmx"/>
  148. </wsdl:port>
  149. <wsdl:port name="MSPServiceSoap12" binding="tns:MSPServiceSoap12">
  150. <soap12:address location="http://msp.services.vk1881.no/msp/v1_0/mspservice.asmx"/>
  151. </wsdl:port>
  152. </wsdl:service>
  153. </wsdl:definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement