History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-25164
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Alexey Epishkin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

flex support: mx:operation tag is marked invalid in a mx:WebService tag

Created: 28 Feb 08 13:46   Updated: 05 Mar 08 15:12
Component/s: XML editing
Fix Version/s: Diana 8243, Selena 7.0.4

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. screenshot-1.jpg
(82 kb)
Issue Links:
Duplicate
 
This issue is duplicated by:
IDEA-17319 mx:operation tag inside mx:WebService... Resolved

Build: 7,718
Fixed in build: 7,746


 All   Comments   Work Log   Change History      Sort Order:
Alexey Epishkin - 28 Feb 08 13:47
<mx:WebService id="authWS" wsdl="/pluggd/services/auth?wsdl"
showBusyCursor="true" fault="Alert.show(event.fault.faultString)">
<mx:operation name="login" result="onResult(event)" resultFormat="e4x">
<mx:request>
<loginParameters>
<email>{emailField.text}</email>
<password>{passwordField.text}</password>
<rememberMe>{rememberCheckbox.selected}</rememberMe>
</loginParameters>
</mx:request>
</mx:operation>
</mx:WebService>