cancel
Showing results for 
Search instead for 
Did you mean: 

DotNet to SAP using Webservices

Former Member
0 Kudos

Hi All

We intergrated Java to SAP using webservices with out deploying the webserives in UDDI and the same is working fine.

Is it possible to integrated from Dotnet to SAP with out deploying in UDDI or whether it is mandatory

Regards

Sekhar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sekhar,

you do not need to have the webservices published in UDDI to connect from .NET. It sufficient to have the webservice endpoint/address and it's wsdl, and then you can generate in VS 2005/2008 (or via .NET SDK svcutil) a WCF proxy to the SAP based webservice. I've myself a working example of such SAP / MS interoperability.

You can generate the wsdl from within the SAP NetWeaver development environment, and save it to disk. But probably you already have it, given your Java SAP interoperabilty.

Best regards, William.

Former Member
0 Kudos

But here we have the problem we could not load wsdl file from .Net there it is asking some user authentications even though we have given XI server user name and Password.

please help regarding this.

Thanks & Regards,

Sekhar.K

Edited by: Sekhar on Jul 27, 2009 8:56 AM

Former Member
0 Kudos

Hi Sekhar,

to circumvent that, generate/view the wsdl from within NetWeaver development environment, save it as ascii / text file on local disk; and read that file in from the .NET environment (either Visual Studio 2005/2008, or via svcutil).

Best regards, William.

Answers (0)