aspose file tools
The moose likes Web Services and the fly likes Complex Type versus Simple Type in a WSDL definition 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 Bookmark "Complex Type versus Simple Type in a WSDL definition" Watch "Complex Type versus Simple Type in a WSDL definition" New topic
Author

Complex Type versus Simple Type in a WSDL definition

Dan Drillich
Ranch Hand

Joined: Jul 09, 2001
Posts: 1121
Good Day,

WSDL Document Example uses complexTypes in its schema, such as -



In this specific case, it seems to me that an XSD simple element would suffice, such as -



Therefore, is there any reason for the usage of complexTypes here?

Regards,
Dan


William Butler Yeats: All life is a preparation for something that probably will never happen. Unless you make it happen.
Yaron Naveh
Greenhorn

Joined: Oct 26, 2008
Posts: 24
You are right that in this particular case a single element could be enough.

However it is a known convention to have a common root to all inner elements. So even though with one element it is not really helpful, it is still used. It also makes the SOAP more readable as the wrapper element name is based on the method name.


[url]http://webservices20.blogspot.com/[/url]
Web Services Performance, Interoperability And Testing Blog
 
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: Complex Type versus Simple Type in a WSDL definition
 
Similar Threads
Passing binary files in webservices
java.io.IOException: Type {http://lang.java}Exception is referenced but not defined.
Axis - describing arrays in WSDL : "unbounded sequence" instead of "soapenc:Array"
how can i create java classes from given wsdl
Help needed for wsdl generated by wstools