Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to call java fanction through Web Service

Former Member
0 Likes
561

Hello Experts,

I want to call a method through Java Web Service in my abap code. Is it possible ? If so, plz guide me.

Requirement: In SD module user enters the PAN, on after entering PAN in want to validate it on NSDL. For that a Web Service has already been deployed on a Web Server. and that the deployed Web Service I want to call in abap code.

Hello Experts,

I want to call a method through Java Web Service in my abap code. Is it possible ? If so, plz guide me.

Requirement: In SD module user enters the PAN, on after entering PAN in want to validate it on NSDL. For that a Web Service has already been deployed on a Web Server. and that the deployed Web Service I want to call in abap code.

3 REPLIES 3
Read only

Former Member
0 Likes
521

Hi, you can call java webservice from abap

for this u have to create a client proxy in ur system

and whenever u enter the pan then this proxy can be called

and it will call from teh NSDL and return the required value

regards

M.A

Read only

0 Likes
521

Thnks mr. afjal,

can u explain process in more detail. I am new in this. Plz help.

Read only

0 Likes
521

Hi,

check this link

regards

afzal