Re: [flexcoders] Re: SOAP request has 2 elements generated twice thus throwing an error. [SOLVED]

2008-06-21 Thread gnuwolf
Hi Josh, Found this from the Flex Bug and Issue Management system. http://bugs.adobe.com/jira/browse/FB-12264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel The generator does not figure out what the actual type of the wsdl is - wrapped or unwrapped. From the description,

RE: [flexcoders] Help on error: Invalid AMFX packet. Content must start with an amfx node

2008-06-18 Thread gnuwolf
Hi Seth, Thanks for replying. I'm creating a webservices client for Netsuite. The usual SOAP request for login operation would look something like this: soapenv:Body platformMsgs:login xmlns:soapenc=http://schemas.xmlsoap.org/soap/encoding/;

[flexcoders] Help with Flex 3 webservices

2008-06-17 Thread gnuwolf
Hi guys, I have these settings and code. proxy-config.xml: destination id=ws-netsuite properties wsdlhttps://webservices.netsuite.com/wsdl/v2008_1_0/netsuite.wsdl/wsdl soap*/soap /properties adapter ref=soap-proxy/ /destination

[flexcoders]

2008-06-17 Thread gnuwolf
Hi Guys, I'm getting this error message whenever I invoke a WS operation: A fault occured contacting the server. Fault message is: Invalid URL - can't access HTTPS URLs when accessing proxy via HTTP. Here's a code snippet: mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;

RE: [flexcoders] Error: can't access HTTPS URLs when accessing proxy via HTTP

2008-06-17 Thread gnuwolf
Sorry guys, forgot to set the subject. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gnuwolf Sent: Tuesday, June 17, 2008 6:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Hi Guys, I'm getting this error message whenever I invoke a WS

[flexcoders] Flex Newbie - Web Services Dilema

2008-06-16 Thread gnuwolf
Hi, I'm a developer who usually uses Java,Php,C#, etc. And I'm new to Flex and ActionScripting. i'm using Eclipse 3.3.x and Flex Builder 3 plugin for Eclipse and BlazeDS. I tried generating the proxy classes from Data Manage WSDL and I was able to generate the *.as files which are the proxy

Re: [flexcoders] Flex web services client-BlazeDS-NetSuite, session cookies in header

2008-06-16 Thread gnuwolf
Hello Josh, I work for Netsuite and I'm trying to create a client for it in Flex. It's not my job to do one tho since I work for support but i'm a developer and it challenges me to create one. On Mon, 2008-06-16 at 19:18 +1000, Josh McDonald wrote: I imagine cookies are handled by the browser

RE: [flexcoders] Re: Flex Newbie - Web Services Dilema

2008-06-16 Thread gnuwolf
Hey, Thanks for your quick reply. I was wondering where the part 2 of that article is. Part1 shows how to use the proxy classes using actionscript, I was more particular on how to integrate using MXML. Thanks anyway. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL