cancel
Showing results for 
Search instead for 
Did you mean: 

Need XSD file for a RFC web service

Former Member
0 Kudos

Hi,

I would like to dowload a XSD file for the RFC web service. I am using the Netweaver ABAP, and the RFC I am trying to use is BAPI_BUPA_CENTRAL_GETDETAIL in CRM 7.0 . I am not using XI currently.

I was thinking of downloading the WSDL file followed by using the program E2C_DOWNLOAD_CRT_SCHEMA to convert it to XSD file. I want to use the XSD file in generating ADOBE form. Any pointers to this is appreciated preferably using SAP GUI.

Regards,

Kartik N.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kartik,

You can see if this will work for you:

http://<host>:8000/sap/bc/soap/wsdl11?services=BAPI_BUPA_CENTRAL_GETDETAIL

This will give you the wsdl, which includes the schema:

-Russ

Former Member
0 Kudos

How do I get an XSD file from WSDL file?

When I run the program E2C_DOWNLOAD_CRT_SCHEMA it gives ABAP dump saying

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_XSLT_RUNTIME_ERROR', was not

caught and

therefore caused a runtime error.

The reason for the exception is:

The naemspace prefix in 's:schema' is not declared.