cancel
Showing results for 
Search instead for 
Did you mean: 

Error using XI generated WSDL in VB.NET 2.0 (SP2)

Former Member
0 Kudos

Hi All

I have a prject where we require a SOAP web service that is supplied by XI 3.0 and consumed in an VB.NET (v2.0) application.

I have done the interface design and configuration and it works (to a degree) using the SOAP client from SAP. However, I do not seem to be able to get it to work in .NET. I have generated the WSDL using the "Define Web Service" wizard and saved it locally on my PC. Next, I have added it as a web reference to my .NET project but get hte following error when I try and build it:

Custom tool error: Unable to import WebService/Schema. Unable to import binding 'MIOS_Account_CheckBinding' from namespace 'http://cskills.org/abfc/accountcheck'. Unable to import operation 'MIOS_Account_Check'. The element 'http://cskills.org/abfc/accountcheck:MT_AccountCheckRequest' is missing.

I'm not at all familiar with .NET but the message suggests to me that it is trying to access the namespace I've created in XI which of course doesn't exist outside of XI.

Any help would be greatly appreciated.

Kind regards

Andrew

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This was solve by applying a Microsoft Hotfix to the .NET framework.