Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adobe Flex invoking web services

Former Member
0 Likes
311

Hi,

I tried to install the AS Proxy generator plugin as described in following tutorial:

Link: [How to Develop Flex Applications that Invoke Web Services|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20536f87-b5a1-2a10-06ad-c15369468e0e?overridelayout=true]

Unfortunately I got an error when executing step 2 "Add runtime project to your workspace". When doing this I get an warning message from adobe flex:

A problem occured when opening projekt "runtime". Try quitting and restarting the application. If the problem persists, you might be using an unsupported project version, or your project files might be corrupted.

I imported the runtime project in the flex builder in the following way:

File->Other->Existing Projects into Workspace, selected the archive file runtime.zip, Finish

When restarting AdobeFlex I get the same message again.

I tried this in the follwing system environment:

Adobe FlexBuilder 3.0

Windows Vista

The tutorial remarks that it apllies to SAP NetWeaver CE, FlexBuilder 2.0, Windows XP; may work with other platforms.

I am not sure if this is the reason why it doesn't work.

Has anyone experience with my used system environment? Any help is highly appreciated....

Best Regards, Eddy

1 REPLY 1
Read only

Former Member
0 Likes
285

Hi Edgar,

i think your method of importing the runtime library is not the correct.

- Unzip the runtime.zip file in your disk

- On Flex Builder, right-click on your flex proyect root, and select "properties"

- Select "Flex Build Path"

- In "Source Path" tab, click on "Add folder"

- Select your runtime folder

- Click OK

I expect this help you

Regards

Fran