Hi all,
I've just installed VS2003, the SAP .NET connector and the .net framework (1.1) on a freshly installed Windows XP pro machine. If I follow the various tutorials on the web I should be able to create a SAP proxy when doing the following:
- start VS2003
- create a new Windows Application (in C#)
- Add a SAP Connector Proxy
-- A wizard starts
And that is were it starts to go wrong. Instead of a wizard, I get the following:
<?xml version="1.0" encoding="utf-8" ?>
<wsdl:definitions targetNamespace="urn:sap-com:document:sap:rfc:functions" xmlns:s0="urn:sap-com:document:sap:rfc:functions" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<xsd:schema targetNamespace="urn:sap-com:document:sap:rfc:functions" xmlns:s0="urn:sap-com:document:sap:rfc:functions" xmlns:xsd="http://www.w3.org/2001/XMLSchema"></xsd:schema>
</wsdl:types>
<wsdl:portType name="dummy.PortType"></wsdl:portType>
<wsdl:binding name="dummy.SAPBinding" type="s0:dummy.PortType" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<s0:binding style="rfc" />
<wiz:GeneratorSettings xmlns:wiz="urn:sap:mw:dotnet:wizard">
<wiz:ProxyType>Client</wiz:ProxyType>
<wiz:ClassName>SAPProxy1</wiz:ClassName>
<wiz:Beautify>True</wiz:Beautify>
<wiz:CreateAsyncs>False</wiz:CreateAsyncs>
<wiz:CreateQRFC>False</wiz:CreateQRFC>
<wiz:CreateTRFC>False</wiz:CreateTRFC>
</wiz:GeneratorSettings>
</wsdl:binding>
<wsdl:binding name="dummy.Binding" type="s0:dummy.PortType" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
</wsdl:binding>
</wsdl:definitions>
Does anyone know what could be wrong here?
Thank you and kind regards,
Thomas