OK! Found the answer! I was to much thinking of the SOAP messages, when this is for HTTP Get and POST where is a string element.
E.g.
------------
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://www.home.NET">s tring</string>
------------...
User Profile
Collapse
-
WSDL <s:element name="string" nillable="true" type="s:string"/>?
Hi all!
I am a newbie to WSDL. I have a questions which has been driving me crazy...
If I would have a WSDL with a types element somewhat like below, what is the point of the third last row "<s:element name="string" nillable="true" type="s:string"/>". Why is it there and what is it for?
...
<wsdl:types>
<s:schema elementFormDefa ult="qualified"...
No activity results to display
Show More
Leave a comment: