A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Java
»
Web Services
Author
Convert the existing soap:binding style="document" to RPC.
vikas bala
Greenhorn
Joined: Dec 26, 2006
Posts: 19
posted
Apr 02, 2007 01:03:00
0
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 :mrgreen: efinitions name="CBSReplicationExport_CBSDataReplicationHttp_Service" targetNamespace="http://www.mycompany/com/mcp/sca/interfaces/CBSDataReplication/Binding" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns :-P 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 :-o peration name="processRequest"> <soap :-o peration/> <wsdl:input name="processRequestRequest"> <soap:body use="literal"/> </wsdl:input> <wsdl :-o utput name="processRequestResponse"> <soap:body use="literal"/> </wsdl :-o utput> </wsdl :-o peration> </wsdl:binding> <wsdl:service name="CBSReplicationExport_CBSDataReplicationHttpService"> <wsdl :-P ort binding="this:CBSReplicationExport_CBSDataReplicationHttpBinding" name="CBSReplicationExport_CBSDataReplicationHttpPort"> <soap:address location="http://Myhost:9082/CBSReplicationWeb/sca/component/CBSReplicationExport"/> </wsdl :-P ort> </wsdl:service> </wsdl :mrgreen: 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
Web Service Deployment problem
adding new operation in web service interface
Convert the existing soap:binding style="document" to RPC.
Convert the existing soap:binding style="document" to RPC.
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter