cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Web Service

Former Member
0 Kudos

Hello,

I have created an ABAP Web service by creating a FM, then I created the Virtual Interface, Then the webService Definition, and then I relased the Web Service.

When testing the webService on Tcode WSADMIN, Im not able to display the webService or test.

I think I have the wrong host or pointing to the wrong J2EE server...

Any Ideas?

10nks

Gabriel

Accepted Solutions (1)

Accepted Solutions (1)

former_member191062
Active Contributor
0 Kudos

Hello,

All J2EE engine is able to test your ABAP Webservice. Can you please describe what are your results?

Best regards,

Dezso Pap

Former Member
0 Kudos

Hello,

Thanks for answering....

When I go to tcode WSADMIN and excute the webService I created I got the following message:

Cannot download WSDL from http://XXX.com:8012/sap/bc/srt/rfc/sap/Y_WS_GPUL?sap-client=810&wsdl=1.1: Cannot connect to http://XXX.com:8012/sap/bc/srt/rfc/sap/Y_WS_GPUL?sap-client=810&wsdl=1.1: XXX.com

Any Ideas??

10nks again...

points will be rewarded

Gabriel

Former Member
0 Kudos

Hi,

Did you setup ICM server correctly ? Check if you can open any page on ICM e.g.

http://XXX.com:8012/sap/bc/ping (ping must be activated in SICF). Also make sure you are using FQDN for your server name. And it makes sense to ensure your webservice is activated in SICF=>sap=>bc=>srt=>rfc.

Hope this helps.

Regards,

Mike

Answers (1)

Answers (1)

Former Member
0 Kudos

I solved myself. It was that the DNS wasnt configured correctly.

Thanks all for your help!!