Webservice invoke call doesn't work

I'm invoking a webservice with axis, and it isn't working ok. It seems as if it's making something, but at the end it doesn't return anything. After executing all necessary methods (addParameter, setReturnType,setOperationName...) i execute invoke method and it stands working but doesn't return anything and execution doesn't finalize (i'm executing it in eclipse). I debugged it, and it worked fine, so i made a Thread.sleep() of 4 or 5 seconds before executing invoke method, and it works ok! I don't understand this behaviour, because if the code is being executed sequentially, it has no sense that works with sleep call. Do you know what can be happening? Because sleep solution is not a very good idea, i've to spend 4 or 5 seconds in every call invoke!
Thanks!

Hi,
1. It is not clear to me if the missing fields are missing from the model defintion or from the SOAP request?
2. What is the VC version you are using?
3. I suggest to raise the trace level of the web services connector to: "All" using the NWA log configuration (location: "com.sap.portal.connectors.WebServices") -> reproduce => check the java default trace errors
Best Regards,
Ran

Similar Messages

  • Video call doesn't work on iphone 6 iOS 8.1.3

    I have a iphone 6 with iOS 8.1.3, updated skype to version 5.10, all functions works fine but video call. the icon of video call doesn't respond (it stays blue when you click it), camera was turned on in setting also under privacy, I can use camera to take my photo for screen photo, that means the camera was setting correctly, but only video call doesn't work, can anyone help? Thanks a lot in advance.

    Try to reset the phone by holding the sleep and home button for about 10sec, until the Apple logo comes back again. You will not lose any data by resetting, but it can cure some glitches.
    If this does not help, setting it up as new device would be the next step:
    How to erase your iOS device and then set it up as a new device or restore it from backups

  • Webservice Invoking call failure

    Hi
    I wonder if someone has had the same problem i've got and
    could give me a hand.
    I've got a movie that i'm calling a webservice from. When I
    run the movie in flash it downloads the service stub and makes the
    SOAPCall and loads the data as you would expect. But when i upload
    it to a site it loads the service stub makes the SOAPCall but
    "Received SOAP response from network" is not called.
    About the files: I load the movie in an html file using UFO.
    There are some external interface calls before the webservice is
    called but these definatley return what is required for the
    webservice to run because the stub does not get downloaded if they
    don't return anything.
    Webservice Logs when in flash WORKING:
    2/16 10:12:38 [INFO] SOAP: Decoded SOAP response into result
    [4 millis]
    2/16 10:12:38 [INFO] SOAP: Decoding SOAPCall response
    2/16 10:12:38 [INFO] SOAP: Parsed SOAP response XML [2
    millis]
    2/16 10:12:38 [INFO] SOAP: Received SOAP response from
    network [56 millis]
    2/16 10:12:38 [INFO] : Invoking call
    CourseSaveDataProvider_GetByUsernameCourseID
    2/16 10:12:38 [INFO] SOAP: Sent SOAP Request Message
    2/16 10:12:38 [INFO] SOAP: Encoding SOAPCall request
    2/16 10:12:38 [INFO] SOAP: Asynchronously invoking SOAPCall:
    CourseSaveDataProvider_GetByUsernameCourseID
    2/16 10:12:38 [INFO] : Set active port in service stub:
    FlashSaveServices : FlashSaveServicesSoap
    2/16 10:12:38 [INFO] : Made SOAPCall for operation
    CourseSaveDataProvider_Update
    2/16 10:12:38 [INFO] : Made SOAPCall for operation
    CourseSaveDataProvider_Insert
    2/16 10:12:38 [INFO] : Made SOAPCall for operation
    CourseSaveDataProvider_GetByUsernameCourseID
    2/16 10:12:38 [INFO] XMLSchema: Registering schema namespace:
    http://microsoft.com/wsdl/types/
    2/16 10:12:38 [INFO] XMLSchema: Registering schema namespace:
    http://XXXXXXXX
    2/16 10:12:38 [INFO] WSDL: Parsed WSDL XML [1 millis]
    2/16 10:12:38 [INFO] WSDL: Received WSDL document from the
    remote service
    2/16 10:12:38 [INFO] : Created stub for
    http://XXXXXXXX.asmx?wsdl
    2/16 10:12:38 [INFO] WSDL: Successfully created WSDL object
    2/16 10:12:38 [INFO] XMLSchema: Registering schema namespace:
    http://rpc.xml.coldfusion
    2/16 10:12:38 [INFO] XMLSchema: Registering schema namespace:
    http://xml.apache.org/xml-soap
    2/16 10:12:38 [INFO] XMLSchema: Registering schema namespace:
    http://schemas.xmlsoap.org/soap/encoding/
    2/16 10:12:38 [INFO] XMLSchema: Registering schema namespace:
    http://www.w3.org/2001/XMLSchema
    2/16 10:12:38 [INFO] XMLSchema: Registering schema namespace:
    http://www.w3.org/2000/10/XMLSchema
    2/16 10:12:38 [INFO] XMLSchema: Registering schema namespace:
    http://www.w3.org/1999/XMLSchema
    2/16 10:12:38 [INFO] WSDL: Creating WSDL object for
    http://XXXXXXXX.asmx?wsdl
    2/16 10:12:38 [INFO] : Creating stub for
    http://XXXXXXXX.asmx?wsdl
    Webservice Logs when on site NOT WORKING:
    2/16 10:9:40 [INFO] : Invoking call
    CourseSaveDataProvider_GetByUsernameCourseID
    2/16 10:9:40 [INFO] SOAP: Sent SOAP Request Message
    2/16 10:9:40 [INFO] SOAP: Decoding SOAPCall response
    2/16 10:9:40 [INFO] SOAP: Received SOAP response from network
    [3 millis]
    2/16 10:9:40 [INFO] SOAP: Encoding SOAPCall request
    2/16 10:9:40 [INFO] SOAP: Asynchronously invoking SOAPCall:
    CourseSaveDataProvider_GetByUsernameCourseID
    2/16 10:9:40 [INFO] : Set active port in service stub:
    FlashSaveServices : FlashSaveServicesSoap
    2/16 10:9:40 [INFO] : Made SOAPCall for operation
    CourseSaveDataProvider_Update
    2/16 10:9:40 [INFO] : Made SOAPCall for operation
    CourseSaveDataProvider_Insert
    2/16 10:9:40 [INFO] : Made SOAPCall for operation
    CourseSaveDataProvider_GetByUsernameCourseID
    2/16 10:9:40 [INFO] XMLSchema: Registering schema namespace:
    http://microsoft.com/wsdl/types/
    2/16 10:9:40 [INFO] XMLSchema: Registering schema namespace:
    http://XXXXXXXX
    2/16 10:9:40 [INFO] WSDL: Parsed WSDL XML [1 millis]
    2/16 10:9:40 [INFO] WSDL: Received WSDL document from the
    remote service
    2/16 10:9:40 [INFO] : Created stub for
    http://XXXXXXXX.asmx?wsdl
    2/16 10:9:40 [INFO] WSDL: Successfully created WSDL object
    2/16 10:9:40 [INFO] XMLSchema: Registering schema namespace:
    http://rpc.xml.coldfusion
    2/16 10:9:40 [INFO] XMLSchema: Registering schema namespace:
    http://xml.apache.org/xml-soap
    2/16 10:9:40 [INFO] XMLSchema: Registering schema namespace:
    http://schemas.xmlsoap.org/soap/encoding/
    2/16 10:9:40 [INFO] XMLSchema: Registering schema namespace:
    http://www.w3.org/2001/XMLSchema
    2/16 10:9:40 [INFO] XMLSchema: Registering schema namespace:
    http://www.w3.org/2000/10/XMLSchema
    2/16 10:9:40 [INFO] XMLSchema: Registering schema namespace:
    http://www.w3.org/1999/XMLSchema
    2/16 10:9:40 [INFO] WSDL: Creating WSDL object for
    http://XXXXXXXX.asmx?wsdl
    2/16 10:9:40 [INFO] : Creating stub for
    http://XXXXXXXX.asmx?wsdl
    All help appreciated.
    Jon

    Sorry I was a little mind boggled when I wrote this... Not a
    PDF but a PHP script. We have several flash files on Domain. I did
    not write the web service to capture the data but when ran within
    the same domain all works fine. My client is loading the swf's on
    their server and I have it still connecting to our server (PHP
    script) to capture the data. When I read your post it appeared you
    were doing the same thing we were and found the solution. I tried
    using the crossdomain.xml you provided but all this is new to me. I
    thought if the xml file was in the route of the server it would be
    read by flash. But that doesn't make since unless Flash has that
    built in.
    So what I am doing is running all my flash files on Domain1
    and within one of the Domain1 flash files I call a php file located
    on Domain2. See below... what returns is the client.onFault. Hope
    that is a little clearer.
    import mx.services.WebService;
    import mx.utils.Delegate;
    // This URL will change once I can update the DNS records for
    frameworksolutions.com
    var client = new WebService("
    http://frameworksolutions.com/~barrick/record/soap/server.php?wsdl");
    // This sets the handler that gets invoked if the web service
    can't be created
    client.onFault = Delegate.create(this, handleServiceFailure);
    client.onLoad = Delegate.create(this, handleServiceLoad);
    Thanks for any help with this matter. They are all over my
    butt on this.
    Jim

  • Cassette Tape Call Doesn't Work

    So I have a Monster Cassette adapter I use for my car. I had it for my 3G.
    The mp3 works fine, but the calls doesn't. Before the 4.0 update, it was fine. I can use it like a bluetooth.
    Is anyone else having this issue?
    Thanks in advance!

    Not sure the sip message flow and callmanager trace, but here is some general idea.
    Did the ccm send 180/183, if it has sent to outside caller's service provider, the service provider is responsible to provide the ringback tone except they require in-band ringback tone via PRACK.

  • On Yosemite outgoing calls doesn't works

    Hi there,
    I have and MacBook Pro (Retina, 15-inch, Early 2013) OS X Yosemite (10.10) and iPhone 4S iOS 8.0.2
    Actually I can receive a call on my Mac and it work very good but when I try to make a call from my Mac it doesn't work.  I see the advice: "...you have to use the same iCloud account..."
    What could be?
    Thanks!

    In addition to what Greg suggested, you also need to check the option "Use ext. ph number mask " option under route patterns or under each individual route list - > set the Ext ph number mask to On.
    You can find detailed steps here.
    http://www.cisco.com/univercd/cc/td/doc/product/voice/c_callmg/4_1/sys_ad/4_1_3/ccmcfg/index.htm
    With CME, you can use dialplan patterns. HEre is a good link
    http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_configuration_guide_chapter09186a00806a7fe1.html
    HTh
    Sankar
    PS: please remember to rate posts!

  • IPhone 4 calling doesn't work

    Hey I just bought a used iPhone 4 the calling won't work like the time runs but not saying connected, or no sound at all coming out of ear peice or head phones I don't know what the problem is I got the earpiece replaced and nothing please help

    Hey rajeshsubbiya,
    That definitely sounds frustrating, the following articles may provide more help in isolating this issue.
    iPhone: Sound muffled or low from the speaker or when speaking into the mic
    http://support.apple.com/kb/TS1631
    iPhone: Can't hear through the receiver or speakers
    http://support.apple.com/kb/TS1630
    Thanks,
    Matt M.

  • WebService from VC doesn't work

    Hello,
    Web Service tested with [WS navigator|http://img525.imageshack.us/img525/7913/wsshipmentsy5.jpg] works well but not when testing from VC design time or at runtime.
    At runtime, the screen goes blank after calling the web service. On checking the log, I noticed that the updateShipment structure doesn't have the names of the 2 inputfields:(invoicetext and shipmenttext)
    #1.5 #000FFE725EC2004100000D8B00000C880079B41AF1BFF0AB#1211792567358#/Applications/wd4vc#sap.com/temp~sms_impl#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.getFunctionName: #dharmi.tanna#3331##NTHVSPRODIN16_PCD_3425650#Guest#8574ab002af611dd8084000ffe725ec2#HTTP Worker [3]##0#0#Info#1#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent#Plain###The Webservice Operation name is ShipmentBean.updateShipment#
    #1.5 #000FFE725EC2004100000D8C00000C880079B41AF1BFF0AB#1211792567358#/Applications/wd4vc#sap.com/temp~sms_impl#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.fillInput: #dharmi.tanna#3331##NTHVSPRODIN16_PCD_3425650#Guest#8574ab002af611dd8084000ffe725ec2#HTTP Worker [3]##0#0#Info#1#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent#Plain###Complete Input structure: {companyId=SCHELDETEST, userId=dharmi.tanna, shipmentId=2000200, updateShipment=[test
    [CRLF]regel2
    [CRLF]regel 3
    [CRLF]][testfdhj
    [CRLF]regel 2
    [CRLF]]}#
    What is going wrong here? I also tried to test it with other tools like strike Iron, it works but not from VC!!!
    Best regards,
    Dharmi

    Hi,
    1. It is not clear to me if the missing fields are missing from the model defintion or from the SOAP request?
    2. What is the VC version you are using?
    3. I suggest to raise the trace level of the web services connector to: "All" using the NWA log configuration (location: "com.sap.portal.connectors.WebServices") -> reproduce => check the java default trace errors
    Best Regards,
    Ran

  • IChat video call doesn't work.

    When I try to video call, it doesn't go through. It says it is starting the call but on the other person's screen it still says waiting. Why doesn't iChat video work?

    Hi,
    Version of iChat ?
    To which Version of iChat ?
    Countries involved ?
    If within the United States which parts (you will have to tell me North, South, East or West as State names don't really mean anything to me.
    Internet Providers ?
    10:51 PM      Monday; August 27, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Asynchronous web service call doesn't work

    Hi,
    I'm trying to convert a synchronous web service call into an asynchronous call. (Folder-level Javascript, Acrobat Professional 8.1, Windows XP).
    Everything works fine when I call Soap.Request as a synchronous call. It calls the web service and gets the expected result. However, when I try to convert Soap.Request into an asynchronous call by adding the OAsync property, as described on pp. 198-199 of "Developing Acrobat Applications Using JavaScript," NONE of the various OAsync functions (i.e. result, response, wait) are ever called. IOW, the Javascript code continues executing after the Soap.Request call and doesn't wait for my web service call to return. Indeed, the web service method on the server doesn't even BEGIN to execute by the time the Javascript code runs to completion. (I can confirm this by watching my ASP.Net code execute in the Visual Studio debugger. In fact, the Javascript code runs to completion even before the Global.asax Session_Start code begins to execute, much less the web service method itself.) So, the problem is not with the web service, which works fine when Soap.Request is called as a synchronous method.
    To reiterate, my Javascript code is identical to the code on pp. 198-199 of "Developing Acrobat Applications Using JavaScript." In troubleshooting this, I've tried calling the OAsync functions (mySync.wait(), mySync.result(), mySync.response()) after calling the Soap.Request, but nothing works.
    Is there something else that I must add to my Javascript code (e.g. an additional Soap.Request property, or something after calling Soap.Request) to force the Javascript to wait until the web service method returns?
    Thanks,
    Bill

    Hi Lukasz,
    you can also define namespace the later in the operation GetOpenOrders itself, e.g.:
    <tem:GetOpenOrders xmlns:tem=u201Dhttp://tempuri.org/u201D>
    It does not need to be part of the Envelope element.
    Best regards
    Bastian

  • DLL Call doesn't work the second time

    The first time I open the VI, it runs properly. Why doesn't doit the next time I open it.
    Attachments:
    PGS67Open.llb ‏72 KB

    Dobi,
    Please post the dll. I cannot run your code without it.
    Also, the problem may be that you cannot call this twice, without first 'closing' the device. You may be trying to use resources that are already in use. This would be the same as opening a daq session that is already in use.
    Try that, and if you can't get it working still, post the code or some more information.
    Good luck

  • D900 sms / call doesn't work with address book

    Unlike similar posts,
    the 'SMS' and 'Dial with' options ARE avaliable and the phone pairs just fine.
    However, when I type a message and send, nothing happens phone side. Same with dial a call.
    The bluetooth emblem on the Adress book remains glowing blue. The phone doesn't seem to stay connected though(?).
    at least I can sync now though (10.4.9)
    Thanks for any insight!!!
    Luke

    I'm also having this issue. While the phone appears to "pair" with Address Book and the options for SMS and dial are available, they perform no function at all as far as I can tell.
    iSync works fine with the phone now however (thanks to 10.4.9). If anyone has any further information, it would be very much appreciated.

  • ¿Why sms and cell calls doesn't work on mac?

    I downloaded iOS 8.1 and have yosemite OS installed in my mac. i have tried to use the calls and sms feature but none of this works.
    In the calls when i try to call someone a message pops up saying that i must have an iphone and a mac with the same iCloud and FaceTime account. But the devices that i'm using do have the same accounts and still does't work!!
    I have noticed that my phone number does't appear with a check and that in the FaceTime of my iphone a message down the switch to activates says "waiting for activation", but i can still make normal FaceTime calls.  does this have something to do? how do i fix it? i have tried to reset the settings but everything is still the same.
    In the sms feature the same message "waiting for activation" is down the iMessage title, i can send iMessages but when i try to activate sms a message says "enter the code displayed on the other device" but the code in my mac never shows up. What's the problem here? i have also tried to reset the settings and rebooting the devices but it's the same.   Does this has to do with my phone number being unchecked? the problem is that i can't check it, the opti
    Please help me.

    Hello...
    The SMS Relay and Phone Calls only work with a Mac device with Bluetooth 4.0 and later. If you want to see if your device has this, click on the Apple menu in the Menu Bar and choose About this Mac. A window then comes up with device information. Click System Report. On the sidebar, choose Bluetooth. At the top of the window it says Apple Bluetooth Software Version. If the number next to it is less than 4.0, your Mac device is too old. If it is above 4.0, your internet connection may have problems. Also if it says No next to Handoff supported, one of the devices is too old.
    Good luck

  • Yosemite - Desktop Call doesn't work

    I have a Late 2011 Macbook Pro and I've just upgraded to Yosemite. However, I can't receive my calls from my MBP. The notification which should be appearing on the upper right corner, doesn't show up. Any ideas, why ?

    Do you know if there is anyway you can be signed in with a different apple ID for iCloud and a different apple ID for FaceTime. My id for FaceTime is different and has my phone number associated with it. Thank you.

  • Multiple Service called doesn't work as expected

    Hello
    I have been trying to do this.
    callresponder id="test"
    SomeService properly imported through Flash Builder 4
    for (var i:int=0;i< pool.length;i++)
    test.token = SomeService.getSomething(pool[i].someValue);
    Only the first one would be successful. It seems that while result event has not occurred the service is busy and cannot be used. Is there a way to workaround this?
    Help! I don't want to call after result event!

    The point is I want to avoid waiting for each service to complete, although what you suggest would work I finally figured it out how to solve this problem.
    Problem: The problem is one call responder cannot be used by multiple service call.
    Solution: Make more call responders....
    var c:CallResponder;
    before each iteration begins
    c = new CallResponder();
    c.addEventListener(ResultEvent.RESULT, resultHandler);
    c.token = SomeService.whatEver(something);

  • Viber call doesn't work

    i have installed viber on my xperia sp phone about 20 times and​ it does not work properly
    the sound is muted randomly
    ocasionally it works good

    Contact the app developers.
    All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

Maybe you are looking for