Generating wsdl and webservice

I have an equal archive below wsdl to the described one, that it uses multipart of message, as I make pra to create a service thus.

<?xml>
<definitions
xmlns=“[url=“http://schemas.xmlsoap.org/wsdl/”]http://schemas.xmlsoap.org/wsdl/[/url]
xmlns:xsd=“[url=“XML Schema”]http://www.w3.org/2001/XMLSchema[/url]
xmlns:soap=“[url=“http://schemas.xmlsoap.org/wsdl/soap/”]http://schemas.xmlsoap.org/wsdl/soap/[/url]
xmlns:mime=“[url=“http://schemas.xmlsoap.org/wsdl/mime/”]http://schemas.xmlsoap.org/wsdl/mime/[/url]
targetNamespace=“urn:attachment.tip”
xmlns:tns=“urn:attachment.tip”>
<message>
<message>
<part>
</message>
<message>
<part>
</message>

<porttype>
<operation>
<input>
<output>
</operation>
<operation>
<input>
<output>
</operation>
</porttype>

<binding>
<soap:binding style=“rpc”
transport=“[url=“http://schemas.xmlsoap.org/soap/http”]http://schemas.xmlsoap.org/soap/http[/url]”/>
<operation>
<soap:operation>
<input>
<mime:multipartrelated>
<mime:part>
<soap:body>
</mime:part>
<mime:part>
<mime:content>
</mime:part>
</mime:multipartrelated>
</input>
<output>
<soap:body>
</output>
</operation>
<operation>
<soap:operation>
<input>
<mime:multipartrelated>
<mime:part>
<soap:body>
</mime:part>
<mime:part>
<mime:content>
</mime:part>
</mime:multipartrelated>
</input>
<output>
<soap:body>
</output>
</operation>
</binding>

<service>
<port>
<soap:address
location=“http://localhost:9080/attachment/services/AttachmentTip”/>
</port>
</service>

</definitions>