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

Similar Messages

  • 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

  • How can I create UI components dynamically based on the result of WebService/HttpService call?

    I would like to create child components of the component
    based on a XML which is retrieved by WebService/HttpService call.
    createChildren() is the one to be used to create components
    dynamically. But if I use createChildren() and call a
    WS/HttpService request in createChildren method, I can not get the
    result of WS/HttpService request in createChildren().
    It seems that the result event is processed later after
    createChildren() is completed.
    How can I implement my requirement?
    I would appreciate any pointer or suggestion.
    Best regards
    Masa

    1) Use a List, with a custom itemRenderer
    2) Use a Repeater (Probably easiest)
    3) use Actionscript to addChild() components.
    Tracy

  • Webservice being called multiple times throws strange error

    This is something that just started occurring and doesn't make much sense to me.
    Using JDK 1.7 and doing the following:
    FlashlineRegistryTr registry = new FlashlineRegistryTrServiceLocator().getFlashlineRegistryTr(lUrl);
    ((Stub)registry).setMaintainSession(true);
    I can call registry.authTokenCreate(USERNAME, CREDENTIAL);  ONCE and it works fine.  When I immediately call it again, same command, it fails with the exception below.
    The issue has to do with setting the Maintain Session to true.  If I remove that line it works fine, however I need that in there.
    Any thoughts on where to even begin to look? 
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
    faultSubcode:
    faultString: Tried to invoke method public com.flashline.cmee.openapi.databeans.AuthTokenBean com.flashline.cmee.openapi.service.FlashlineRegistry.authTokenCreate(java.lang.String,java.lang.String) throws com.flashline.framework.exception.OpenAPIException with arguments java.lang.String,java.lang.String.  The arguments do not match the signature.; nested exception is:
      java.lang.IllegalArgumentException: object is not an instance of declaring class
    faultActor:
    faultNode:
    faultDetail:
      {http://xml.apache.org/axis/}hostname:slc03rii.us.oracle.com
    Tried to invoke method public com.flashline.cmee.openapi.databeans.AuthTokenBean com.flashline.cmee.openapi.service.FlashlineRegistry.authTokenCreate(java.lang.String,java.lang.String) throws com.flashline.framework.exception.OpenAPIException with arguments java.lang.String,java.lang.String.  The arguments do not match the signature.; nested exception is:
      java.lang.IllegalArgumentException: object is not an instance of declaring class
      at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
      at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
      at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
      at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
      at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
      at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
      at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
      at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
      at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
      at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
      at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
      at javax.xml.parsers.SAXParser.parse(SAXParser.java:392)
      at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
      at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
      at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
      at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
      at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
      at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
      at org.apache.axis.client.Call.invoke(Call.java:2748)
      at org.apache.axis.client.Call.invoke(Call.java:2424)
      at org.apache.axis.client.Call.invoke(Call.java:2347)
      at org.apache.axis.client.Call.invoke(Call.java:1804)
      at com.flashline.registry.openapi.service.v300.FlashlineRegistryTrSoapBindingStub.authTokenCreate(FlashlineRegistryTrSoapBindingStub.java:7676)
      at com.flashline.registry.openapi.MikeTest.setUp(MikeTest.java:131)
      at junit.framework.TestCase.runBare(TestCase.java:125)
      at junit.framework.TestResult$1.protect(TestResult.java:106)
      at junit.framework.TestResult.runProtected(TestResult.java:124)
      at junit.framework.TestResult.run(TestResult.java:109)
      at junit.framework.TestCase.run(TestCase.java:118)
      at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:131)
      at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
      at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
      at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
      at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
      at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)

    One possible solution is store the LOV values in some scope while retrieving it first time from the web service.
    Next time whenever LOV is called then return the LOV values from the scope instead of calling the web service.
    psedo code:
            if (ADFContext.getCurrent() != null &&
                ADFContext.getCurrent().getSessionScope().containsKey("LOV_LIST")) {
                LOVList =
                        (List<SelectItem>)ADFContext.getCurrent().getSessionScope().get("LOV_LIST");
            } else {
                LOVList = this.populateVendorListFromWS();
                ADFContext.getCurrent().getSessionScope().put("LOV_LIST",
                                                              LOVList );
            }Hope it helps.

  • HELP!!! - EDI Outbound HTTP call failure

    Our EDI outbound (HTTPS-OXTA) is failing since Monday in production. We narrowed down the area that might be an issue. This is what we see in the Apache log,
    [Tue May 22 01:31:56 2012] [debug] opm_ew.c(469): OPM: EW: Enters opm_ew_broadcast()
    [Tue May 22 01:31:56 2012] [debug] opm_ew.c(517): OPM: EW: Broadcasts msg: cmd=Broadcast&<serverName>&8001&1337662614&JServ&DiscoGroup&<server_url>&1&1&0&31490&17001;FormsGroup&<server_url>&1&1&0&31491&18001;OACoreGroup&<server_url>&1&1&0&31489&16001;XmlSvcsGrp&<server_url>&1&1&0&31492&19001
    [Tue May 22 01:31:56 2012] [debug] opm_hc.c(291): OPM:hc: Connecting to url: <server_url>:8101/oprocmgr-service
    [Tue May 22 01:31:56 2012] [debug] opm_hc.c(314): OPM:hc: Connection to host: <server_url>, port: 8101
    [Tue May 22 01:31:56 2012] [debug] opm_hc.c(438): OPM:hc: HTTP Request sent to server: POST /oprocmgr-service<server_url> HTTP/1.1^M
    Host: <server_url>^M
    Content-Type: application/x-www-form-urlencoded^M
    Content-Length: 269^M
    cmd=Broadcast&<serverName>&8001&1337662614&JServ&DiscoGroup&<server_url>&1&1&0&31490&17001;FormsGroup&<server_url>&1&1&0&31491&18001;OACoreGroup&<server_url>&1&1&0&31489&16001;XmlSvcsGrp&<server_url>&1&1&0&31492&19001
    [Tue May 22 01:31:56 2012] [debug] opm_hc.c(808): OPM:hc: headers[0] is HTTP/1.1 404 Not Found
    [Tue May 22 01:31:56 2012] [debug] opm_hc.c(808): OPM:hc: headers[1] is Date: Tue, 22 May 2012 05:31:56 GMT
    [Tue May 22 01:31:56 2012] [debug] opm_hc.c(808): OPM:hc: headers[2] is Transfer-Encoding: chunked
    [Tue May 22 01:31:56 2012] [debug] opm_hc.c(808): OPM:hc: headers[3] is Content-Type: text/html; charset=iso-8859-1
    [Tue May 22 01:31:56 2012] [debug] opm_ew.c(525): OPM: EW: Broadcasts to <server_url> and send result=404
    I'm trying to understand the steps of the process. Does "HTTP/1.1 404 Not Found" response to the opm_hc.c(438) call? When I type "<server_url>:8101" in the browser, I get "The webpage cannot be displayed" error. Does this should work?
    EDI outbound is routed to proxy and confirmed that call from OTA was never made to proxy. Switched protocol to SMTP and it worked. There is no issue other than HTTP initial call failure. Any help you can give me I'd appreciated.

    George great support so far (+5)
    Hi Robert
    debug ccsip all is very intensive so you should do the following before enabling the debug
    service sequence-numbers
    service timestamps debug datetime localtime msec
    logging buffered 10000000 debug
    no logging console
    no logging monitor
    default logging rate-limit
    default logging queue-limit
    Then..
    <Enable debugs, then test again.>
    debug ccsip all
    <Enable session capture to txt file in terminal program.> (such as Putty)
    then do the ff:
    terminal length 0
    show logging
    ++++
    What is even more strange is that the call appears to be disconnected from the far end. From the logs below the outbound call leg (45) is where the disconnect is coming from and the "cc_api_call_disconnected" shows this call leg talking to CCAPI..
    001858: *Jan 20 13:18:19.102: //45/8B56ECEE8011/CCAPI/cc_api_call_disconnected:
       Cause Value=16, Interface=0x3CE6D670, Call Id=45
    001859: *Jan 20 13:18:19.102: //45/8B56ECEE8011/CCAPI/cc_api_call_disconnected:
       Call Entry(Responsed=TRUE, Cause Value=16, Retry Count=0)
    Can you also send a debug voip ccapi onout from the CUBE. we need to check if the call arrives there, though we don't see any INVITE request sent out.

  • Problems with invoke call in browser (SAP Business Connector)

    Hallo,
    I have a problem with the invoke call in a browser to test a build flow in the SAP Business Connector:
    I build a flow which receives a XML file, converts it into a record, then adds some mandatory data to the segment "EDI_DC40", then reconverts it into XML. After that, the XML gets converted into SAP IDOC format. Then I send it via ALE service to the connected SAP System.
    The flow works so far if I test it with the "send XML file" function in "Test" menu. But when I test it via a call in the browser, it doesn´t work. The mandatory data in "EDI_DC40" is there, but the Business connector does not recognize the data which comes with the XML for this segment ("MESTYP" and "SNDPRN") - so it can not be transfered to the SAP system. It causes a routing rule error, because sender and message type is unknown.
    Does anybody has experiences with that? Is there a difference between browser call and the test function "send xml file"?
    Thanks in advance for your help!
    Kai

    Hi,
    Just debug your SAP BC service in which you are calling the RFC and check if proper values are getting mappend to your input variables of RFC.
    If that is correct than there wont be much chances of problem in BC.
    \[removed by moderator\]
    Regards,
    Siddhesh S.Tawate
    Edited by: Jan Stallkamp on Jul 1, 2008 4:32 PM

  • Error messages in 2651XM GW, cause outbound call failure, reboot fix it

    Cisco 2651XM as Gateway, it keep posting these error message and after a period of time, it cause outbound call failure.
    Reboot fix it but there're still error messages...
    How to fix it? It's IOS bug or hardware issue? How to identify?
    Cisco IOS Software, C2600 Software (C2600-IPVOICE-M), Version 12.3(8)T10, RELEASE SOFTWARE (fc2)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2005 by Cisco Systems, Inc.
    Compiled Wed 03-Aug-05 20:45 by hqluong
    ROM: System Bootstrap, Version 12.2(7r) [cmong 7r], RELEASE SOFTWARE (fc1)
    cpchn1-g1 uptime is 6 hours, 56 minutes
    System returned to ROM by reload at 03:52:44 NZST Tue Apr 17 2007
    System restarted at 03:56:27 NZST Tue Apr 17 2007
    System image file is "flash:c2600-ipvoice-mz.123-8.T10.bin"
    Cisco 2651XM (MPC860P) processor (revision 0x100) with 118784K/12288K bytes of memory.
    Processor board ID JAE072000AJ (1555074759)
    M860 processor: part number 5, mask 2
    2 FastEthernet interfaces
    62 Serial interfaces
    2 Channelized E1/PRI ports
    32K bytes of NVRAM.
    32768K bytes of processor board System flash (Read/Write)
    See attach detail error messages

    Cisco 2651XM as Gateway, it keep posting these error message and after a period of time, it cause outbound call failure.
    Reboot fix it but there're still error messages...
    How to fix it? It's IOS bug or hardware issue? How to identify?
    Cisco IOS Software, C2600 Software (C2600-IPVOICE-M), Version 12.3(8)T10, RELEASE SOFTWARE (fc2)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2005 by Cisco Systems, Inc.
    Compiled Wed 03-Aug-05 20:45 by hqluong
    ROM: System Bootstrap, Version 12.2(7r) [cmong 7r], RELEASE SOFTWARE (fc1)
    cpchn1-g1 uptime is 6 hours, 56 minutes
    System returned to ROM by reload at 03:52:44 NZST Tue Apr 17 2007
    System restarted at 03:56:27 NZST Tue Apr 17 2007
    System image file is "flash:c2600-ipvoice-mz.123-8.T10.bin"
    Cisco 2651XM (MPC860P) processor (revision 0x100) with 118784K/12288K bytes of memory.
    Processor board ID JAE072000AJ (1555074759)
    M860 processor: part number 5, mask 2
    2 FastEthernet interfaces
    62 Serial interfaces
    2 Channelized E1/PRI ports
    32K bytes of NVRAM.
    32768K bytes of processor board System flash (Read/Write)
    See attach detail error messages

  • Call failures when lockfs -f is ran of /opt/SMAW

    During our update scenario, we initially disable local mirrors for all the local file systems like, /,/opt/SMAW,/var,/export/home.
    During this disabling was call failures observed when "lockfs" was executed on the /opt/SMAW file system.
    There was no call failure observed during disabling of other local file systems.
    As a result of this some of the processes are blocked.
    A Perf tool was run on the node to collect information like CPU.Load etc. At the time lockfs -f /opt/SMAW was executed , they was temporarily no response.
    One point important here is that the disabling of all the local mirrors finished successfully.
    Next a fresh test with disabling the lockfs option resulted in no call failures. So the question here is why lockfs behave like this only on /opt/SMAW .
    My understanding of lockfs is -- . Lockfs with "-w" option, is used to put a "write lock" { all lock operations implicitly perform a flush } on the mirror peice on which fallback will happen if need be.So it is necessary that the data in the unmirrored part is intact.
    The steps we follow while disabling are as follows:---
    1> We first check if all the mirrors for a volume is in state OKAY.
    2> Then it is checked in vfstab and "mount" output if the file system is mounted.
    3> The lockfs will be done for the file system to ensure file systems are synced.
    4> Next the first mirror is detached. fsck is ran on the mirror piece to ensure data is in good state.
    Edited by: rbruby on Mar 25, 2009 11:19 PM

    Thanks Lasse,
    When running that tool, all the links are showing zero utilization - not sure if the tool is able to show any more detailed information? 
    I should state that this Lync implementation is not live, there no Lync clients out on the corporate network, and I'm not expecting any traffic on the WAN site links at this point.
    It just seems to be an issue when accessing as a remote user.   At this point I think it must be because I have misconfigured CAC.  And because it is happening for a conference and not peer to peer for the remote user, then it is probably the relationship
    between the front end server pool and Edge server / remote user.  
    I have a local / central site defined in CAC with no bandwidth policy applied.  Initially the subnets assigned to this central site were just the LAN subnets for the central site that I knew would have Lync clients running on them.  Then as part
    of troubleshooting decided to add the Edge Internal IP, and then Edge external IPs as subnets associated with this central site.  Still getting the same problem though.
    Its around about times like now where I wonder if it is something simple like a service needing restarting so I'll double check things like this.   If you have any other ideas it would be greatly appreciated - a bit stuck.
    Regards,
    James

  • Won't end call, Call Failure, Muting...

    My iPhone works pretty well except for the following:
    1. When I'm done with a call and go to hang up, the screen it is still blank and won't let me touch anything.
    2. When someone calls and doesn't leave a voicemail it says call failure, call failed and when I slide the lever, it automatically calls them back.
    3. When I'm in the middle of a call, the mute button always gets pressed.
    Any advice for any of these?

    I'm having the same issue with not being able to hang up after a call. I'm not using a case, and after a call, my screen wont come back to life after i take it away from my ear. I understand that there is a sensor that turns the touchscreen off when held to your face to avoid unintentional inputs, and i wonder if mine is not working, and if there is a way to test this.

  • How much memory (in buffers) is needed for a simple webservice's call?

    Dear expert,
    I'm doing a research work about analysing the main memory usage in SAP ERP systems.
    I would like to find out the space that a simple webservice's call occupies in the buffers, but there is always something occupying the buffers. I know that my call to get the values occupies memory, that's why I use a webservice to get them (to avoid the SAPGUI), I call first $SYNC and I use a BAPI similar to the transaction ST02.
    So could someone help me to find out the way to mesure the memory used by a single webservice's call (it's a very simple, just to create a material)? Thanks in advance.

    Thanks for that. Will try.
    > Date: Fri, 19 Aug 2011 10:27:50 -0600
    From: [email protected]
    To: [email protected]
    Subject: How much memory (RAM) is needed for Elements 9 to automatically fill in the edges when using photome
    The key to successful use of edge fill is to ensure that you've got all the memory allocated to PSE that you can and that the file that results after you merge the panoramic is not too big. When PSE 9 first came out about a year ago, I fooled around with file sizes and I think that on my particular computer the merged file had to be no larger than 20 megs for edge fill to work. I did a quick search through this forum's history but I couldn't find my posts. Maybe somebody else can find them.
    >

  • Blackberry Z10 "Call Failure"

    Hi Can anyone help?  My Blackberry Z10 has been working fine for a few months.  This week I can not make calls nor can I take calls.  When I dial out the phone displays "Call Failure" Contact your service provider.  I have been in contact with Virgin and they say nothing is wrong with the account or sim.  I have the sim in another blackberry phone and everything works just fine.  I have done the security wipe, still the same fault.  Does anyone have any ideas what I can do.  I purchased the phone online "New" from a private seller.

    I would get the sim replaced. I have seen similar issues with sim cards. I had a problem with my data plan on my sim. Wouldn't work on my Z10 but worked in a 9810. One think it was a problem with the device. Turned out that a replacement sim solved the problem.
    Get a new sim.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Call failures with SQN-100-5 (T-Mobile) on AT&T

    I bought a factory-sealed, T-Mobile-branded Q10 on eBay a couple of months ago. At the time I was with T-Mobile, no problems with making or receiving calls.  I wanted to switch to AT&T for the better coverage, so I got the unlock code from T-Mobile.  Now when I try to place calls, half the time I will get a call failure message.  Sometimes it takes 3 or 4 attempts to make a successful call. And a lot of calls I receive will go directly to voicemail. I spoke with someone in AT&T support and she said that, even though the phone was unlocked, because it was a -5 model instead of a -1, that I would continue to have this problem and, sorry, there was nothing they could do about it.
    I'm no expert concerning cell radios & bands, but I see on the Q10 Wikipedia page that the only difference between the two models is with 3G.  AT&T is tri-band, while T-Mobile is quad-band. T-Mobile also uses 1700  which AT&T doesn't.
    Is this the reason for the call failures?  If not, is it worth pursusing this with maybe Level 2 or Blackberry Support at AT&T to see if anything can be done on their end?

    Hello,
    There are multiple sub-models of each BB10 device, each supporting specific radio frequencies, bands, and technologies. The challenge in the USA is that we allowed our cellular industry to grow relatively unregulated all by itself, which has resulted in great variability between the carriers in this regard. And, to make a device actually able to handle ALL of those would mean that the device is so physically large (multiple internal antennas) as to be unacceptable to the end user. Hence, the multiple different sub-models of devices.
    What you were told is indeed the case...your specific sub-model of Q10 is only partially compatible with AT&T's network, and you will indeed continue to have challenges. Unfortunately, there is nothing anyone can do to alter the (in)compatibility between your -5 device and AT&T's network.
    If you truly want the best compatibility, you need to obtain a device that is fully compatible with AT&T's network. And, you of course can then sell your -5 to someone on TMO who desires it.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • BPEL-- Urgent- Handling webservice  call failures

    Urgent-->We have to do a webservice call in our BPEL Process.If the webservice call fails it has to wait for 3 mins and retry again.Please suggets me some solution.I dont want to use WAIT BPEL Activity or JAVA thread.sleep.Any more ideas.Oracle Team help

    Here is my composite.xml
    <?xml version="1.0" encoding="UTF-8" ?>
    <!-- Generated by Oracle SOA Modeler version 1.0 at [8/24/09 10:32 PM]. -->
    <composite name="Call_ECM"
    revision="930.0"
    label="2009-08-24_22-32-06_694"
    mode="active"
    state="on"
    xmlns="http://xmlns.oracle.com/sca/1.0"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
    xmlns:orawsp="http://schemas.oracle.com/ws/2006/01/policy"
    xmlns:ui="http://xmlns.oracle.com/soa/designer/">
    <import namespace="http://xmlns.oracle.com/pcbpel/adapter/jms/SalesSupport/Call_ECM/InboundJMSConsume_PL%2F"
    location="InboundJMSConsume_PL.wsdl" importType="wsdl"/>
    <import namespace="ATVECMSRCREATE"
    location="ATVECMSRCREATE_ATVECMSRCREATERef.wsdl" importType="wsdl"/>
    <import namespace="http://xmlns.oracle.com/ias/pcbpel/NotificationService"
    location="NotificationService.wsdl" importType="wsdl"/>
    <import namespace="http://xmlns.oracle.com/pcbpel/adapter/jms/SalesSupport/Call_ECM/OFMW_Logging_BAM_JMS_PRO%2F"
    location="OFMW_Logging_BAM_JMS_PRO.wsdl" importType="wsdl"/>
    <service name="InboundJMSConsume_PL"
    ui:wsdlLocation="InboundJMSConsume_PL.wsdl">
    <interface.wsdl interface="http://xmlns.oracle.com/pcbpel/adapter/jms/SalesSupport/Call_ECM/InboundJMSConsume_PL%2F#wsdl.interface(Consume_Message_ptt)"/>
    <binding.jca config="InboundJMSConsume_PL_jms.jca"/>
    </service>
    <component name="SalesSupport___Siebel">
    <implementation.bpel src="SalesSupport___Siebel.bpel"/>
    <property name="activationAgent.InboundJMSConsume_PL.className"
    type="xs:string" many="false">oracle.tip.adapter.fw.agent.jca.JCAActivationAgent</property>
    <property name="activationAgent.InboundJMSConsume_PL.portType"
    type="xs:string" many="false">Consume_Message_ptt</property>
    <property name="configuration.transaction" type="xs:string"
    many="false">requires</property>
    </component>
    <reference name="_OutboundWSSiebelInvoke_PL"
    ui:wsdlLocation="ATVECMSRCREATE_ATVECMSRCREATERef.wsdl">
    <interface.wsdl interface="ATVECMSRCREATE#wsdl.interface(ATVECMSRCREATEPORT)"/>
    <binding.ws port="ATVECMSRCREATE#wsdl.endpoint(ATVECMSRCREATE/ATVECMSRCREATEPORT)"
    location="ATVECMSRCREATE_ATVECMSRCREATERef.wsdl"/>
    </reference>
    <reference name="NotificationService"
    ui:wsdlLocation="NotificationService.wsdl">
    <interface.wsdl interface="http://xmlns.oracle.com/ias/pcbpel/NotificationService#wsdl.interface(NotificationService)"/>
    <binding.wsif port="http://xmlns.oracle.com/ias/pcbpel/NotificationService#wsdl.endpoint(NotificationService/JavaPort)"
    location="NotificationService.wsdl"/>
    </reference>
    <reference name="OFMW_Logging_BAM_JMS_PRO"
    ui:wsdlLocation="OFMW_Logging_BAM_JMS_PRO.wsdl">
    <interface.wsdl interface="http://xmlns.oracle.com/pcbpel/adapter/jms/SalesSupport/Call_ECM/OFMW_Logging_BAM_JMS_PRO%2F#wsdl.interface(Produce_Message_ptt)"/>
    <binding.jca config="OFMW_Logging_BAM_JMS_PRO_jms.jca"/>
    </reference>
    <wire>
    <source.uri>InboundJMSConsume_PL</source.uri>
    <target.uri>SalesSupport_CallECM_ACom_Siebel/InboundJMSConsume_PL</target.uri>
    </wire>
    <wire>
    <source.uri>SalesSupport_CallECM_ACom_Siebel/_OutboundWSSiebelInvoke_PL</source.uri>
    <target.uri>OutboundWSSiebelInvokePL</target.uri>
    </wire>
    <wire>
    <source.uri>SalesSupport_CallECM_ACom_Siebel/NotificationService</source.uri>
    <target.uri>NotificationService</target.uri>
    </wire>
    <wire>
    <source.uri>SalesSupport_CallECM_ACom_Siebel/OFMW_Logging_BAM_JMS_PRO</source.uri>
    <target.uri>OFMW_Logging_BAM_JMS_PRO</target.uri>
    </wire>
    </composite>
    Edited by: user11082822 on Nov 17, 2009 9:54 AM

  • Problem with byte array arguments in webservice method call

    I am using JWSDP 1.5 to generate client stubs for a webservice hosted on a Windows 2000 platform.
    One of the methods of the webservice contains a byte array argument. When our application calls this method passing the contents of a TIFF file as the byte array, the method is failing. I have discovered that tthe reason for the failure is that the byte array in the SOAP message has been truncated and is missing its terminating tag.
    Is this a known problem in JWSDP 1.5? Is there a fix for it? Does JWSDP 1.6 resolve this problem?
    Any assistance will be much appreciated.
    Regards,
    Leo

    I'd like to add the the webservice being invoked by the generated client stubs is rpc/encoded.

  • Programmatically call ADF Webservice (dynamic Call)

    Hi All,
    My requirement is to call/Invoke a webservice(Sync ADF Webservice) in ApplicationModuleImpl Class. The service WSDL name & method name are sent to my method as params.
    how to invoke it programmatically?
    Note: These params are known at runtime only. And there are many services  in Dev environment.
    Thanks in Advance.

    Hello,
    Here is an example of a utility that I use to submit SOAP requests dynamically.  Focus on the createSOAPRequest() and sendRequest() methods.  The execute method is used for implementing this object as a Quartz Job.
    The execute() method contains several getString method calls - this is what makes the requests dynamic:
                String endpointUrl = dataMap.getString("endpointUrl");
                String soapAction = dataMap.getString("soapAction");
                String requestXml = dataMap.getString("requestXml");
                String resultPath = dataMap.getString("resultPath");
    Here are examples of what would be in each of these strings:
    endpointUrl -  http://hostname:port/endpointurl
    requestXml -
    <soap:Envelope xmlns:soap=""http://schemas.xmlsoap.org/soap/envelope/"">
        <soap:Body>
            <ns1:process xmlns:ns1=""http://xmlns.oracle.com/yournamespace"">
                <ns1:input />
            </ns1:process>
        </soap:Body>
    </soap:Envelope>
    resultPath - result
    soapAction - process
    package scheduler.jobs.soap;
    import java.io.StringReader;
    import java.util.logging.Level;
    import java.util.logging.Logger;
    import javax.xml.parsers.DocumentBuilder;
    import javax.xml.parsers.DocumentBuilderFactory;
    import javax.xml.soap.MessageFactory;
    import javax.xml.soap.MimeHeaders;
    import javax.xml.soap.SOAPConnection;
    import javax.xml.soap.SOAPConnectionFactory;
    import javax.xml.soap.SOAPMessage;
    import javax.xml.soap.SOAPPart;
    import javax.xml.transform.Source;
    import javax.xml.transform.Transformer;
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.dom.DOMResult;
    import javax.xml.transform.dom.DOMSource;
    import oracle.xml.parser.v2.XMLElement;
    import org.quartz.Job;
    import org.quartz.JobDataMap;
    import org.quartz.JobExecutionContext;
    import org.w3c.dom.Document;
    import org.w3c.dom.ls.DOMImplementationLS;
    import org.w3c.dom.ls.LSSerializer;
    import org.xml.sax.InputSource;
    public class SOAPRequestJob implements Job {
        private final static Logger LOGGER =
            Logger.getLogger(SOAPRequestJob.class.getName());
        private static final String NEW_LINE = "\r\n";
        public void execute(JobExecutionContext jobExecutionContext) {
            try {
                // get job details
                JobDataMap dataMap =
                    jobExecutionContext.getJobDetail().getJobDataMap();
                String endpointUrl = dataMap.getString("endpointUrl");
                String soapAction = dataMap.getString("soapAction");
                String requestXml = dataMap.getString("requestXml");
                String resultPath = dataMap.getString("resultPath");
                jobExecutionContext.setResult(sendRequest(endpointUrl, createSOAPRequest(soapAction, requestXml), resultPath));
            } catch (Exception e) {
                LOGGER.log(Level.SEVERE, e.toString(), e);
                jobExecutionContext.setResult("FAILURE - Due to exception " + e);
        private static SOAPMessage createSOAPRequest(String soapAction, String requestXml) throws Exception {
            // Use weblogic MessageFactoryImpl which supports SAAJ 1.3
            SOAPMessage soapMessage = MessageFactory.newInstance().createMessage();
            MimeHeaders headers = soapMessage.getMimeHeaders();  
            headers.addHeader("SOAPAction", soapAction);         
            SOAPPart soapPart = soapMessage.getSOAPPart();
            DocumentBuilder builder =
                DocumentBuilderFactory.newInstance().newDocumentBuilder();
            Document document = builder.parse(new InputSource(new StringReader(requestXml)));
            DOMSource domSource = new DOMSource(document);
            soapPart.setContent(domSource);
            soapMessage.saveChanges();
            return soapMessage;
        private static String sendRequest(String endpointUrl, SOAPMessage soapMessage, String resultPath) throws Exception {
            // send the request to the appropriate endpoint and return the result as identified in resultPath       
            SOAPConnection soapConnection = SOAPConnectionFactory.newInstance().createConnection();
            SOAPMessage soapResponse = soapConnection.call(soapMessage, endpointUrl);
            soapConnection.close();
            Source src = soapResponse.getSOAPPart().getContent();  
            TransformerFactory tf = TransformerFactory.newInstance();  
            Transformer transformer = tf.newTransformer();  
            DOMResult result = new DOMResult();  
            transformer.transform(src, result);  
            Document doc =  (Document)result.getNode();  
            XMLElement rootElem = (XMLElement)doc.getDocumentElement().getElementsByTagName("Body").item(0);       
            XMLElement elem = rootElem;
            String retVal = null;
            try {
                if (resultPath != null && resultPath.trim().length() > 0) {
                    // result path specified, traverse the xml document 
                    String searchPath = resultPath;
                    if (searchPath.substring(0,1).equals("/")) {
                        // strip off leading "/"
                        searchPath = searchPath.substring(1);
                    for (String nodeName : searchPath.split("/")) {
                        elem = (XMLElement) elem.getElementsByTagName(nodeName).item(0);
                retVal = elem.getText();           
            } catch (Exception e) {
                DOMImplementationLS domImplLS = (DOMImplementationLS) doc.getImplementation();
                LSSerializer serializer = domImplLS.createLSSerializer();
                String str = serializer.writeToString(doc);
                retVal = "Unable to extract result path " + resultPath + " from SOAP Response: " +
                                   NEW_LINE + str;
            return retVal;          

Maybe you are looking for

  • Photoshop CS5 will not open

    My photoshop CS5 will not open either from the desktop or from the program list. I can open Bridge but when I then try to view a photo in photoshop I get a message that says Bridge has stopped working and will have to close down.

  • Easy Way to Add Printer on a Windows Computer

    1 .Ensure Printer on XP machine is shared - assume it's called SHAREDPRINTER. 2) On the Network Browsing on your W7 machine ensure you can "See" the Printer share. Now on the W7 machine do the following (doesn't matter if it's X-86 or x-64). 3) Contr

  • Need advice on recovering metadata

    Let me explain that subject line: I made a completely brain-dead move and accidentally deleted some RAW files (83 to be exact) after they were imported. LR says they're missing and I have not yet deleted them from the LR catalog. I used the lightroom

  • OS X Fails to understand partitions changed in Windows

    Hello all So recently, I changed out my original hard drive for a new one, since it seemed like it may have been on its last legs. First I did the Mac OS X portion, a simple transfer and first partitioning, and added a couple other partitions that I

  • HT1551 Can't seem to set te date and time...?

    We are setting up our Apple TV...we can't seem to set the date and time....it just keeps searching?