This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes Convert the existing soap:binding style= Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply locked New topic
Author

Convert the existing soap:binding style="document" to RPC.

vikas bala
Greenhorn

Joined: Dec 26, 2006
Posts: 19
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>


hugs <br />Vikas
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Convert the existing soap:binding style="document" to RPC.
 
Similar Threads
problem in 'generate client' for WSDL in WSAD
Convert the existing soap:binding style="document" to RPC.
Web Service Deployment problem
adding new operation in web service interface
Convert the existing soap:binding style="document" to RPC.