• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

connecting SAP with FLEX

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi to all...

I am developing one tool in flex....in which i have to connect my tool with SAP server and to get datas from SAP server which i have to display in some text boxes...for that i am using WSDL....i am calling that wsdl by using the following code

->here XXX is the operation name and a,b,c,d are the input parameters.....

Here the problem is while executing the functional module in SAP we are getting values but while using this functional module in flex we are getting only null values....
- >Here x and y are the output parameters specified in wsdl.........

I didn't get any errors...but i am getting only null values...suggest me any ideas....
 
Ranch Hand
Posts: 95
Spring Flex Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The information you have provided is incomplete.

Is it flex3 or flex4?

Would it be possible to post the complete code with wsdl? Did you debug you check the passed argument to web service call from flex are correct? In flex4 we have network monitor facility, can you check what's been sent across the wire.

 
Today's lesson is that you can't wear a jetpack AND a cape. I should have read this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic