Here is the solution->

the problem is like, if you include the WSDL file in the project, and
the wsdl contains some elements which have "minOccur=1" ,
Now if you do not provide those elements in the <request> tag, Flex
does not throw any error, it just cuts the elements that are there
after the mandatory tag....
Took a lot of time to realize that. This is a bug with Flex.... need
to update Adobe abt this.
Thanks for the input...

Regards,
Nilesh Deo


On Feb 17, 10:32 am, nithya flex <[email protected]> wrote:
> do this
>
> <request>
>      <Subject>ABC</Subject>
>      <Display>ABC</Display>
>      <Priority>1-High</Priority>
>      <Type>Email</Type>
>  </request>
>
> On Tue, Feb 16, 2010 at 6:11 PM, nd <[email protected]> wrote:
> > Hi All,
> > I am getting a very weird problem regarding calling a webservice from
> > Flex.
> > Here is the problem::::
>
> >  the call from Flex is not sending all parameters of the request :
>
> > eg:
>
> > <Webservice ...........
>
> >  <request>
> >      <act:Subject>ABC</act:Subject>
> >      <act:Display>ABC</act:Display>
> >      <act:Priority>1-High</act:Priority>
> >      <act:Type>Email</act:Type>
> >  </request>
> > </Webservice>
>
> > It is working from SOAPUI side but not working from Flex code, here
> > only Display and Type are getting sent.
>
> > can some one tell me how to solve the problem.
>
> > Please advise,
> > Regards,
> > Nilesh Deo
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Flex India Community" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<flex_india%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/flex_india?hl=en.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to