cancel
Showing results for 
Search instead for 
Did you mean: 

Any examples on Adaptive Webservice Models?

Former Member
0 Kudos

RequestDetailsData is the node to which I need to set values and execute it.

Example :

wdContext.currentRequestDetailsDataElement().setRequestReason(wdContext.currentContextElement().getReqReason());

I have debugged and found that wdContext.currentRequestDetailsDataElement() is null

Before setting values to this node do i need to write any code like create new node or new element

Can any provide sample examples on Adaptive Webservice Models

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

check this SAP document on Webservice

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/900bbf94-a7a8-2910-e298-a651b4706c1e&override...

also check this link on abap to webservice links

/people/bertram.ganz/blog/2005/10/10/how-to-reimport-web-service-models-in-web-dynpro-for-java

/people/anilkumar.vippagunta2/blog/2006/12/13/secured-webservices-ii

/people/kumar.prashant4/blog/2006/07/14/using-rfc-as-webservice-in-webdynpro

http://www.sdn.sap.com/irj/scn/advancedsearch?query=adaptivewebservicemodel+

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Go through this pdf which gives you the basic of how to import and excute a adaptive webservice model.

https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/900bbf94-a7a8-2910-e298-a651b4706c1e&overrid...

Hope this helps you..

Regards,

Saleem

Former Member
0 Kudos

hi

instantiate this node RequestDetailsData

RequestDetailsData detailsData = new RequestDetailsData();

detaislData.setRequestReason(...)

then bind the node element ,

former_member201361
Active Contributor
0 Kudos

Hi,

Please search in SDN for ur query, u will find lot of articles.

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/301ff0bb-74ca-2910-fa99-eae392695aad]