aspose file tools
The moose likes Web Services and the fly likes Question on WSDL portType 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 "Question on WSDL portType" Watch "Question on WSDL portType" New topic
Author

Question on WSDL portType

Joe Harry
Ranch Hand

Joined: Sep 26, 2006
Posts: 8795

Guys,

I have a small question on the portType element of a WSDL. I'm referring to the following URL,

http://www.w3schools.com/WSDL/wsdl_ports.asp

How do they differentiate between the Operation Types? There is no mention in the portType xml element on this.


SCJP 1.4, SCWCD 1.4 - Hints for you, SCBCD Hints - Demnachst, SCDJWS - Auch Demnachst
Did a rm -R / to find out that I lost my entire Linux installation!
Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2193
Hi!
Note that the one-way operation only contains one <input> element in the <operation> element, while the request-response operation contains an <input> and an <output> element in the <operation> element. The order of the <input> and <output> elements is significant.
Best wishes!
 
I agree. Here's the link: jrebel
 
subject: Question on WSDL portType
 
Similar Threads
Valid identifiers in WSDL
portType definitions
binding and service elements in wsdl
problem with webservice dynamic proxyclient
element of WSDL file