cancel
Showing results for 
Search instead for 
Did you mean: 

SOA Management - setting up logical port for WS

Former Member
0 Kudos

Hi

I'm trying to use the RepositoryFrameworkWS from abap.

During this i am setting up a logical pot for the webservice.

This is done through the SOA Management.

I find the consumer proxy CO_KMCWS_REPOSITORY_FRAMEWORK

I then try to create the logical port.

i use the wsdl

http://<server>:<java_port>/RepositoryFrameworkWS/Config1?wsdl&;

when i apply the settings i get an error.

SRT Framework exception: The WSDL document is not compatible with proxy class "CO_KMCWS_REPOSITORY_FRAMEWORK": "Operation(s)Missing setGlobalConfig, resetSessionStatistic, resetGlobalStatistic, getSessionStatistic,

I know the operation i want to use(findResources). But I don't know how to set it up.

Can anyone help me ?

Best Regards,

Rasmus

Accepted Solutions (1)

Accepted Solutions (1)

avishek_gorai2
Participant
0 Kudos

Hi Rasmus,

Please check the Service definition in the WSDL URL given for Logical Port creation is same as the Service definition in the proxy CO_KMCWS_REPOSITORY_FRAMEWORK. It seems to me that some methods/ operations in th proxy could not be found in the Service definition in the WSDL URL.

Download the WSDL from the URL and open it using some tool and compare the Service definition with that of the proxy.

Regards,

Avishek.

Former Member
0 Kudos

Seems the proxy didnt fit the webservice.

So I generated a new proxy from the WSDL.

And then i was able to set up the logical port.

Answers (0)