cancel
Showing results for 
Search instead for 
Did you mean: 

Call ABAP WebService with Elips Studio /Flex

Former Member
0 Kudos

Hi everybody,

Does somebody has experience with Elips Studio for Flex? I can't find much about it..

I would lik to call my SAP Webservices into my Elips project. (I know it's not the same as a regular Flex project, there are some differents...)

Can somebody help me out with this?

Tanks a lot guru's! Really appriciate it!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Pierre,

First of all check the URL derived for your Web service, it should give WSDL content if run on any browser.

Then Go for standard method of consuming web services in Java using Eclips studio.

You can refer following thread of search on google for 'consuming web services in Java using Eclips'.

Regards,

Vivek

athavanraja
Active Contributor
Former Member
0 Kudos

Hi,

I understand that you already have WSDL file ie.., you got WSDL from ESR or some thing else .

In flex you can import the WSDL file(Data-->Import WSDL). Then proxy classes will be generated which you can use it in flex.

I think in Eclipse you should create a Webservice client project & then you can refer the WSDL.

Thanks,

Arun