Expand my Community achievements bar.

anirudhs
anirudhs
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I strongly suspect that the path to your WSDL is wrong. Isyour URL publicly accessible?Hitting http://63.139.189.187:8002/WSDL/iLON100.wsdlgives me a 404 File not found error. Please confirm that you cansee the XML of the WSDL by hitting the same URL in thebrowser.

    Type

    Discussions

    Views

    942

    Likes

    0

    Replies

    0
  • If you're running the Flex application from Flex Builder, youshouldn't run into crossdomain issues. Flex Builder automaticallytrusts the swf file so that your development cycle is smooth.But if you host your swf at localhost or any server, you'llrun into the crossdomain problem if your WSDL is at do...

    Type

    Discussions

    Views

    942

    Likes

    0

    Replies

    0
  • Hi,Have you seen this?Do let us know if it works (for the benefit of the othermembers).

    Type

    Discussions

    Views

    536

    Likes

    0

    Replies

    1
  • Hi,Your class should read:quote:import flex.messaging.MessageClient;public class MyMessageClient extends MessageClient{ public MyMessageClient() { }}

    Type

    Discussions

    Views

    353

    Likes

    0

    Replies

    0
  • Hi,AMF is suited for situations when there is lot of datainvolved. The performance improvement will be considerable sincethe actual data being transferred is way way lesser than when XMLis used.To get AMF working with .NET, youcan use Weborb or OpenAMF.

    Type

    Discussions

    Views

    317

    Likes

    0

    Replies

    0
  • Hi,Are you running the HTML file for the Flex application fromthe place where the WSDL is?Otherwise try putting the full path to the WSDL in the WSDLproperty of mx:WebService like so:<mx:WebService d="soap" wsdl="http://63.139.189.187:8002/WSDL/v4.0/iLON100.wsdl"fault="failed(event)" result="worked(...

    Type

    Discussions

    Views

    942

    Likes

    0

    Replies

    0
  • Hi,HTTPS (HTTP over SSL) is your best bet. if you try to do anysort of decryption on the client, it can be eventually brokenunless you implement something akin to what is being done in SSL.Curious to know what other ideas you've attempted?

    Type

    Discussions

    Views

    319

    Likes

    0

    Replies

    0
  • That should work. All you need to do is call it once beforethe first call to the remote object. You can do it when thecreationComplete event of your application fires or just aboutanywhere really.Basically that call tells Flex that the remote type of theDate class of Flex is java.util.Timestamp.

    Type

    Discussions

    Views

    456

    Likes

    0

    Replies

    1
  • Hi,Check out the headers property of HTTPService (http://livedocs.adobe.com/flex/3/langref/mx/rpc/http/HTTPService.html#headers)And URLRequestHeader if you are using a URLLoader.But to pass the authorization header, the latest version ofthe flash player requires you to have it specified in the cross...

    Type

    Discussions

    Views

    406

    Likes

    0

    Replies

    0
  • Hi,Not sure if it will help, but try callingregisterClassAlias("ABS", ABC) before calling into blazeds.(where ABS is the server data type of the object within thelist and ABC is the client data type)

    Type

    Discussions

    Views

    321

    Likes

    0

    Replies

    0
Top badges earned by anirudhs
Customize the badges you want to showcase on your profile