<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://api.hi5.com/fu" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns3="http://api.hi5.com/fu" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:hi5="http://api.hi5.com/">
  <types>
    <xs:schema targetNamespace="http://api.hi5.com/fu">
      <xs:import namespace="http://api.hi5.com/" schemaLocation="hi5.xsd"/>
    </xs:schema>
  </types>
  <message name="FriendUpdateApi.publishUpdate">
    <documentation>
      <![CDATA[Input message for operation "publishUpdate".]]>
    </documentation>
    <part name="iconUrl" type="xs:string">
      <documentation/>
    </part>
    <part name="title" type="xs:string">
      <documentation/>
    </part>
    <part name="body" type="xs:string">
      <documentation/>
    </part>
    <part name="url" type="xs:string">
      <documentation/>
    </part>
    <part name="img1" type="xs:string">
      <documentation/>
    </part>
    <part name="imgLink1" type="xs:string">
      <documentation/>
    </part>
    <part name="img2" type="xs:string">
      <documentation/>
    </part>
    <part name="imgLink2" type="xs:string">
      <documentation/>
    </part>
    <part name="img3" type="xs:string">
      <documentation/>
    </part>
    <part name="imgLink3" type="xs:string">
      <documentation/>
    </part>
    <part name="img4" type="xs:string">
      <documentation/>
    </part>
    <part name="imgLink4" type="xs:string">
      <documentation/>
    </part>
    <part name="img5" type="xs:string">
      <documentation/>
    </part>
    <part name="imgLink5" type="xs:string">
      <documentation/>
    </part>
    <part name="titleId" type="xs:string">
      <documentation/>
    </part>
    <part name="bodyId" type="xs:string">
      <documentation/>
    </part>
    <part name="params" type="xs:string">
      <documentation/>
    </part>
  </message>
  <message name="FriendUpdateApi.publishUpdateResponse">
    <documentation>
      <![CDATA[Output message for operation "publishUpdate".]]>
    </documentation>
    <part name="return" type="hi5:friendUpdateResponse">
      <documentation/>
    </part>
  </message>
  <message name="UnauthorizedException">
    <documentation>
      <![CDATA[Thrown when an attempt is made to do something that violates internal API constraints.]]>
    </documentation>
    <part name="UnauthorizedException" element="hi5:UnauthorizedException"/>
  </message>
  <message name="PermissionDeniedException">
    <documentation>
      <![CDATA[Thrown when an attempt is made to do something without the correct permissions.]]>
    </documentation>
    <part name="PermissionDeniedException" element="hi5:PermissionDeniedException"/>
  </message>
  <portType name="FriendUpdateApi">
    <operation name="publishUpdate">
      <input message="ns3:FriendUpdateApi.publishUpdate"/>
      <output message="ns3:FriendUpdateApi.publishUpdateResponse"/>
      <fault name="UnauthorizedException" message="ns3:UnauthorizedException"/>
      <fault name="PermissionDeniedException" message="ns3:PermissionDeniedException"/>
    </operation>
  </portType>
  <binding name="FriendUpdateApiSOAPBinding" type="ns3:FriendUpdateApi">
    <documentation>
      <![CDATA[SOAP Binding for FriendUpdateApi]]>
    </documentation>
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
    <operation name="publishUpdate">
      <soap:operation soapAction="" style="rpc"/>
      <input>
        <soap:body use="literal"/>
      </input>
      <output>
        <soap:body use="literal"/>
      </output>
      <fault name="UnauthorizedException">
        <soap:fault name="UnauthorizedException" use="literal"/>
      </fault>
      <fault name="PermissionDeniedException">
        <soap:fault name="PermissionDeniedException" use="literal"/>
      </fault>
    </operation>
  </binding>
  <service name="FriendUpdateApiService">
    <port name="FriendUpdateApiSOAPPort" binding="ns3:FriendUpdateApiSOAPBinding">
      <soap:address location="http://api.hi5.com/soap/FriendUpdateApiService"/>
    </port>
  </service>
</definitions>
