cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL

Former Member
0 Kudos

hi,

WSDL is used as a basis for which proxies?

I think abap not for java . am i RIGHT?

Thanks ,

Somenath

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

not answered

justin_santhanam
Active Contributor
0 Kudos

Somenath,

As per my previous reply , u can't create java proxy directly using WSDL. U have to import it as External Definition , use External Definition in Message Interface and finally create Java proxy for it.

Best regards,

raj.

Answers (4)

Answers (4)

Former Member
0 Kudos

we can create proxy using msg interface .......... but can i create java proxy using WSDL ?

Former Member
0 Kudos

can i create java proxies using WSDL?

Shabarish_Nair
Active Contributor
0 Kudos

<i>can i create java proxies using WSDL? </i>

>>>

you create java proxies based on the message interface.

Ref the below link -

http://help.sap.com/saphelp_nw04/helpdata/en/64/7e5e3c754e476ee10000000a11405a/frameset.htm

Shabarish_Nair
Active Contributor
0 Kudos

<i>WSDL is used as a basis for which proxies?

I think abap not for java . am i RIGHT?</i>

>>>

your message interface is the basis for creating proxies. Since your message interface has a WSDL specification, in a sense you are correct

justin_santhanam
Active Contributor
0 Kudos

Somenath,

Using WSDL u can communicate with webservices. using WSDL u can't create proxies.

Best regards,

raj.