Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Consume .NET WCF service in SAP

Former Member
0 Kudos

Experts,

We are trying to consume .NET WCF service in SAP CRM EHP2 via proxy creation (SE80).

But we end up getting an error while generating proxy in SAP system using WCF WSDL.

Cannot generate proxy (object <portType name="CoreXmlPort"> missing in WSDL, see long text)

Message no. SPRX084

Background

During proxy generation, an interface description in WSDL format is fetched from the Enterprise Services Builder or from another source and interpreted. This WSDL document must describe the whole interface correctly.

I have also looked into various OSS Notes and SCN , But couldn't figure out exact root cause of the error.

Any help would be really appreciated.

Thank you very much

Regards

Shan

2 REPLIES 2

Ulrich_Schmidt
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Shan,

looks like the WSDL is incomplete/incorrect. You should show this error ("object <portType name="CoreXmlPort"> missing") to the creator of the WSDL.

Best Regards, Ulrich

0 Kudos

Hi Ulrich,

Thank you for your response.

After implementing OSS note 1969140, object missing in WSDL error is eliminated. 

Then, I used report RSSIDL_DESERIALIZE_DEMO to validate WSDL but getting an "unknown name space error".


Looks like there is an issue with WCF WSDL and am checking with .Net Team.

Keep you posted if any solution is found.

Thanks

Shan