[flexcoders] Re: WebService timeout to Axis on Tomcat

2011-09-09 Thread pirvulescu_adrian
--- In flexcoders@yahoogroups.com, andrewwestberg andrewwestberg@... wrote: In my flex app, I keep getting a webservice fault after 30 seconds. I've set the requestTimeout property higher, but it doesn't seem to have an effect. It only happens on a long-running webservice call that will

[flexcoders] Re: WebService timeout to Axis on Tomcat

2011-09-09 Thread valdhor
Try setting the request timeout to zero. Also, what is the actual fault that is returned? Add the following to your fault handler to find out... Alert.show(fault.fault.faultString, fault.fault.faultCode.toString()); --- In flexcoders@yahoogroups.com, pirvulescu_adrian pirvulescu_adrian@...

Re: [flexcoders] Re: Webservice Random Faults

2010-02-24 Thread ArunKumar Madas
I am afraid having to do that will defeat the purpose of having webservices in place! To me it alternately looks like having HTTPService with required params to a CF page that queries the db and returns the data back (in your case its via AMF using remoteObj). In-case someone is looking for an

[flexcoders] Re: Webservice Random Faults

2010-02-22 Thread valdhor
I came across multiple problems using Flex's built-in SOAP decoder. Instead I created a SOAP client on my server that makes all the calls and then returns the data to Flex using AMF. This also gets around any cross domain issues. It works for me 100% of the time ;-} --- In

