aspose file tools
The moose likes Web Services Certification (SCDJWS/OCPJWSD) and the fly likes Convert the existing soap:binding style= Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Web Services Certification (SCDJWS/OCPJWSD)
Reply Bookmark "Convert the existing soap:binding style="document" to RPC." Watch "Convert the existing soap:binding style="document" to RPC." 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,




hugs <br />Vikas
nitin pai
Ranch Hand

Joined: May 30, 2006
Posts: 185
Hi vikas,

If you just created the WSDL then it is simply changing the style attribute value to "rpc"

Put
style="rpc"
where you see style ="document"

And then use the tools like wsdeploy to make stubs and proxies out of the WSDL



 
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.