IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only

Generating wsdl and webservice

  • 1.  Generating wsdl and webservice

    Posted Fri September 16, 2005 04:47 PM

    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>


    #API-Management
    #soa
    #webMethods