cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming web service from ecc6.0:using webservice proxy -service call

former_member185845
Active Participant
0 Kudos

Hi,

<u> On SYSTEM A</u>

AS POC we have generated web service from BAPI_FLIGHT_GETLIST from ECC6.0.

0.we tested using web browser it was working fine.Then saved the WSDL to local pc

<u>On SYSTEM B</u>

1.I have created proxy using wsdl saved on local pc,

2. Created RFC Destination Type "H" giving the web service path

path : /sap/bc/srt/rfc/sap/ZBAPI_FLIGHT_GETLIST_WSD host & http port number.

3. created Logical port using LPCONFIG adn provided the RFC destination.

4. created service call from abap dynpro by using third option "web service proxy"

then selected the proxy generated above.

when i go to component controller context and see,

exporting

output

FLIGHT_LIST

Under FLIGHT_LIST i dont see the node Item then list of elements under that.

How to use this in view as such i dont see output individual parameters??

If i use function module and create service call

then i could see properly like and could use it in view.

CHANGING

FLIGHT_LIST

AIRLINEID

....

...

..

Pointers will be suitable rewarded.

Regards

shekar chandra

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185845
Active Participant
0 Kudos

closed