[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[alf-dev] SCM WSDL Errors
|
- From: Mark Phippard <markp@xxxxxxxxxxxxxxx>
- Date: Wed, 9 Aug 2006 13:39:53 -0400
- Delivered-to: alf-dev@eclipse.org
Editing the SCM WSDL copied from the Wiki into Eclipse WTP WSDL editor. It
gives some validation errors:
1) line 46 WSDL refers to "PromoteRequestType" but this item is not
defined in the ALFSCM.xsd.
2) line 233The 'ALFSCM' port type specified for the 'ALFSCMSOAP' binding
is undefined. Check the 'ALFSCM' port type name and ensure it is defined.
3) line 213 The input element is referencing an undefined message
'addAssetsRequest'.
There are 5-6 more of these for other message identifiers.
4) line 214 The output element is referencing an undefined message
'addAssetsResponse'. Check that the message name and namespace are correct
and that the message has been defined.
Again 5-6 more of these for other messages.
Mark