cancel
Showing results for 
Search instead for 
Did you mean: 

Generate Client Proxy: Conversion of DTD to WSDL w/o XI

Former Member
0 Kudos

Hi,

although I do not think this is an XI problem. Maybe somebody can help me.

I want to generate an abap client proxy. For generating I have to choose an WSDL file or using the XI repository. But we have not installed XI and the only web service definition file I have is an DTD-File. Does somebody know how I can convert a DTD file to WSDL or in which way I can use this file for generating a client proxy?

Thanks,

Juergen

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Juergen,

Try XMLSpy.

-N.

Former Member
0 Kudos

Jürgen,

I hope u r from Germany. Wie gehts?

ABAP client proxy will be generated on the server different from integration server, lets say on R/3 system if it is only Web AS 6.40 or higher else with Web As 6.20 with a plug-in installed.

If u have XI installed, u can import the wsdl file under the

external definitions

node. From WSDL file, DT, MT, MI are generated.

For the repository objs generated above, using

SPROXY

transaction in R/3 (some other system from where u want to send the data to XI), proxy is generated.

-N.