Expand my Community achievements bar.

DRT_Chris
DRT_Chris
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I suggest that you use adobe's example as it provides anHTTPService exercise and instructions for using their "starter.zip"file. They offer free online video training here:http://www.adobe.com/devnet/flex/videotraining/

    Type

    Discussions

    Views

    350

    Likes

    0

    Replies

    0
  • I'm new to Flex and I am using web services to make a call tomy server. This is working. My problem is that I don't know how tostore the value of the result to a variable.When I put a break point at the end of my ResultHandler()function and run the application in debugging mode, I can expandthe vari...

    Type

    Discussions

    Views

    605

    Likes

    0

    Replies

    1
  • Hi Jim,I just started using Flex this week so I haven't tried makingcalls using the method that you are (by importing the WSDL through Data > Import Web Service (WSDL)...), but I have been successful inmaking calls via another method.<mx:WebService id="webServiceID" wsdl="http://yourwebsite/somefold...

    Type

    Questions

    Views

    426

    Likes

    0

    Replies

    0
  • Hi Darragh, I think your problem is with your wsdl. the urlyou provided as your wsdl does not work. Also, are you trying to send parameters through your call?There's a slightly outdated (but still relevant) article onformatting your .mxml to use the web service here: http://www.ibm.com/developerwork...

    Type

    Discussions

    Views

    315

    Likes

    0

    Replies

    0