cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service - execute and

Former Member
0 Kudos

Hi,

I have created a Web Service - one Method (one Input Parameter, one Outputparameter)

Structure after Modelcreation:

Testmodel

Model Classes

Checkuser

CheckuserResponse

Request_Checkuser

Checkuser

Response

Response_Checkuser

CheckuserResponse

Now I created a modelnode (TestNode) in customcontroler and set the modelbinding to Request_Checkuser

Now I like to execute the webservice:

wdInit in Custom controler_

Request_Checkuser a = new Request_Checkuser();

but this dosn't work, because Request_Checkuser() need the parameter Testmodel - but why????

I have no Idea how to call the Webservice - Can anyone help?

Thanks Stefan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Stefan

I think you need to create an instance of your TestModel, set value in its input parameter, bind the model to the node and then try executing.

Try doin this, I hope it works.

Regards

Kapil

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Stefan,

Pl check my reply

Regards, Anilkumar