| 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
|
|
|