User Profile

Collapse

Profile Sidebar

Collapse
mato81
mato81
Last Activity: Feb 23 '08, 07:32 AM
Joined: Feb 22 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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>
    ------------...
    See more | Go to post

    Leave a comment:


  • 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"...
    See more | Go to post
No activity results to display
Show More
Working...