stefan_blaesi_incendia
Explorer
Member since ‎01-22-2013

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi all,I want to fire an outbound plug dynamically. To do this I use this coding:lv_outplug = 'to_view_01'.  "this can be any valueconcatenate 'fire_' lv_outplug '_plg' into lv_outplug.try.  call method wd_this->(lv_outplug).  catch cx_sy_dyn_call_er...
Hi experts,I have a .NET application on my local PC that provides a webservice that I want to consume. I can call the WSDL definition on http://localhost:8888/SapSoapCallListener?wsdl. But when I try to create the proxy I get an error message that th...