Skip to Content
0
Oct 11, 2013 at 08:51 AM

Using multiple input ports with different structures

67 Views

Hi there,

I have a model (webservice) within my VC app with two input ports:

  • datefrom (0...1) (Port 1)
  • dateto (0...1) (Port 1)
  • username (0...n) (Port 2)

Testing the Web Service within the Web Services navigator works perfectly.

Now I want to use this webservice as model in my VC app.

The problem is how to pass the data to both ports and submit (it doesn't matter if and which data is present).

For the dates (Port 1) I want to use a Form-View and for the usernames I want to use a Table-View.

Any help would be greatly appreciated.

Thanks, Bernd