Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Web Services
Search Coderanch
Advance search
Google search
Register / Login
Last week, we had the author of
TDD for a Shopping Website LiveProject
. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See
for the agenda and registration link
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Ron McLeod
Jeanne Boyarsky
Tim Cooke
Sheriffs:
Liutauras Vilda
paul wheaton
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Carey Brown
Frits Walraven
Bartenders:
Piet Souris
Himai Minh
Forum:
Web Services
Convert the existing soap:binding style="document" to RPC.
vikas bala
Greenhorn
Posts: 19
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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
Poop goes in a willow feeder. Wipe with this tiny ad:
free, earth-friendly heat - a kickstarter for putting coin in your pocket while saving the earth
https://coderanch.com/t/751654/free-earth-friendly-heat-kickstarter
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
adding new operation in web service interface
Convert the existing soap:binding style="document" to RPC.
Web Service Deployment problem
Convert the existing soap:binding style="document" to RPC.
problem in 'generate client' for WSDL in WSAD
More...