The Swedish Phone Search Example
Search http://www.xmethods.com/ for a lookup service for Swedish telephone numbers and somehow find
http://www.marotz.se/scripts/searchperson.exe/wsdl/ISearchSwedishPerson, which has five operations:
The input message name is "HTMLSearchAddressRequest". That message has part names of:
  • "fName "
  • "lName "
  • "Address "
  • "ZipCode "
  • "City"
We might find "City" and "Address " but the rest will be very difficult for automatic software in real time to understand what these terms mean.
And the output message has a single part: "return". What's this?



cjp