Webservice: How to omit parameter

Posted by Robert-Prediger on 08-May-2012 12:13

Hi,

I have a webservice with routine "authentication".

WSDL says, that there are 3 input parameters: "userid", "password" and "token". Output parameter is "token".

Progress interprets the WSDL as:

   INPUT userid

   INPUT password

   INPUT-OUTPUT token

Now the problem:

I can transfer either "userid" and "password" or "token".

The INPUT-OUTPUT is the reason, why the webservice always interprets the request as "token" request and does not interpret the values in userid and password.

What can I do to not send a "token"-tag?

Best regards

   Robert

All Replies

This thread is closed