Apologies for the insistence ...

Would this solution be enough?

<?xml version="1.0" encoding="UTF-8"?><proxy 
xmlns="http://ws.apache.org/ns/synapse"; name="%%%%%%_Based_Proxy" 
startOnLoad="true" statistics="disable" trace="enable" transports="http,https">
    <target>
        <inSequence>
            <property name="FORCE_HTTP_1.0" scope="axis2" type="STRING" 
value="true"/>
            <property name="DISABLE_CHUNKING" scope="axis2" type="STRING" 
value="true"/>
            <log level="full"/>
        </inSequence>
        <outSequence>
            <log level="full"/>
            <enrich>
                <source clone="false" type="body"/>
                <target property="ORIGINAL_BODY" type="property"/>
            </enrich>
            <payloadFactory media-type="xml">
                <format>
                    <soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
                        <soapenv:Body/>
                    </soapenv:Envelope>
                </format>
                <args/>
            </payloadFactory>
            <enrich>
                <source clone="false" property="ORIGINAL_BODY" type="property"/>
                <target type="body"/>
            </enrich>
            <property name="DISABLE_CHUNKING" scope="axis2" type="STRING" 
value="false"/>
            <property name="messageType" scope="transport" value="text/xml"/>
            <send/>
        </outSequence>
        <endpoint>
            <wsdl port="%%%%%%Port" service="%%%%%%Service" 
uri="file:/var/www/html/%%%%%%.wsdl"/>
        </endpoint>
    </target>
    <description/>
</proxy>

Well, it still doesn’t work

thanls
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to