cancel
Showing results for 
Search instead for 
Did you mean: 

Business Connector 4.7 & .NET SOAP Proxy Generator Problems

Former Member
0 Kudos

Hello, I'm trying to create a SOAP client in .NET to connect to a Web Service created with Business Connector 4.7. The problem I have is that the wdsl file generated by BC is not working with wsdl.exe (or wsewsdl3.exe). I have tried all the different types of wsdl generated by the BC with the same outcome. Wsdl erros out complaining that the wsdl file is not WI-C complainte. Is there a sample Proxy Code in C# somewhere or is there another solution?

-Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Boris-Mohr
Advisor
Advisor
0 Kudos

You also can use the svcutil tool from .NET 3.0 to create clients from a WSDL.

Former Member
0 Kudos

svcutil still complained about the binding and it generated some code. But it did not detect the structures in the wsdl file. I tried downloading the metadata from the Web Service but it requires username and pass and svcutil does not use it.

Mensaje editado por:

Fabricio Martinez

Former Member
0 Kudos

I never found and anwser to this problem, I was forced to create an webclient and exchange an XML file. Which also only worked correctly if the content-type was equal to:

ContentType = "application/x-sap.rfc; charset=UTF-8";

Hope this helps someone.

Mensaje editado por:

Fabricio Martinez

Boris-Mohr
Advisor
Advisor
0 Kudos

Hi,

have you tried to use the add web reference in .NET?

I think its very easy to create a client from a WSDL.

Regards,

Boris