cancel
Showing results for 
Search instead for 
Did you mean: 

Parse wsdl

former_member194099
Active Participant
0 Kudos

Hi,

I am trying to create Busniess Objects back from WSDL. Can anybody tell me how this can be done?

Or else, if I can parse the wsdl into a DOM, I can construct the BO manually. So, how can I parse a WSDL into a DOM?

with regards,

Sagar

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

I might be wrong, but a WSDL is nothing but a XML. So, wouldnt a DOM parser be able to do this just like you use it for Java mapping.

regards

Bhavesh

Answers (2)

Answers (2)

former_member194099
Active Participant
0 Kudos

I wanted the BOs in ABAP. Howevere, I found the class - CL_PROXY_WSDL2ABAP but the usage is unclear to me.

former_member194099
Active Participant
0 Kudos

Hi,

I am able to parse it intoa DOm now. Thanks guys. I will wait for a direct way to convert into a BO. If I don't receive any replies, I will go via teh DOm way.

Sagar

Former Member
0 Kudos

>> Busniess Objects

do you mean objects in Java, then WSDL2Java is the utility you can search for on google and you can download the plugin and install in NWDS and use for converting BOs from it.