<?xml version="1.0"?><definitions name="ServerPicResize" targetNamespace="urn:ServerPicResize" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:ServerPicResize" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns5="http://soapinterop.org/xsd">
<types xmlns="http://schemas.xmlsoap.org/wsdl/">
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://soapinterop.org/xsd">
<complexType name="SOAPStruct">
<all>
<element name="varString" type="xsd:string" />
<element name="varInt" type="xsd:int" />
<element name="varFloat" type="xsd:float" />
</all>
</complexType>
</schema>
</types>
<message name="resizeRequest">
<part name="login" type="xsd:string" />
<part name="password" type="xsd:string" />
<part name="inputURL" type="xsd:string" />
<part name="intWidth" type="xsd:int" />
<part name="intHeight" type="xsd:int" />
</message>
<message name="resizeResponse">
<part name="outputURL" type="xsd:string" />
</message>
<message name="rotateRequest">
<part name="login" type="xsd:string" />
<part name="password" type="xsd:string" />
<part name="inputURL" type="xsd:string" />
<part name="stringRotate" type="xsd:string" />
</message>
<message name="rotateResponse">
<part name="outputURL" type="xsd:string" />
</message>
<message name="contrastRequest">
<part name="login" type="xsd:string" />
<part name="password" type="xsd:string" />
<part name="inputURL" type="xsd:string" />
<part name="intContrast" type="xsd:int" />
</message>
<message name="contrastResponse">
<part name="outputURL" type="xsd:string" />
</message>
<message name="brightnessRequest">
<part name="login" type="xsd:string" />
<part name="password" type="xsd:string" />
<part name="inputURL" type="xsd:string" />
<part name="intBrightness" type="xsd:int" />
</message>
<message name="brightnessResponse">
<part name="outputURL" type="xsd:string" />
</message>
<message name="equalizeRequest">
<part name="login" type="xsd:string" />
<part name="password" type="xsd:string" />
<part name="inputURL" type="xsd:string" />
</message>
<message name="equalizeResponse">
<part name="outputURL" type="xsd:string" />
</message>
<message name="raised_frameRequest">
<part name="login" type="xsd:string" />
<part name="password" type="xsd:string" />
<part name="inputURL" type="xsd:string" />
<part name="intRaisedColor" type="xsd:string" />
</message>
<message name="raised_frameResponse">
<part name="outputURL" type="xsd:string" />
</message>
<message name="gaussian_blurRequest">
<part name="login" type="xsd:string" />
<part name="password" type="xsd:string" />
<part name="inputURL" type="xsd:string" />
<part name="intRadiusBlur" type="xsd:int" />
</message>
<message name="gaussian_blurResponse">
<part name="outputURL" type="xsd:string" />
</message>
<message name="grayscaleRequest">
<part name="login" type="xsd:string" />
<part name="password" type="xsd:string" />
<part name="inputURL" type="xsd:string" />
</message>
<message name="grayscaleResponse">
<part name="outputURL" type="xsd:string" />
</message>
<message name="oil_paintRequest">
<part name="login" type="xsd:string" />
<part name="password" type="xsd:string" />
<part name="inputURL" type="xsd:string" />
</message>
<message name="oil_paintResponse">
<part name="outputURL" type="xsd:string" />
</message>
<message name="raiseRequest">
<part name="login" type="xsd:string" />
<part name="password" type="xsd:string" />
<part name="inputURL" type="xsd:string" />
<part name="intRaise" type="xsd:int" />
</message>
<message name="raiseResponse">
<part name="outputURL" type="xsd:string" />
</message>
<message name="sharpenRequest">
<part name="login" type="xsd:string" />
<part name="password" type="xsd:string" />
<part name="inputURL" type="xsd:string" />
</message>
<message name="sharpenResponse">
<part name="outputURL" type="xsd:string" />
</message>
<message name="spreadRequest">
<part name="login" type="xsd:string" />
<part name="password" type="xsd:string" />
<part name="inputURL" type="xsd:string" />
<part name="intSpread" type="xsd:int" />
</message>
<message name="spreadResponse">
<part name="outputURL" type="xsd:string" />
</message>
<portType name="ServerPicResizePort">
<operation name="resize">
<input message="tns:resizeRequest" />
<output message="tns:resizeResponse" />
</operation>
<operation name="rotate">
<input message="tns:rotateRequest" />
<output message="tns:rotateResponse" />
</operation>
<operation name="contrast">
<input message="tns:contrastRequest" />
<output message="tns:contrastResponse" />
</operation>
<operation name="brightness">
<input message="tns:brightnessRequest" />
<output message="tns:brightnessResponse" />
</operation>
<operation name="equalize">
<input message="tns:equalizeRequest" />
<output message="tns:equalizeResponse" />
</operation>
<operation name="raised_frame">
<input message="tns:raised_frameRequest" />
<output message="tns:raised_frameResponse" />
</operation>
<operation name="gaussian_blur">
<input message="tns:gaussian_blurRequest" />
<output message="tns:gaussian_blurResponse" />
</operation>
<operation name="grayscale">
<input message="tns:grayscaleRequest" />
<output message="tns:grayscaleResponse" />
</operation>
<operation name="oil_paint">
<input message="tns:oil_paintRequest" />
<output message="tns:oil_paintResponse" />
</operation>
<operation name="raise">
<input message="tns:raiseRequest" />
<output message="tns:raiseResponse" />
</operation>
<operation name="sharpen">
<input message="tns:sharpenRequest" />
<output message="tns:sharpenResponse" />
</operation>
<operation name="spread">
<input message="tns:spreadRequest" />
<output message="tns:spreadResponse" />
</operation>
</portType>
<binding name="ServerPicResizeBinding" type="tns:ServerPicResizePort">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
<operation name="resize">
<soap:operation soapAction="urn:picresize_SOAP_Server#picresize_SOAP_Server#resize" />
<input>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="rotate">
<soap:operation soapAction="urn:picresize_SOAP_Server#picresize_SOAP_Server#rotate" />
<input>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="contrast">
<soap:operation soapAction="urn:picresize_SOAP_Server#picresize_SOAP_Server#contrast" />
<input>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="brightness">
<soap:operation soapAction="urn:picresize_SOAP_Server#picresize_SOAP_Server#brightness" />
<input>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="equalize">
<soap:operation soapAction="urn:picresize_SOAP_Server#picresize_SOAP_Server#equalize" />
<input>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="raised_frame">
<soap:operation soapAction="urn:picresize_SOAP_Server#picresize_SOAP_Server#raised_frame" />
<input>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="gaussian_blur">
<soap:operation soapAction="urn:picresize_SOAP_Server#picresize_SOAP_Server#gaussian_blur" />
<input>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="grayscale">
<soap:operation soapAction="urn:picresize_SOAP_Server#picresize_SOAP_Server#grayscale" />
<input>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="oil_paint">
<soap:operation soapAction="urn:picresize_SOAP_Server#picresize_SOAP_Server#oil_paint" />
<input>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="raise">
<soap:operation soapAction="urn:picresize_SOAP_Server#picresize_SOAP_Server#raise" />
<input>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="sharpen">
<soap:operation soapAction="urn:picresize_SOAP_Server#picresize_SOAP_Server#sharpen" />
<input>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="spread">
<soap:operation soapAction="urn:picresize_SOAP_Server#picresize_SOAP_Server#spread" />
<input>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:picresize_SOAP_Server" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
</binding>
<service name="ServerPicResizeService">
<documentation />
<port name="ServerPicResizePort" binding="tns:ServerPicResizeBinding">
<soap:address location="http://gui.picresize.com/picresize2/index.php?rm=soap_api" />
</port>
</service>
</definitions>
