Hi, i tried it with:

        <wsdl:message name="Message">
                <xsd:part name="body" element="xsd:any" />
        </wsdl:message>
        <wsdl:portType name="PortType">
                <wsdl:operation name="operation">
                        <wsdl:input message="tns:Message">
                        </wsdl:input>
                </wsdl:operation>
        </wsdl:portType>

Isn't this right?



--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-create-a-generic-SOAP-consumer-tp5731741p5732015.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to