• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Webservice Call using SOAP in MXML

New Here ,
May 10, 2011 May 10, 2011

Copy link to clipboard

Copied

hi

i am new to flash builder devlopement.in my application i have to use SOAP response which is come from server which is remotly located and it is .net server.

i want to know how to implement SOAP in MXML ?

is LiveCycle or BlazeDc server is necessary for to call SOAP Webservice in MXML?

or i need Cross-domain File on server?

what is exact way to call SOAP webservice in MXML and possible give example for the same?

i paste below my code for webservice call


<s:WebService
            id="sampleService"
            wsdl="my wsdl URL">

<s:operation name="SignIn"  resultFormat="xml"  >
                <s:request >
                    <name>'megha'</name>
                    <password>'megha'</password>
                    <ID>4</ID>
                    <collge>'megha'</collage>   
                </s:request>
            </s:operation>
        </s:WebService>

some time it give below error

SOAPFault (Server): Server was unable to process request. ---> Object reference not set to an instance of an object.

please anyone have any idea about this because i am stuck in this form last two days

thanks & Regars,

Megha

Views

664

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 10, 2011 May 10, 2011

Copy link to clipboard

Copied

Hi there,

If you use the "connect to web service" in the data menu you can enter the URL where the WSDL service is. FB will setup your soap connection for you.In the data/services tab at the bottom of the screen you can right click a data type and let FB generate a form for you. Now you can check in the code how its done.

Grtz

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 10, 2011 May 10, 2011

Copy link to clipboard

Copied

LATEST

hi

as you told i conncet to SOAP webservice using data/service option it return me

SignInResult.token = mywebservice.SignIn('megha','12',4,'megha');

this value is  value:AsyncToken is given now how to fatch value from this Token .

in SOAP UI it give String value after sucessful call to webservice .

and i fatch value using SignIn.lastResult as String and it gives

Variable is undefined

Thanks & Regards

Megha

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines