GetIdentity wrong signature

KevinBenson kmb at mssl.ucl.ac.uk
Mon Aug 14 05:04:44 PDT 2006


Yes you are correct, I changed and uploaded a new version.

Matthew Graham wrote:
> Hi,
>
> In the RegistrySearch WSDL, GetIdentity is defined as:
>
> <operation name="GetIdentity">
>  <input message="tns:empty"/>
>  <output message="tns:ResolveResp"/>
>  <fault name="GetIdentityError" message="tns:ErrorResp"/>
> </operation>
>
> I suspect that this is not what was meant: this is a notification 
> message exchange pattern whereas what I think you want is a normal 
> request-response with the GetIdentity element taking no arguments:
>
> <operation name="GetIdentity">
>  <input message="tns:GetIdentityReq"/>
>  <output message="tns:ResolveResp"/>
>  <fault name="GetIdentityError" message="tns:ErrorResp"/>
> </operation>
>
> where
>
> <message name="GetIdentityReq">
>  <part name="GetIdentity" element="tns:GetIdentity"/>
> </message>
>
> and
>
> <xs:element name="GetIdentity"/>
>
>    Cheers,
>
>    Matthew
>



More information about the registry mailing list