http://www-01.ibm.com/support/docview.wss?uid=swg1LO41033
obviously Domino has a problem if xsd:any or xsd:anyAttribute ist provided in wsdl. Seems that this is not solved in 9.0.1.
Maybe it is possible to remove those attributes from wsdl or Change wsdl to a specific attribute type.
In a different case I used msxml to call a Service which worked for me.
http://www-12.lotus.com/ldd/doc/domino_notes/7.0/help7_designer.nsf/855dc7fcfd5fec9a85256b870069c0ab/bc4627f58ea92d998525704a003fba96?OpenDocument
Unsupported constructs
For this release, the following WSDL or XML Schema constructs have limited or no supported mappings to LotusScript or Java, and are rejected (or ignored, if indicated) by the Designer “Import WSDL” feature:
-
-
- any element
- anyAttribute element
- choice element, if nested, optional, or maxOccurs > 1 (arrays)
- redefine element
- sequence element, if maxOccurs > 1 (arrays)
- union simple type
- vector and map (APACHESOAP namespace) – no LotusScript mappings
- MIME attachments
- simple type facets – ignored (except for enumeration)
- attribute, element default values – ignored
- mixed content (character data alongside complex type subelements) -- ignored