Hi All,
Can some one suggest how to convert the existing
soap:binding style="document" to RPC. The current WSDL file is as follows,
<?xml version="1.0" encoding="UTF-8"?>
<wsdl

efinitions name="CBSReplicationExport_CBSDataReplicationHttp_Service" targetNamespace="http://www.mycompany/com/mcp/sca/interfaces/CBSDataReplication/Binding" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns

ort_0="http://www.mycompany/com/mcp/sca/interfaces/CBSDataReplication" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:this="http://www.mycompany/com/mcp/sca/interfaces/CBSDataReplication/Binding" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:import location="CBSDataReplication.wsdl" namespace="http://www.mycompany/com/mcp/sca/interfaces/CBSDataReplication"/>
<wsdl:binding name="CBSReplicationExport_CBSDataReplicationHttpBinding" type="Port_0:CBSDataReplication">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl

peration name="processRequest">
<soap

peration/>
<wsdl:input name="processRequestRequest">
<soap:body use="literal"/>
</wsdl:input>
<wsdl

utput name="processRequestResponse">
<soap:body use="literal"/>
</wsdl

utput>
</wsdl

peration>
</wsdl:binding>
<wsdl:service name="CBSReplicationExport_CBSDataReplicationHttpService">
<wsdl

ort binding="this:CBSReplicationExport_CBSDataReplicationHttpBinding" name="CBSReplicationExport_CBSDataReplicationHttpPort">
<soap:address location="http://Myhost:9082/CBSReplicationWeb/sca/component/CBSReplicationExport"/>
</wsdl

ort>
</wsdl:service>
</wsdl

efinitions>