[flexcoders] Re: WebService Payload Truncated (#2006 Out of Bounds Error) on Send in Gumbo

2009-08-19 Thread michaelisraelcaplan
I've been looking at this problem for just about a day straight now, and just can't see why I'm getting an out of bounds error on send. I've tried updated to the latest Gumbo nightly (9377), which no luck. My code to launch the WebService call looks like this: _calibrationData = new

[flexcoders] Re: WebService Payload Truncated (#2006 Out of Bounds Error) on Send in Gumbo

2009-08-19 Thread valdhor
I wonder if you have hit a windows limitation. This article may give you some ideas... http://blogs.msdn.com/drnick/archive/2006/03/10/547568.aspx --- In flexcoders@yahoogroups.com, michaelisraelcaplan mcap...@... wrote: I've been looking at this problem for just about a day straight now,

[flexcoders] Re: WebService Payload Truncated (#2006 Out of Bounds Error) on Send in Gumbo

2009-08-19 Thread michaelisraelcaplan
Interesting point. I tried truncating my byte array down to 60KB, I still got the out of bounds fault. However, if i drop the byte array down to 10KB, no out of bounds error. Somewhere between the two (60KB and 10KB) is the breaking point. I've read through the article you referenced

[flexcoders] Re: WebService Payload Truncated (#2006 Out of Bounds Error) on Send in Gumbo

2009-08-19 Thread michaelisraelcaplan
Ah, MaxReceivedMessageSize is not a Windows limit,per se, but a Windows WCF limit that is programatically controlled by the SOAP server. That shouldn't be a factor with the out of bounds fault? --- In flexcoders@yahoogroups.com, michaelisraelcaplan mcap...@... wrote: Interesting point. I

[flexcoders] Re: WebService Payload Truncated (#2006 Out of Bounds Error) on Send in Gumbo

2009-08-19 Thread valdhor
I wonder if it's the actual size or whether there is something in the data that it doesn't like. Could you try a different portion of the data (Say between the 60K point and 120K ?). --- In flexcoders@yahoogroups.com, michaelisraelcaplan mcap...@... wrote: Ah, MaxReceivedMessageSize is not a

[flexcoders] Re: Webservice with Dynamic request?

2009-02-09 Thread valdhor
This is how I would do it. You should be able to extrapolate it to your requirements: ?xml version=1.0? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; creationComplete=onCreationComplete() mx:Script ![CDATA[ import mx.controls.Alert; import

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-19 Thread Jeff Tapper
, 2009 5:59 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: WebService returning results, but event.result is null Something like: proxy.find.resultFormat = e4x; Tracy Spratt Lariat Services Flex development bandwidth available _ From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-19 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jeff Tapper Sent: Monday, January 19, 2009 12:51 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: WebService returning results, but event.result is null Interestingly enough, setting

[flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread valdhor
Are you getting a faultevent or a SoapFault? --- In flexcoders@yahoogroups.com, Jeff Tapper j...@... wrote: Has anyone dealt with situations where a webservice call is indeed completing properly, and the results can be seen in service capture, and the raw SOAP can be seen in

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
[mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Friday, January 16, 2009 2:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService returning results, but event.result is null Are you getting a faultevent or a SoapFault? --- In flexcoders@yahoogroups.com mailto:flexcoders

[flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread valdhor
Phone: 847.824.7800, x222 | Fax: 847.655.2867 jtap...@... From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Friday, January 16, 2009 2:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService returning results

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] Re: WebService returning results, but event.result is null HmCould you post the Soap response. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Jeff Tapper j...@... wrote: Oddly enough, I'm getting a ResultEvent, no faults at all

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
Phone: 847.824.7800, x222 | Fax: 847.655.2867 jtap...@digitalprimates.net From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Friday, January 16, 2009 3:41 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: WebService returning results

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Tracy Spratt
bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jeff Tapper Sent: Friday, January 16, 2009 5:20 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: WebService returning results, but event.result

[flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread valdhor
@yahoogroups.com Subject: RE: [flexcoders] Re: WebService returning results, but event.result is null And what is your resultFormat? Tracy Spratt Lariat Services Flex development bandwidth available _ From: flexcoders@yahoogroups.com [mailto:flexcod

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
[mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Friday, January 16, 2009 5:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService returning results, but event.result is null The operation does and I believe it defaults to object. It has to be something simple. Have you

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Jeff Tapper
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Friday, January 16, 2009 5:31 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: WebService returning results, but event.result is null Well, actually it is at the operation/method level

RE: [flexcoders] Re: WebService returning results, but event.result is null

2009-01-16 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: WebService returning results, but event.result is null Ok,so, given im making a call like this: public function getMediaItems(eventId:Number):AsyncToken{ var req:Object = new Object(); req['event-id'] = eventId

[flexcoders] Re: WebService using a bindable hostname

2008-12-04 Thread fishburn_david
I managed to get this working finally. I couldn't manage to change it with any of the options I listed. But what did work was using the FlexBuilder 3 interface and importing the WebService. Then using the code it called. Fairly significant work around, but it did work.

[flexcoders] Re: WebService operation faults propigating up to WebService fault handler.

2008-10-20 Thread Todd
: [flexcoders] Re: WebService operation faults propigating up to WebService fault handler. Hmmm...interesting. I got into the Responders/AsyncTokens because that's how all the Cairngorm samples were setup. But with what you say, it's very consistent with all the samples using MXML

[flexcoders] Re: WebService operation faults propigating up to WebService fault handler.

2008-10-16 Thread Todd
I'll bounce this back up as it's hard to find any source code samples using the Actionscript version of WebService, and properly handling all the different errors, etc... Thanks, --- In flexcoders@yahoogroups.com, Todd [EMAIL PROTECTED] wrote: Hello All, I have a problem that I can't

RE: [flexcoders] Re: WebService operation faults propigating up to WebService fault handler.

2008-10-16 Thread Tracy Spratt
PROTECTED] On Behalf Of Todd Sent: Thursday, October 16, 2008 12:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService operation faults propigating up to WebService fault handler. I'll bounce this back up as it's hard to find any source code samples using the Actionscript

[flexcoders] Re: WebService operation faults propigating up to WebService fault handler.

2008-10-16 Thread Todd
, October 16, 2008 12:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService operation faults propigating up to WebService fault handler. I'll bounce this back up as it's hard to find any source code samples using the Actionscript version of WebService, and properly handling

RE: [flexcoders] Re: WebService operation faults propigating up to WebService fault handler.

2008-10-16 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService operation faults propigating up to WebService fault handler. Hmmm...interesting. I got into the Responders/AsyncTokens because that's how all the Cairngorm samples were setup. But with what you say, it's very consistent with all

[flexcoders] Re: WebService call with more than one argument in call

2008-06-30 Thread dsb1971
Thank you for your hint. Your syntax led me to: myService.myOperation.arguments = { param0 { parm1: value1, parm2: value2 } }; which is running like a charm. I misinterpreted the WSDL-Document defining the input-argument- structure. Daniel Schlichtholz --- In flexcoders@yahoogroups.com, Josh

[flexcoders] Re: Webservice implementation switched to e4x after Flex 2.0.1 hotfix 2

2008-06-05 Thread mgrayfmr
--- In flexcoders@yahoogroups.com, mgrayfmr [EMAIL PROTECTED] wrote: Hi there: We've run into some webservice issues here when switching from Flex 2.0.1 (not the hotfix version) to Flex 3. We are retrieving data from a .NET backend using a SOAP/wsdl format. When we switched to Flex

Re: [flexcoders] Re: Webservice, SOAP, SSL and BasicAuthentication

2008-01-24 Thread Christoph Guse
Hi, thanks for your replies. eipref1.kingmedia.de is a non-public server running in a virtual machine for developing purposes only. The WSDL file is accessible. I did some more investigation and the solution is at the moment the Flex SOAP webservice functionality is not useable. The

[flexcoders] Re: Webservice, SOAP, SSL and BasicAuthentication

2008-01-23 Thread gregariousgregmi
I had a similar experience, not sure if this will solve your problem. I had imported a WSDL in flex 3.0 beta 2. While working with the action script code it generated, specificially adding any code related to SOAP, the import statements would change automatically, leaving out several libraries

[flexcoders] Re: Webservice, SOAP, SSL and BasicAuthentication

2008-01-23 Thread valdhor
I have not used SOAP with Flex as yet but have built a number of SOAP servers and clients as well as WSDL's. Your error message is: Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL (null) Are you sure you have the location of the WSDL correct? If I try

[flexcoders] Re: Webservice-WSDL not loaded in FireFox

2007-12-04 Thread brunot985
--- In flexcoders@yahoogroups.com, brunot985 [EMAIL PROTECTED] wrote: Adobe Support classified this problem as bug: JIRA issue SDK-11519 (currently not public). The responsible engineer stated that no Flex fix is planned, he announced that it will be fixed with the next major Flash update.

[flexcoders] Re: webservice inheritance problem

2007-10-25 Thread forums.eyelock
--- In flexcoders@yahoogroups.com, Hans [EMAIL PROTECTED] wrote: Hi list, I use a webservice method that needs a collection of a certain type. This type is an abstract class of which 2 implementations exist. If I call this method and pass in an arraycollection with 2 instances (one for

[flexcoders] Re: webservice inheritance problem

2007-10-25 Thread forums.eyelock
This type is an abstract class of which 2 implementations exist. If I call this method and pass in an arraycollection with 2 instances (one for each implementation), it occurs that the SOAP request being created ignores the fact that it concerns a subclass. In other words the only thing

[flexcoders] Re: WebService performance with large XML

2007-10-23 Thread ben.clinkinbeard
Can you post some code showing how you're making the call? Ben --- In flexcoders@yahoogroups.com, M@ Sheppard [EMAIL PROTECTED] wrote: The application we're developing requires me to return a block of XML from the database, and we're doing this with a webservice. We have a current version

[flexcoders] Re: WebService performance with large XML

2007-10-23 Thread M@ Sheppard
I might have found a solution to my own problem. Here is the current code: service = new WebService(); service.GetProject.resultFormat = e4x; //Increases speed of return 10 fold service.useProxy=false; service.wsdl = OurModelLocator.getInstance()[EMAIL PROTECTED];

RE: [flexcoders] Re: WebService performance with large XML

2007-10-23 Thread Alex Harui
:[EMAIL PROTECTED] On Behalf Of M@ Sheppard Sent: Tuesday, October 23, 2007 11:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService performance with large XML I might have found a solution to my own problem. Here is the current code: service = new WebService

[flexcoders] Re: WebService performance with large XML

2007-10-23 Thread ben.clinkinbeard
Yep, I was going to suggest the same. The best approach I've found (and recommended by Adobe) is to use resultFormat=e4x and convert to classes by way of xml-accepting constructors and/or factories. Ben --- In flexcoders@yahoogroups.com, M@ Sheppard [EMAIL PROTECTED] wrote: I might have found

[flexcoders] Re: WebService problem

2007-09-14 Thread Paul DeCoursey
I have an update on this. There is no problem with extending string unless there are more than one of the same element, I'm not sure if it's the unbounded max that causes it. I think that the hotfix 3 had something in it about this. I will have to explore that option. --- In

[flexcoders] Re: WebService Basic Authentication over HTTPS?

2007-08-28 Thread chuyler1
I'd do some research to see what most .NET people are doing for authentication and WebServices. That's what I'm trying to do now :) It looks like most are using SOAP headers instead of Basic Authentication. I started a thread with our back-end group in charge of all the .NET stuff. We do

[flexcoders] Re: WebService Basic Authentication over HTTPS?

2007-08-27 Thread chuyler1
Will the method of using SOAP headers still allow for basic session management by the .NET WebService? The server-side guys are really pushing the use of Basic Authentication but it sounds like this approach will mean coding specific authentication functions within the WebService, correct?

RE: [flexcoders] Re: WebService Basic Authentication over HTTPS?

2007-08-27 Thread Peter Farland
. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of chuyler1 Sent: Monday, August 27, 2007 3:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService Basic Authentication over HTTPS? Will the method of using SOAP headers still allow

[flexcoders] Re: WebService request serialization : XML attributes

2007-05-24 Thread ecpmaz
Sent: Tuesday, May 22, 2007 10:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService request serialization : XML attributes Nobody has any webservice with attributes required in the request ??? :( {Maz} --- In flexcoders@yahoogroups.com mailto:flexcoders

[flexcoders] Re: WebService request serialization : XML attributes

2007-05-22 Thread ecpmaz
Nobody has any webservice with attributes required in the request ??? :( {Maz} --- In flexcoders@yahoogroups.com, ecpmaz [EMAIL PROTECTED] wrote: Hi, I have a soap method described like that : === s:complexType base=s0:Credential s:sequence/ s:attribute

RE: [flexcoders] Re: WebService request serialization : XML attributes

2007-05-22 Thread Peter Farland
, 2007 10:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService request serialization : XML attributes Nobody has any webservice with attributes required in the request ??? :( {Maz} --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , ecpmaz [EMAIL PROTECTED

[flexcoders] Re: WebService in AS

2007-05-20 Thread hugocorept
Oh i get it, the error has in : public function readyHelloWorld():void{ // call web service function Is Ready webService.HelloWorld(myInput.text); } correct to :

[flexcoders] Re: WebService in AS

2007-05-20 Thread hugocorept
Here's the complete code if anyone is interest, if anyone disagree with anything reply me ;) [Bindable] public var webService:WebService; public function wsHelloWorld():void{

[flexcoders] Re: WebService sending dynamic XML - problem

2007-05-19 Thread discipl4
Nate, Thanks again for the reply. I was AFK a few days myself, I see you are afk too, hopefully doing something cool! Its not so much that I want to pass N number of people.. I actually only want to pass 1 person at a time with each call. Its actually that a person might have N number of tags

[flexcoders] Re: WebService in AS

2007-05-19 Thread hugocorept
Hey thanks for the Help, that really light me! So, i write something like this.. [Bindable] public var webService:WebService; public function wsHelloWorld():void{

[flexcoders] Re: WebService sending dynamic XML - problem

2007-05-18 Thread discipl4
@yahoogroups.com Subject: [flexcoders] Re: WebService sending dynamic XML - problem Tracy, Thanks for the reply :) If you pass it like that, it gets encoded :( The XML tags get turned into gt and lt because the SOAP wrapper thinks you were sending string data inside of 1 XML tag.. which you

[flexcoders] Re: WebService sending dynamic XML - problem

2007-05-17 Thread Nate Pearson
Ah, i gotcha. Totally possible. I do the same thing except backwards from .NET to Flex. So you want to pass N number of People. People is an object that contains fields like first name, last name, phone, ect... I would create a class called person with these fields in it. I would add N

[flexcoders] Re: WebService sending dynamic XML - problem

2007-05-16 Thread Nate Pearson
This is how I do it: mx:WebService id=ws wsdl=http://myurl/service.asmx?WSDL; useProxy=false showBusyCursor=true mx:operation name=getMyFunction result=projectsHandler(event)/ /mx:WebService Then in action script I go ws.getMyFunction(param1, param2, param3). You don't have to define

[flexcoders] Re: WebService sending dynamic XML - problem

2007-05-16 Thread discipl4
Nate, Thank you for the quick response!! :) I did not know you could implement a WS call the way you do, very cool, although unless Im understanding it improperly, I dont think it will work for me. Please correct me if I am misinterpreting how your way works. You do ws.getMyFunction(firstName,

RE: [flexcoders] Re: WebService sending dynamic XML - problem

2007-05-16 Thread Tracy Spratt
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of discipl4 Sent: Wednesday, May 16, 2007 6:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService sending dynamic XML - problem Nate, Thank you for the quick response!! :) I did not know you could implement a WS call the way you do

[flexcoders] Re: WebService sending dynamic XML - problem

2007-05-16 Thread discipl4
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of discipl4 Sent: Wednesday, May 16, 2007 6:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService sending dynamic XML - problem Nate, Thank you for the quick response

RE: [flexcoders] Re: WebService sending dynamic XML - problem

2007-05-16 Thread Tracy Spratt
To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: [flexcoders] Re: WebService sending dynamic XML - problem Nate, Thank you for the quick response!! :) I did not know you could implement a WS call the way you do, very cool, although unless Im understanding

[flexcoders] Re: WebService Fault Handling - Flash Player 9 Update

2007-03-21 Thread Paul DeCoursey
lose the browser integration that is often important. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul DeCoursey Sent: Tuesday, March 20, 2007 10:45 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re

RE: [flexcoders] Re: WebService Fault Handling - Flash Player 9 Update

2007-03-21 Thread Matt Chotin
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService Fault Handling - Flash Player 9 Update How are sockets implemented then? Also I have never seen the Flash Player include the browsers cookies in requests. This has been a big complaint of mine for a very long time. They only way I could get

[flexcoders] Re: WebService Fault Handling - Flash Player 9 Update

2007-03-20 Thread Paul DeCoursey
I find it hard to believe that we can create our own implementation that would support this using sockets but the built in method requires browser vendor help. --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Unfortunately we cannot fix this without support from the

[flexcoders] Re: WebService Fault Handling - Flash Player 9 Update

2007-03-20 Thread paulwelling
Hello, Thank you for the response. A malformed WSDL string set in the WebService will cause a 404 with the following error, that does get passed to the FlashPlayer: Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL. Is it only Faults - 500, that won't

RE: [flexcoders] Re: WebService Fault Handling - Flash Player 9 Update

2007-03-20 Thread Matt Chotin
PROTECTED] On Behalf Of Paul DeCoursey Sent: Tuesday, March 20, 2007 10:45 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService Fault Handling - Flash Player 9 Update I find it hard to believe that we can create our own implementation that would support this using sockets

RE: [flexcoders] Re: WebService Fault Handling - Flash Player 9 Update

2007-03-20 Thread Matt Chotin
major Player release. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of paulwelling Sent: Tuesday, March 20, 2007 1:09 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: WebService Fault Handling - Flash Player 9 Update

[flexcoders] Re: Webservice null values?

2007-02-22 Thread wayne_badu_johnson
Anyone? --- In flexcoders@yahoogroups.com, wayne_badu_johnson [EMAIL PROTECTED] wrote: Hi How can I send through a null value via a WS call , given the following wsdl settings: xsd:element minOccurs=0 name=expiry nillable=true type=string/ 'expiry' is an optional field where a

[flexcoders] Re: WebService base64Binary

2007-02-21 Thread fritzdimmel
Has anybody been able to do this? I need exacte the same thing! Thanks Fritz --- In flexcoders@yahoogroups.com, John Starfire [EMAIL PROTECTED] wrote: I don't really know how to deal with an image, encoded with base62Binary, that I receive from a webservice (e.g.

[flexcoders] Re: WebService base64Binary

2007-02-21 Thread Cato Paus
Hi have you been on this page http://www.bytearray.org they are talking about some Base64.as ... hope it helps Cato Paus --- In flexcoders@yahoogroups.com, John Starfire [EMAIL PROTECTED] wrote: I don't really know how to deal with an image, encoded with base62Binary, that I receive from a

AW: [flexcoders] Re: WebService base64Binary

2007-02-21 Thread Harald Dehn
We extended the ByteArray Class with a base64 decoder and encoder. Harald _ Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Cato Paus Gesendet: Mittwoch, 21. Februar 2007 17:11 An: flexcoders@yahoogroups.com Betreff: [flexcoders] Re: WebService

AW: [flexcoders] Re: WebService base64Binary

2007-02-21 Thread Harald Dehn
ba.readUTFBytes(ba.length); } Harald _ Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Harald Dehn Gesendet: Mittwoch, 21. Februar 2007 22:06 An: flexcoders@yahoogroups.com Betreff: AW: [flexcoders] Re: WebService base64Binary We extended the ByteArray

RE: [flexcoders] Re: WebService base64Binary

2007-02-21 Thread Andrew Trice
Of Harald Dehn Sent: Wednesday, February 21, 2007 4:11 PM To: flexcoders@yahoogroups.com Subject: AW: [flexcoders] Re: WebService base64Binary Sorry I forgot an example: function base64encode(text:String):String { var ba:ByteArrayEx = new ByteArrayEx(); ba.writeUTFBytes

[flexcoders] Re: WebService, destination, Basic Auth

2007-02-17 Thread ecpmaz
Does anybody have any example for that ? {Maz} I've been struggling for hours to understand what is said in the livedoc but I do not manage to figure out how to do that !!! Adobe surely have to improve their data acess and interconnectivity help part ! So, I want to access a WebService

[flexcoders] Re: WebService woes - faultCode: EncodingError - faultString: Unknown Property

2007-01-25 Thread gustavo.saume
Hello yall, we had the same problem and realize that when you define in your server side that a WebService receive an ArrayList (Java) of an specific type of content you canĀ“t pass an empty ArrayCollection from Flex to the Server. You must at least add an empty Item of the speficed type to

[flexcoders] Re: WebService bug?

2007-01-12 Thread herrodius
Hi Ben, We are using the 2.0.1 version. I have just discovered that this problem only occurs when using collections of objects that are typed to a superclass of the objects. For instance, I have a class MediaItem. My 2 concrete subclasses are CD and DVD. A CD has a Tracks property and a DVD has

[flexcoders] Re: WebService bug?

2007-01-11 Thread ben.clinkinbeard
Are you using 2.0.1? There were a handful of WebService serialization/deserialization issues resolved, some of which were specific to .NET services. You might also want to check out Darron Schall's ObjectTranslator class: http://www.darronschall.com/weblog/archives/000247.cfm. HTH, Ben --- In

[flexcoders] Re: webservice SOAP envelope

2007-01-10 Thread phipzkillah
I used this 3rd part app to view all http and soap headers. Its free and lite. Check it out here: https://wsmonitor.dev.java.net/ --- In flexcoders@yahoogroups.com, mrinal.wadhwa [EMAIL PROTECTED] wrote: Is there a way to see the outgoing/incoming SOAP envelopes when I call an operation in

[flexcoders] Re: webservice SOAP envelope

2007-01-10 Thread paulwelling
Hello mw, There maybe others, but Charles works great: http://xk72.com/charles/ Paul --- In flexcoders@yahoogroups.com, mrinal.wadhwa [EMAIL PROTECTED] wrote: Is there a way to see the outgoing/incoming SOAP envelopes when I call an operation in a webservice from a flex app

[flexcoders] Re: Webservice WSDL ActionScript authentication and operations - n00bie

2006-12-11 Thread phipzkillah
Ben, What is the best way to go about handling the result from the operations.send() call. I'm sure you must have to add an event listener on the operations call. I do not fully understand the Iresponder from your initial posting. You can optionally capture the token created by the call and

[flexcoders] Re: Webservice WSDL ActionScript authentication and operations - n00bie

2006-12-11 Thread ben.clinkinbeard
Hey Phil, Sure, let's go over ASyncToken and IResponder. ASyncToken (http://livedocs.macromedia.com/flex/2/langref/mx/rpc/AsyncToken.html) From the docs: This class provides a place to set additional or token-level data for asynchronous rpc operations. It also allows an IResponder to be attached

[flexcoders] Re: Webservice WSDL ActionScript authentication and operations - n00bie

2006-12-11 Thread phipzkillah
Ok, my 1046 error was from a typo, duh... ASyncToken should have been AsyncToken --- In flexcoders@yahoogroups.com, phipzkillah [EMAIL PROTECTED] wrote: Ben, What is the best way to go about handling the result from the operations.send() call. I'm sure you must have to add an event

[flexcoders] Re: Webservice WSDL ActionScript authentication and operations - n00bie

2006-12-09 Thread phipzkillah
Thanks for your reply Ben. I have a few more questions, hopefully you can help. The doCoolStuff, is that the method we are trying to call through the web service? From your example it seems like you can specify operation arguments in either an object or array format. I don't think I fully

[flexcoders] Re: Webservice WSDL ActionScript authentication and operations - n00bie

2006-12-09 Thread ben.clinkinbeard
is that the method we are trying to call through the web service? Yep. You know, I almost included the bit about e4x the first time but decided against it. For that you simply do op.resultFormat = e4x; Flex handles the serialization of your objects for you, so you just put the arguments your

[flexcoders] Re: Webservice WSDL ActionScript authentication and operations - n00bie

2006-12-08 Thread ben.clinkinbeard
I've not dealt with authentication but here is how to call an operation. // getOperation() returns generic AbstractOperation by default // you want mx.rpc.Operation, not mx.rpc.mxml.Operation var op:Operation = ws.getOperation(doCoolStuff) as Operation; op.arguments.arrayArg = new Array(foo,

[flexcoders] Re: Webservice Connector Component

2006-09-30 Thread Tim Hoff
Hello, The Flash 8 and Flex 1.5 webservice connector wizardsare really nicetime-savers for developers.They validate the connection, automatically list the available operations and provide control binding options. All of these coding steps are completed in one trip to the wizard. It would be

[flexcoders] Re: WebService vs RemoteObject

2006-09-12 Thread bill_sahlas
Yup, the improvements in AMF protocol from older versions of CF is awesome - 7.02 supports the AMF3 (ActionScript 3.0/Flex 2.0) protocol and is much much quicker. --- In flexcoders@yahoogroups.com, Darren Houle [EMAIL PROTECTED] wrote: This was not designed as a controlled experiment, just

[flexcoders] Re: webservice in a ComboBox

2006-09-07 Thread omkarjoe
Hi Kristian, I don't know much about the webservices but I'll try to help... java.utils.list is basically an ArrayList object. ArryList is converted into Array type Actionscript object by Flex. Before attaching this Array as dataprovider to combobox u need to convert it to ArrayCollection. U

RE: [flexcoders] Re: webservice in a ComboBox

2006-09-07 Thread Tracy Spratt
: [flexcoders] Re: webservice in a ComboBox Hi Kristian, I don't know much about the webservices but I'll try to help... java.utils.list is basically an ArrayList object. ArryList is converted into Array type Actionscript object by Flex. Before attaching this Array as dataprovider

[flexcoders] Re: webservice lastResult to a ComboBox

2006-09-05 Thread meteatamel
Can you more specific? It would be useful if you can post the code that you have right now and we can see what we need to change to make it work. --- In flexcoders@yahoogroups.com, Kristian [EMAIL PROTECTED] wrote: Hi. Hope someone can help me. I need to put the result from a webservice in

RE: [flexcoders] Re: webservice lastResult to a ComboBox

2006-09-05 Thread Franck de Bruijn
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: webservice lastResult to a ComboBox Can you more specific? It would be useful if you can post the code that you have right now and we can see what we need to change to make it work. --- In [EMAIL PROTECTED]ups.com, Kristian [EMAIL

[flexcoders] Re: Webservice Connector Component

2006-09-01 Thread ben.clinkinbeard
Its really not bad at all, and understanding how things really work will pay off down the road. Here is a sample. mx:WebService id=ws wsdl=http://www.site.com/MyWebService.asmx?WSDL; useProxy=false fault=getTrendsFault(event) result=getTrendsResult(event) mx:operation name=GetTrends

[flexcoders] Re: Webservice and column name question.

2006-08-31 Thread dinger0007
No it gave me the actual data. But thanks allot for the response. Here is what i have finally come up with: for(var i in test){ for(var j in test[i]){ trace(j); }} My initial thought about flex and actionscript: It is a hard road getting to the solution but once there it is such a

[flexcoders] Re: Webservice and column name question.

2006-08-30 Thread dinger0007
Correct, the structure (column names) are dynamic based on the webservice operations. Let see if I can be more specific. This is what I have so far, it returns the actual data in the console window. But want to display the column names in the console test = new ArrayCollection( event.result as

RE: [flexcoders] Re: Webservice and column name question.

2006-08-30 Thread Franck de Bruijn
Of dinger0007 Sent: Wednesday, August 30, 2006 2:27 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Webservice and column name question. Correct, the structure (column names) are dynamic based on the webservice operations. Let see if I can be more specific. This is what I have so far

[flexcoders] Re: Webservice and column name question.

2006-08-30 Thread Doug Lowder
Does this give you what you want? for each(var item in test) { for each(var colname in item) { trace(colname); } } --- In flexcoders@yahoogroups.com, dinger0007 [EMAIL PROTECTED] wrote: I have a query result coming back from a webservice call and i want to pull the column names out

[flexcoders] Re: Webservice Destination with Basic Authentication

2006-08-24 Thread Tom Ruggles
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of someguy7_7 Sent: Wednesday, August 23, 2006 8:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Webservice Destination with Basic Authentication I cannot see the authorization

Re: [flexcoders] Re: Webservice Destination with Basic Authentication

2006-08-23 Thread Tom Chiverton
On Tuesday 22 August 2006 15:34, someguy7_7 wrote: I don't understand what you mean. Are you saying that the webservice I am trying to connect to has to have a services-config.xml? What information needs to be in the services-config.xml. I am connecting to a j2ee webservice. Maybe you should

[flexcoders] Re: Webservice Destination with Basic Authentication

2006-08-23 Thread someguy7_7
I have figured out the destination issue and my request is making it to the webservice but the Authorization header is not being sent. I am calling setRemoteCredentials before setting any params and calling send. Here is my webservice definition. mx:WebService id=myService

Re: [flexcoders] Re: Webservice Destination with Basic Authentication

2006-08-23 Thread Tom Chiverton
On Wednesday 23 August 2006 04:22, someguy7_7 wrote: I have figured out the destination issue and my request is making it to the webservice but the Authorization header is not being sent. I am calling setRemoteCredentials before setting any params and calling send. Hmm. You've dumped out the

[flexcoders] Re: Webservice Destination with Basic Authentication

2006-08-23 Thread someguy7_7
I cannot see the authorization header anywhere in the http dump. Here is some more information on how I am testing. I deployed the fds samples.war and placed my test mxml in the samples application. I added the following definition to samples/WEB-INF/flex/proxy-config.xml. destination

RE: [flexcoders] Re: Webservice Destination with Basic Authentication

2006-08-23 Thread Seth Hodgson
and verify that the browser's challenge box pops up. Best, Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of someguy7_7 Sent: Wednesday, August 23, 2006 8:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Webservice

Re: [flexcoders] Re: WebService - What's wrong with this code?

2006-08-22 Thread Tom Chiverton
On Monday 21 August 2006 12:54, Samuel D. Colak wrote: Is it thus by implication that FDS become some form of flash Hibernate ? There are people working on that right now :-) -- Tom Chiverton Helping to confidentially target second-generation systems

  1   2   >