Skip to Content
0
Former Member
Feb 21, 2011 at 12:13 PM

Publish Abap Web Service in ICF virtual host

583 Views

Hello

We have configured our abap aplication server with two virtual host in SICF

one the default_host that listen in http 8080 port and other virtual host that

listen in http 8090 port.

We need define some ABAP web services that listen in default_host:8080 and other virtual host in virtualhost2:8090.

We define de web service with SE80 wizard and then create the configuration end point

with SOAMANAGER.

Our problem is that soamanager ever create the entrie of endpoint in sicf transaction, under default_host:8080 service tree not under virtualhost2 service tree. and so we can not call

the web service like http://virtualhost2:8090/sap/bc.... because don't exist, only exist

http://defaul_host:8080/sap/bc....

we try to copy the entry of the tree under virtualhost2 in the proper place of the tree,

but when call the webservice with soaui the system report the error:

No Web service configuration for this access path: ""

i can see that there are entries in the table SRT_CFG_SRV_ASGN that are related with this

problem, because assign the url of the endpoint of the ws to virtual host, but i don't

know how the system generate this entries.

someone know how call ABAP web service with icf virtual host?

thanks

regards

diego