File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes wscompile wsi flag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "wscompile wsi flag" Watch "wscompile wsi flag" New topic
Author

wscompile wsi flag

Kevin G Scott
Greenhorn

Joined: Jan 24, 2005
Posts: 17
Hello,
I was playing a little with the wscompile tool that comes with the JWSDP 1.5 and working on generating a client for a WSDL. When I specify the f:wsi option, all my message signatures seem to pick up the wrapped element names as types, so that I get operations like MethodNameResponse methodName(MethodNameRequest). When I leave this flag off I get the correct signature. I don't why this happens and the only thing in the document for this flag is that it "enable(s) WSI-Basic Profile features." Can anyone explain this observed behavior?

Thanks in advance!
Jim Baiter
Ranch Hand

Joined: Jan 05, 2001
Posts: 530
The Basic Profile specification guarantees that your web service will be interoperable across platforms (e.g. Microsoft, Java, etc.). The flag will generate wrappers so your messages will comply.
Kevin G Scott
Greenhorn

Joined: Jan 24, 2005
Posts: 17
So does that mean that the wrapped paradigm isn't fully interoperable?
 
IntelliJ Java IDE
 
subject: wscompile wsi flag
 
Threads others viewed
Using wscompile
how to generate JAX-RPC mapping file using wscompile tool
-security option in wscompile
WSI
Create an endpoint interface from wsdl using wscompile (jaxrpc)
MyEclipse, The Clear Choice