cancel
Showing results for 
Search instead for 
Did you mean: 

Run Web Dynpro Java through sockets

Former Member
0 Kudos

Hello All!

I need to consume a Web Dynpro Java. To consume it, we will use a Java Proxy.

I want to open the connection with the Web Dynpro Application with sockets, somebody has done this?

I will really thank any help.

Thanks and regards,

Manuel Míguez.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Manuel,

A Webdynpro java application primarily provides a user interface. It is not like an RFC or EJB which can provide a service. So I dont understand the "consuming" part. What exactly is your requirement?

Every webdynpro application can be "called" or "run" using a url. If you want to call a webdynpro application externally, you could use that url. May be if you can explain the scenario a bit more.

Thanks,

Rajit.

Former Member
0 Kudos

Hello Rajit,

I want to say "run" instead of "consume".

I know I can call the WDJ using the URL, but I have to call a robot application in the near future using sockets, and I want to call the WDJ using sockets to simulate this scenario.

I don´t know if this is possible.

Former Member
0 Kudos

Hi Manuel,

I dont think it is possible to run webdynpro this way. They are neither services nor threads listening on a port. They are only applications run by a container. For ex. a servlet run by the servlet container. You can get a socket connection to the WAS that runs the webdynpro but thats it.

Cheers,

Rajit