cancel
Showing results for 
Search instead for 
Did you mean: 

wsdl in proxies

Former Member
0 Kudos

Hi

wsdl is used as the bais for proxies (abap or java ) ?? where will WSDL will come into picture if we are creating proxies ??

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

WSDL is open standarad which is base for web services. interfaces designed in XI at design time generates WSDL format interface descriptions.

During proxy generation:

wsdl elements of interface description converts into objects of respective target languages (ABAP or JAVA). while proxy generation u can select a WSDL file from a local file, UDDI, or XI repository. wsdl contains structure of the message.

For more info:

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Regards

rajesh

Former Member
0 Kudos

Hi rajesh,

>>wsdl elements of interface description converts into objects of respective target languages (ABAP or JAVA).

Are you sure that coversion is into both ABAP/JAVA languages or for only ABAP ??

Thanks

kumar

VijayKonam
Active Contributor
0 Kudos

Yes. A wsdl can be converted in to class of any language. Even .NET. Thing is, respective IDEs would take care of creating the classes as WSDL is generic standard used for Web Service Descriptions. (WSDL - Web Serice Descrption Language).

VJ

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi palnati,

WSDL file is used when u r doing sum scenario involving web services..e.g.u r doing a scenario from proxy to web service,den u need to use wsdl file on ur receiver side.

Thanks,

Anoop

Shabarish_Nair
Active Contributor
0 Kudos

A real time example where a WSDL is being used can be seen in the following blog;

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2

justin_santhanam
Active Contributor
0 Kudos

Kumar,

Refer Michael and others reply in the below discussion, it might clears your doubt.

Best regards,

raj.