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, the schema of the service is
based on an unwrapped service (hence only one instance of the request
tag). 

Workaround: comment out the isWrapped = true; and wrappedQname = ... ;
lines for each operation inside the BaseServiceName.as file 

Cheers,

Clem





On Sat, 2008-06-21 at 17:32 +1000, Josh McDonald wrote:
 What was the problem? In case somebody sees something similar and is
 searching the list in future.
 
 
 
 On Sat, Jun 21, 2008 at 5:24 PM, gnu wolf [EMAIL PROTECTED] wrote:
 Hello Josh
 
 Thank you! Solved this one already.
 
 Cheers,
 
 Clemen Canaria
 
 
 
 
 -- 
 Therefore, send not to know For whom the bell tolls. It tolls for
 thee.
 
 :: Josh 'G-Funk' McDonald
 :: 0437 221 380 :: [EMAIL PROTECTED]
 
 
  



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

2008-06-21 Thread Josh McDonald
Oh, right. The bug is in the wsdl import tool :) I've *got* to get around to
replacing that with something nice sometime... It's on the list anyway :)

-Josh

On Sun, Jun 22, 2008 at 3:32 AM, gnuwolf [EMAIL PROTECTED] wrote:

 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, the schema of the service is
 based on an unwrapped service (hence only one instance of the request
 tag).

 Workaround: comment out the isWrapped = true; and wrappedQname = ... ;
 lines for each operation inside the BaseServiceName.as file

 Cheers,

 Clem





 On Sat, 2008-06-21 at 17:32 +1000, Josh McDonald wrote:
  What was the problem? In case somebody sees something similar and is
  searching the list in future.
 
 
 
  On Sat, Jun 21, 2008 at 5:24 PM, gnu wolf [EMAIL PROTECTED] wrote:
  Hello Josh
 
  Thank you! Solved this one already.
 
  Cheers,
 
  Clemen Canaria
 
 
 
 
  --
  Therefore, send not to know For whom the bell tolls. It tolls for
  thee.
 
  :: Josh 'G-Funk' McDonald
  :: 0437 221 380 :: [EMAIL PROTECTED]
 
 
 


 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links






-- 
Therefore, send not to know For whom the bell tolls. It tolls for thee.

:: Josh 'G-Funk' McDonald
:: 0437 221 380 :: [EMAIL PROTECTED]