cancel
Showing results for 
Search instead for 
Did you mean: 

How to code at server for get data from client requests ?

Former Member
0 Kudos

Dear all,

I have a product with client/server. Server has 2 DCs as Webdynpro DC and EJB DC. Client is a application writing by C++,

Clients always send data to server every 2 minutes, clients data belongs to request object. How to code at server for get data from client requests ? . should i code it at Webdynpro DC or EJB DC ?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

how the client communicate with your server?

Former Member
0 Kudos

Hiii John Wu,

Last time, server is written by struts framework , client sent data to server using HTTP Request and server has action function for receiving data request.

Now, Server is written by web dynpro for java and i don't want to change any things at client.

Thanks.

junwu
Active Contributor
0 Kudos

create a servlet to receive the call from c++ client.

Former Member
0 Kudos

Hiii John Wu,

Thanks for your reply,

And i have a little bit confuse. I mean, now my project available in SAP Netweaver Developer Studio. I have 2 DCs the first DC for User Interface and the second for EJB. where do i have implement servlet in each others or i need to create and implement at another DC. How to implement it? sorry for somethings write above so I am a new comer for SAP development.

Thank you!

junwu
Active Contributor
0 Kudos

netweaver java server also support the traditional java development.

you have to create j2ee web application dc, where you can put the servlet.

Answers (0)