cancel
Showing results for 
Search instead for 
Did you mean: 

Sample Tutorial - link not working

Former Member
0 Kudos

Hi,

Under this link suppose to hava a link to sample tutorial of web dynpro (adaptive Web Service Model).

However, this link does no work

http://scn.sap.com/docs/DOC-18499

(Link in Step 2 C - see below)

C) I Do not Have A Sap Backend System, but I Have A Connection to the Internet.

Creating an E-Mail Client Using Web Dynpro's Adaptive Web Service Model In this tutorial, you will develop a Web Dynpro application for sending an e-mail message, using an e-mail Web service provided by an external service provider. It fully describes all required development steps like setting up a new project, importing the Adaptive Web Service Model defining context mapping and binding relations, designing the view layout and implementing the controller code.
Note: This tutorial version uses an email Web service provided by a third party. This Web service must be available at runtime.
The ready-to-use project is available here.

---------------------

Does anyone has the new link?

Accepted Solutions (1)

Accepted Solutions (1)

amolgupta
Active Contributor
0 Kudos

hi Seng,

I was able to find the sample code for the tutorial, its here -

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/602d018e-4798-2b10-4786-87a3052d1...

The Tutorial you mentioned is definitely not accessible any more.

But you can find equivalent knowledge from the below knowledge areas -

I hope this information helps you, do let me know if you need further help.

Regards,

-Amol Gupta

Answers (2)

Answers (2)

former_member445255
Participant
0 Kudos

Hi Seng,

You can find all sample tutorial of web dynpro (adaptive Web Service Model) from below link..

http://www.sdn.sap.com/irj/sdn/nw-wdjava?rid=/webcontent/uuid/503f22f6-b978-2a10-bf97-ddc21267e752

Regards

Div

Former Member
0 Kudos

Unfortunately most of the tutorials (RFC, Web service) require the project file to be imported in NWDS and they are written in NW 7.0. I am using 7.3 .

Is there any Tutorial...step by step for RFC and Web Services so that they are not dependent to NW Version platform?

Thanks Amol, thanks DIv for your input.

amolgupta
Active Contributor
0 Kudos

Hi Seng,

Change in versions from 7.0 to 7.3 changes the look and feel and minor details of implementation, menus etc and adds more functionality.But the basic concepts of WebDynpro Java will remain the same for both 7.0 and 7.3.

It will be slightly tough to implement a 7.0 tutorial in 7.3 but not impossible.

Other than SCN, the only sources of version specific learning remain -

- charged SAP Trainings (JA-310, JA-312), confirm if they train using 7.3 environment.

- charged SAP Online Knowledge Products (OKPs) on marketplace http://service.sap.com/okp

- also, try free of cost e-learning on SCN

- sometimes some good content is available on youtube free of cost

e.g. - http://www.youtube.com/results?search_query=sap+7.3+dynpro&oq=sap+7.3+dynpro&aq=f&aqi=&aql=&gs_l=you....

Thanks and Regards,

-Amol Gupta

amolgupta
Active Contributor
0 Kudos

Hi Seng,

Do let me know, if you get stuck anywhere because of version differences with appropriate links. I will help you overcome the obstacle.

Learning SAP products on own using self help guides will need some proactive self motivation !

Besides, all fellow members will be delighted to help you solve your problem.

Regards,

-Amol Gupta

amolgupta
Active Contributor
0 Kudos

Hi Seng,

     This link is not functional anymore. Last time i checked the same tutorial, the 3rd Party Web Service mentioned in the tutorial was not working any more, thats probably why they have taken the tutorial down.

If you wish to learn how to integrate a WebService with WebDypro Java, follow the following steps, you need to have access to the Web Service wsdl you wish to consume-

A. Create a web service model -

-> Models -> create a model

-> Import Adaptive Web Service Model

-> Enter Model name and package

-> Select Local File System or URL

-> Select - No logical destinations - use WSDL URL for metadata retrieval and webservice execution

-> Provide WSDL for the Web Service you wish to integrate and click next

These steps will help you create the model.

   

B. Before you can use the model use have declare usage in Used Models

-> add your newly created model to Used Models

     -> right click on Used Models

     -> click on Add

     -> Select your newly created model from the list

     -> Click on Ok

C. Now you want to consume the Web Service Model through WebDynpro view, follow the following steps -

-> right click on you view you wish to integrate the web service model with

-> click on Template

-> clcik on Apply

-> select Service Controller

D. Fill in the data in the Web Service Model context and execute. To confirm what all data need to be fed in the Web Service Model context you may use tools like SoapUI which help you simulate a Web Service call using its WSDL.

I hope this helps you. Do let me know if you feel stuck anywhere.

Regards,

-Amol Gupta