﻿<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:s="http://www.w3.org/2001/XMLSchema">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="popRequest">
        <s:complexType>
          <s:sequence>
            <s:element maxOccurs="1" minOccurs="0" name="content" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="popRequestResponse">
        <s:complexType>
          <s:sequence>
            <s:element maxOccurs="1" minOccurs="0" name="popRequestResult" type="s:string"/>
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="popRequestSoapOut">
    <wsdl:part name="parameters" element="tns:popRequestResponse">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="popRequestSoapIn">
    <wsdl:part name="parameters" element="tns:popRequest">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="webserviceSoap">
    <wsdl:operation name="popRequest">
      <wsdl:input message="tns:popRequestSoapIn">
    </wsdl:input>
      <wsdl:output message="tns:popRequestSoapOut">
    </wsdl:output>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="webserviceSoap" type="tns:webserviceSoap">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="popRequest">
      <soap:operation soapAction="http://tempuri.org/popRequest" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="webservice">
<documentation xmlns="http://schemas.xmlsoap.org/wsdl/"/>
    <wsdl:port name="webserviceSoap" binding="tns:webserviceSoap">
      <soap:address location="http://192.168.100.34:80/bganext/services/webservice"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>
