cancel
Showing results for 
Search instead for 
Did you mean: 

SRT Framework exception: The WSDL document is not compatible with proxy

LGA
Participant
0 Kudos

hello,

I'd like to create a logical port to my web service but when I create this type of error:

SRT Framework exception: The WSDL document is not compatible with proxy class "YAIRPORT_CO_AIRPORT_SOAP": "Unsupported Operation (s): getAirportInformationByISOCountryCode, getAirportInformationByAirportCode, getAirportInforma

someone has an idea?

thank you

Accepted Solutions (0)

Answers (3)

Answers (3)

LGA
Participant
0 Kudos

Hello everyone and thank you for your answers.

@ hummel: I do not have this type of error the transaction soamanager working properly.

@ greg: My web service is already created, I created a program that uses it I did a test system ECC6 EHP 4 and it works correctly against I redid the same test on SAP CRM 7.0 and it does not work

my question is what's the problem comes from the version I should do or parameterization

thank you

former_member181962
Active Contributor
0 Kudos

Check this discussion:

http://forums.sdn.sap.com/thread.jspa?threadID=1379697

Best Regards,

Ravi

former_member184681
Active Contributor
0 Kudos

Hi,

Most probably your class YAIRPORT_CO_AIRPORT_SOAP was't automatically generated by SAP from the .wsdl file. If so, then you have to generate it from this file and then create the logical port. For this purpose, go to se80, display the function group there you want to add the class, right-click it and choose Create -> Web Service. Then on the following screens choose Service Consumer, Local File and specify the .wsdl file for the web service you want to use. Finally specify a Package, Prefix and Transport Request, activate the changes and you're done. Now you can create the Logical Port.

Hope this helps,

Greg