• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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.

 
They worship nothing. They say it's because nothing is worth fighting for. Like this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic