cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to import binding

Former Member
0 Kudos

Could anyone please suggest the solution for following problem.

I built a webservice from ID and handed over to our .NET team.

They said they are getting "Unable to import binding " error.

I tested this webservice from ALTOVA XML Spy and it worked.

Has anybody faced this problem before.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Venu,

When you try and set-up the SAP wsdl in .NET it complains about not seeing any port's or complex types. This is because SAP has moved these out into seperate files. .NET doesn't try to link these files at this time. If you simply click on "Add as reference" in Visual Studio at the time of importing the WSDL your problems disappear like magic..

Check the following link:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0d7349b6-0901-0010-ddbe-ec43178a...

the above link as binding exceptions.

Amaresh

Former Member
0 Kudos

Amaresh,

When I tried to use "Add as reference" in visual studio, it is looking for files of type .DLL, .COM not the wsdl type..

I can import only using "Add as a Wweb refrence" but I get unable to import binding error in this case.

Former Member
0 Kudos

hi Venu,

check if you missed these

Specify the model binding between the web service model and component controller of.NETcomponent.

Data bindings have to be created which links the UI elements and the view contexts.

Binding of model object in the required view is done in implementation part of the view.

regards

Sreeram.G.Reddy