cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with Adaptive Webservice Model

Former Member
0 Kudos

Hi all,

First of all, I created a http-destination for a webservice in the visual admin.

After this, I used the adaptive webservice model wizard and decided to use no logical destinations in the NWDS.

I told the component controller, that he has to use the created model above and created one model node for each node of the model in the component controller context. -> model binding.

I am now having the problem, that I can't set the httpdestination to the modelobject. There is no method setHTTPDestination displayed

I am using NW04 SP17.

Does anybody know how to solve this problem?

Thank you in advance for your help.

Best regards, Patrick.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member85655
Active Participant
0 Kudos

Hi Patrik,

If Test is the name of my model ,then rebuild the project and then you should be able to find the generated class corresponing to your model.

Test model = new Test();

Request_NumberToWords req= new Request_NumberToWords(model);

req.setNumberToWords(new NumberToWords(model));

wdContext.nodeRequest_NumberToWords().bind(req);

Regards,

Arun

Former Member
0 Kudos

Well that's not my problem anymore.

I am not able to get the httpdestination, because of the lack of the _sethttpdestination method

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Patrick,

See this thread:

Regards, Suresh KB

Former Member
0 Kudos

Hi Suresh,

I have already seen this thread, but I can't find the _setEndPoint-method also.

Kind regards, Patrick.

Former Member
0 Kudos

Hi Patric,

While importing the webservice through AdpativeWebService Model you have an option of setting two Logical destinations.

After deploying the application you can set the values for these destinations in visualAdmin,

Go to "WebServices security->Webservice clients->sap.com and create the destinations manually .

Refer to the doc for more info https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b2bc0932-0d01-0010-6d8e-cff...

Regards, Anilkumar