Blackberry Protect web service does NOT connect remote to my phone

Can't find any similar problems on the net which is worrying...
Bold 9700, regularly registered to BIS
I installed Balckberry protect a few times hoping it would solve the problem
Essentially It all works but when I connect via the web service, I cannot connect to my phone(I am emulating a lost phone scenario) I tried to block the phone remotely, play a sound, change the screen message...NOTHING works
The backups are done regularly
Can anyone help?

I'd contact your service provider if the rebooting and resetting network settings did not work. A locked phone (locked to a specific network) will not allow you to connect to another provider's network. It is the phone itself that makes calls (which is why you can still make an emergency call from a phone with no sim card in it) and receives sms. The sim acts as an "enabler" so to speak.

Similar Messages

  • Flex Data Services does not see remote methods in extended ColdFusion component.

    I have created a remote service base component as a AModelService.cfc file. I extend that file to make my ModelService.cfc. When I configure the ColdFusion data service and point to ModelService.cfc and click next, I don't see any remote methods (there are none explicitly defined in the component) in the Service Operations window.
    If I go back and point to AModelServide.cfc, the parent component, and hit next, I see all the remote methods that are defined in the parent component. So, either I am doing something wrong, or Data Services does not look at methods up the cfc prototype chain, which from an OOP standpoint means that instead of say creating one restful base class and being nice and DRY you can't. I.e. not OOP for data services. Is this a bug, or what?
    Anybody get data services to work with extended service components?
    Mark

    Thanks for the reply. Yes, I did compile all the Java and it
    works OK with a simple Java program. It just will not work in a
    Flex application.
    The java classes are:
    RRA:
    package blah.myPackage;
    import java.util.List;
    import java.util.Collection;
    import flex.data.DataSyncException;
    import flex.data.assemblers.AbstractAssembler;
    class RRA extends AbstractAssembler
    public Collection fill( List fillParameters )
    RRS service = new RRS();
    return service.getSome();
    RRS:
    package blah.myPackage;
    import java.util.ArrayList;
    import java.util.List;
    import java.sql.*;
    import flex.EORS.*;
    class RRS
    public List getSome()
    ArrayList list = new ArrayList();
    String str = "bob";
    RR rr = new RR(str);
    list.add(rr);
    return list;
    RR:
    package blah.myPackage;
    class RR
    private String name;
    public RR() { }
    public RR(String name)
    this.name = name;
    public String getName()
    return this.name;
    public void setName(String name)
    this.name = name;
    I started with something that retrieved data from a database
    but watered it down just to try and get some kind of communication
    between Flex and Java.

  • Web Dispatcher does not connect to J2EE..

    Hi,
    The web dispatcher is not connecting to the J2EE anymore. This was working fine until i installed the SSL certificate on the J2EE engine. The dev_webdisp log file shows messages as below
    [Thr 4880] Tue Aug 28 14:56:48 2007
    [Thr 4880] *** ERROR => NiBufIConnect: non-buffered connect pending after 5000ms (hdl 8;205.178.189.131:56000) [nibuf.cpp    4603]
    [Thr 4880] *** ERROR => Connection request to host: cpcep2.pnrw.org, service: 56000 failed (NIECONN_REFUSED) [icxxpool.c   1948]
    i am able to telnet from the webdispatcher to the portal on port 56000.
    Portal is on EP7 SP12
    any idea why this might have occured ? and how to get the connection back ?
    Thanks in advance!!

    Check out the following links...it deals with setting up Web Dispathcer with SSL
    http://help.sap.com/saphelp_nw70/helpdata/en/d8/a922d7f45f11d5996e00508b5d5211/frameset.htm
    This link points to the SSL Paramters to be configured in the profile file.
    http://help.sap.com/saphelp_nw70/helpdata/en/d8/a922d7f45f11d5996e00508b5d5211/frameset.htm
    -Abhishek

  • When I connect my 3G iphone to my Macbook it does not connect or charge my phone

    when I connect my 3G iphone to my Macbook it does not connect or charge my phone

    See:
    iOS: Device not recognized in iTunes for Windows
    IOt is normal and expected for the iPod to appear in My Computer

  • WSDL for Provided Web Service does not resolve in IE

    Hi,
    After successfully providing a Web Service in FSCM 9/PT 8.49, I copied the generated WSDL URL in IE I was unable to view the WSDL. In-fact I cannot view any of the OOB WSDL's using the URL which PS generates after successfully posting it to the WSDL repository.
    Any thoughts Please.
    Thank You
    Prashant

    Hi Nicolas,
    The URL that i am currently using is "http://localhost:8280/PSIGW/PeopleSoftServiceListeningConnector/SALES_ORDER_LOAD.1.wsdl
    And when I paste this in IE I get the following response...
    <![CDATA[ Unable to find a Routing corresponding to the incoming request message.  ]]>
    Status Code 20 & MessageID - 505 ... I could not paste the actual SOAP Fault message, as the Rich Text format was not resolving it correctly...
    And on the Web Server window it says "[Fatal Error] :1:1: Content is not allowed in prolog.
    I did lookup this particular error message for Weblogic and what I could make out is that the XML doc being provided has additional BOM Objects which need to stripped..
    Below is the snippet from the +<strong
    *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
    com.peoplesoft.pt.integrationgateway.common.GeneralFrameworkException
    at com.peoplesoft.pt.integrationgateway.listeningconnector.PeopleSoftServiceListeningConnector.service(PeopleSoftServiceListeningConnector.java:361)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.peoplesoft.pt.integrationgateway.common.IBFilter.doFilter(IBFilter.java:69)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3212)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1983)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1890)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1344)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Message-ID: &lt;5852381.1229014948625.JavaMail.CipherXP@cipher-b194ccb8&gt;
    Date: Thu, 11 Dec 2008 22:32:28 +0530 (IST)
    Mime-Version: 1.0
    Content-Type: multipart/related;
    boundary="----=_Part_40_130942.1229014948609"
    Content-ID: PeopleSoft-Integration-Broker-Internal-Mime-Message
    PeopleSoft-ToolsRelease: 8.48
    ------=_Part_40_130942.1229014948609
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Content-Disposition: inline
    Content-ID: IBInfo
    &lt;?xml version="1.0"?&gt;&lt;IBInfo&gt;&lt;ExternalOperationName&gt;&lt;![CDATA[GetWSDL]]&gt;&lt;/ExternalOperationName&gt;&lt;HttpSession&gt;&lt;SessionID&gt;&lt;![CDATA[]]&gt;&lt;/SessionID&gt;&lt;/HttpSession&gt;&lt;From&gt;&lt;WSA-ReplyTo&gt;&lt;![CDATA[]]&gt;&lt;/WSA-ReplyTo&gt;&lt;WSA-MessageID&gt;&lt;![CDATA[]]&gt;&lt;/WSA-MessageID&gt;&lt;/From&gt;&lt;QStrArgs&gt;&lt;QStrArg&gt;&lt;Name&gt;&lt;![CDATA[wsdl]]&gt;&lt;/Name&gt;&lt;Value&gt;&lt;![CDATA[SALES_ORDER_LOAD.1]]&gt;&lt;/Value&gt;&lt;/QStrArg&gt;&lt;/QStrArgs&gt;&lt;ContentSections&gt;&lt;ContentSection&gt;&lt;ID&gt;ContentSection0&lt;/ID&gt;&lt;NonRepudiation&gt;N&lt;/NonRepudiation&gt;&lt;Headers&gt;&lt;Accept&gt;&lt;![CDATA[image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/xaml+xml, application/vnd.ms-xpsdocument, application/x-ms-xbap, application/x-ms-application, application/x-shockwave-flash, */*]]&gt;&lt;/Accept&gt;&lt;Accept-Language&gt;&lt;![CDATA[en-us]]&gt;&lt;/Accept-Language&gt;&lt;UA-CPU&gt;&lt;![CDATA[x86]]&gt;&lt;/UA-CPU&gt;&lt;Accept-Encoding&gt;&lt;![CDATA[gzip, deflate]]&gt;&lt;/Accept-Encoding&gt;&lt;User-Agent&gt;&lt;![CDATA[Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)]]&gt;&lt;/User-Agent&gt;&lt;Host&gt;&lt;![CDATA[localhost:8280]]&gt;&lt;/Host&gt;&lt;Connection&gt;&lt;![CDATA[Keep-Alive]]&gt;&lt;/Connection&gt;&lt;/Headers&gt;&lt;/ContentSection&gt;&lt;/ContentSections&gt;&lt;IBProfileInformation&gt;&lt;AppServer&gt;&lt;TransformInbound&gt;0&lt;/TransformInbound&gt;&lt;OnRoutePeopleCode&gt;0&lt;/OnRoutePeopleCode&gt;&lt;OnRequestPeopleCode&gt;0&lt;/OnRequestPeopleCode&gt;&lt;TransformOutbound&gt;0&lt;/TransformOutbound&gt;&lt;DataBase&gt;0&lt;/DataBase&gt;&lt;AppServerSendTime&gt;0&lt;/AppServerSendTime&gt;&lt;AppServerRecvTime&gt;0&lt;/AppServerRecvTime&gt;&lt;/AppServer&gt;&lt;GatewayRequest&gt;&lt;Connector&gt;0&lt;/Connector&gt;&lt;Transform&gt;0&lt;/Transform&gt;&lt;GatewayTime&gt;0&lt;/GatewayTime&gt;&lt;/GatewayRequest&gt;&lt;GatewayResponse&gt;&lt;Transform&gt;0&lt;/Transform&gt;&lt;GatewayTime&gt;0&lt;/GatewayTime&gt;&lt;/GatewayResponse&gt;&lt;/IBProfileInformation&gt;&lt;AttachmentSection ResponseAsAttachment="N"&gt;&lt;/AttachmentSection&gt;&lt;/IBInfo&gt;
    ------=_Part_40_130942.1229014948609
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Content-Disposition: inline
    Content-ID: ContentSection0
    &lt;?xml version="1.0"?&gt;
    ------=_Part_40_130942.1229014948609--
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Message-ID: &lt;12927846.1229014948625.JavaMail.CipherXP@cipher-b194ccb8&gt;
    Date: Thu, 11 Dec 2008 22:32:28 +0530 (IST)
    Mime-Version: 1.0
    Content-Type: multipart/related; boundary="Integration_Server_MIME_Boundary"
    Content-ID: PeopleSoft-Integration-Broker-Internal-Mime-Message
    PeopleSoft-ToolsRelease: 8.48
    --Integration_Server_MIME_Boundary
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Content-Disposition: inline
    Content-ID: IBInfo
    &lt;?xml version="1.0"?&gt;&lt;IBInfo&gt;&lt;Status&gt;&lt;StatusCode&gt;20&lt;/StatusCode&gt;&lt;MsgSet&gt;158&lt;/MsgSet&gt;&lt;MsgID&gt;505&lt;/MsgID&gt;&lt;DefaultMsg&gt;Unable to find a Routing corresponding to the incoming request message.&lt;/DefaultMsg&gt;&lt;/Status&gt;&lt;AttachmentSection ResponseAsAttachment="N"&gt;&lt;/AttachmentSection&gt;&lt;/IBInfo&gt;
    Integration_Server_MIME_Boundary
    Thank You for your help
    Prashant

  • Simple JAX-WS web service does not work on WS7u6

    Hello,
    I am trying to deploy a very simple JAX-WS web service on WS7u6, but it is not working. The same service deployed on Tomcat 6.0.16 works fine.
    The service I'm trying to deploy is from a tutorial on the Netbeans website: [http://netbeans.org/kb/docs/websvc/jax-ws.html] - it is a simple calculator web service that adds two ints and returns an int.
    I follow the tutorial to the letter, but when I attempt to deploy on WS7, it fails as follows:
    [10/Dec/2009:21:21:44] info (25757): CORE3276: Installing a new configuration
    [10/Dec/2009:21:21:44] info (25757): WEB0118: SSO is enabled in virtual server [dadydude.qisc.com]
    [10/Dec/2009:21:21:44] info (25757): WEB0100: Loading web module in virtual server [dadydude.qisc.com] at [/wstest]
    [10/Dec/2009:21:21:44] info (25757): WSSERVLET12: JAX-WS context listener initializing
    [10/Dec/2009:21:21:44] info (25757): wsdl cannot be found from DD or annotation. Will generate and publish a new WSDL for SEI endpoints.
    [10/Dec/2009:21:21:44] failure (25757): WSSERVLET11: failed to parse runtime descriptor: class: org.me.calculator.jaxws.Add could not be found
    class: org.me.calculator.jaxws.Add could not be found
         at com.sun.xml.ws.modeler.RuntimeModeler.getClass(RuntimeModeler.java:271)
         at com.sun.xml.ws.modeler.RuntimeModeler.processDocWrappedMethod(RuntimeModeler.java:562)
         at com.sun.xml.ws.modeler.RuntimeModeler.processMethod(RuntimeModeler.java:509)
         at com.sun.xml.ws.modeler.RuntimeModeler.processClass(RuntimeModeler.java:355)
         at com.sun.xml.ws.modeler.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:251)
         at com.sun.xml.ws.server.RuntimeEndpointInfo.createSEIModel(RuntimeEndpointInfo.java:170)
         at com.sun.xml.ws.server.RuntimeEndpointInfo.init(RuntimeEndpointInfo.java:317)
         at com.sun.xml.ws.transport.http.servlet.WSServletContextListener.createModelAndMetadata(WSServletContextListener.java:200)
         at com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized(WSServletContextListener.java:120)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4456)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5113)
         at com.sun.webserver.connector.nsapi.WebModule.start(WebModule.java:235)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1224)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:924)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1224)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:520)
         at org.apache.catalina.startup.Embedded.start(Embedded.java:917)
         at com.sun.enterprise.web.PwcWebContainer.onStartup(PwcWebContainer.java:70)
         at com.sun.webserver.connector.nsapi.WebContainer.start(WebContainer.java:491)
         at com.sun.webserver.init.J2EERunner.confPostInit(J2EERunner.java:304)
    [10/Dec/2009:21:21:44] failure (25757): WebModule[/wstest]PWC1275: Exception sending context initialized event to listener instance of class com.sun.xml.ws.transport.http.servlet.WSServletContextListener
    WSSERVLET11: failed to parse runtime descriptor: class: org.me.calculator.jaxws.Add could not be found
         at com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized(WSServletContextListener.java:131)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4456)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5113)
         at com.sun.webserver.connector.nsapi.WebModule.start(WebModule.java:235)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1224)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:924)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1224)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:520)
         at org.apache.catalina.startup.Embedded.start(Embedded.java:917)
         at com.sun.enterprise.web.PwcWebContainer.onStartup(PwcWebContainer.java:70)
         at com.sun.webserver.connector.nsapi.WebContainer.start(WebContainer.java:491)
         at com.sun.webserver.init.J2EERunner.confPostInit(J2EERunner.java:304)
    Caused by: class: org.me.calculator.jaxws.Add could not be found
         at com.sun.xml.ws.modeler.RuntimeModeler.getClass(RuntimeModeler.java:271)
         at com.sun.xml.ws.modeler.RuntimeModeler.processDocWrappedMethod(RuntimeModeler.java:562)
         at com.sun.xml.ws.modeler.RuntimeModeler.processMethod(RuntimeModeler.java:509)
         at com.sun.xml.ws.modeler.RuntimeModeler.processClass(RuntimeModeler.java:355)
         at com.sun.xml.ws.modeler.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:251)
         at com.sun.xml.ws.server.RuntimeEndpointInfo.createSEIModel(RuntimeEndpointInfo.java:170)
         at com.sun.xml.ws.server.RuntimeEndpointInfo.init(RuntimeEndpointInfo.java:317)
         at com.sun.xml.ws.transport.http.servlet.WSServletContextListener.createModelAndMetadata(WSServletContextListener.java:200)
         at com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized(WSServletContextListener.java:120)
         ... 11 more
    [10/Dec/2009:21:21:44] failure (25757): PWC1306: Startup of context /wstest failed due to previous errors
    [10/Dec/2009:21:21:44] failure (25757): Null component com.sun.web-3:type=JspMonitor,name=jsp,WebModule=//localhost/wstest,J2EEApplication=null,J2EEServer=none
    [10/Dec/2009:21:21:44] info (25757): CORE3280: A new configuration was successfully installed
    [10/Dec/2009:21:21:44] info (25757): WSSERVLET13: JAX-WS context listener destroyedAm I simply missing something obvious here?
    Thanks,
    Bill

    OK, I've made significant progress.
    As I suspected, JAX-WS was indeed supposed to generate the missing class for me, but while it appears to do so automatically when deploying in Tomcat, it is necessary to hack your build.xml file to add the generated classes to your WAR file for WS7. Reference [http://developers.sun.com/webtier/reference/techart/websvcs_nb.html] for a (rather dated) description of how to deploy a JAX-WS service on WS7 (using Netbeans 5.0!).
    Note that as of NB6.7/6.8 much of the manual process is now done automatically by Netbeans, but curiously, not the part that actually causes the web service code to be generated. For that, we have to manually modify the build.xml to include a "-pre-dist" target that invokes the wsgen Ant task.
    This is the target I added to build.xml for this sample calculator service:
      <target name="-pre-dist">
        <taskdef name="wsgen" classname="com.sun.tools.ws.ant.WsGen">
          <classpath path="${javac.classpath}:${j2ee.platform.classpath}"/>
        </taskdef>
        <wsgen
          debug="true"
          keep="true"
          destdir="build/web/WEB-INF/classes"
          resourcedestdir="build/web/WEB-INF/classes"
          xendorsed="true"
          sei="org.me.calculator.CalculatorWS">
          <classpath>
            <pathelement path="${javac.classpath}:${j2ee.platform.classpath}"/>
            <pathelement location="${java.home}/../lib/tools.jar"/>
            <pathelement location="build/web/WEB-INF/classes"/>
          </classpath>
        </wsgen>
      </target>That will allow the project to build and deploy successfully, and I am now able to view my WSDL.
    However, at first the service itself was not working. After a bit of casting about, I determined that this was due to the fact that at some point I had added the METRO library to the project rather than simply the JAX-WS 2.2 library. After returning the configuration to just use JAX-WS and doing a clean build and deploy, the simple web service now works!
    One thought does emerge from all this, though: if the built in support for Tomcat runs wsgen for me when I deploy an app to that container, perhaps the Sun WS7 team needs to update their Netbeans plugin to do this for us, too. I should probably open a support case on that...
    OK, now on to real work. ;-)
    Bill

  • Delphi Client Web Service does not work fine

    I wrote a Hello web service with a method and with a parameter, and import WSDL in delphi, All works very well. But when I add two parameters I receive the error below:
    java.lang.IllegalStateException: Cannot obtain java type for: {urn:CalculatorFacade/types}add
    at org.jboss.axis.description.ServiceDesc.syncOperationToClass(ServiceDesc.java:710)
    at org.jboss.axis.description.ServiceDesc.getSyncedOperationsForName(ServiceDesc.java:1187)
    at org.jboss.axis.description.ServiceDesc.loadServiceDescByIntrospectionRecursive(ServiceDesc.java:1045)
    at org.jboss.axis.description.ServiceDesc.loadServiceDescByIntrospection(ServiceDesc.java:972)
    Using the google I discovery this tutorial.
    http://www.javapassion.com/planning/handsonbyol/netbeanswebservices
    I wrote a calculator web service with Netbeans and deploy it on jboss-4.0.3.
    So I was change my project parameters to change wscompile parameters: rpcliteral, strict
    When I execute the code: x = calc.add(a, b)
    I receive another error:
    faultDetail:
    {http://xml.apache.org/axis/}stackTrace: javax.xml.rpc.JAXRPCException: No such operation 'int_1'
    at org.jboss.axis.providers.java.RPCInvocation.prepareFromRequestEnvelope(RPCInvocation.java:273)
    at org.jboss.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:103)
    at org.jboss.axis.providers.java.JavaProvider.invoke(JavaProvider.java:358)
    I test this web service in a Java client and it works very fine, but with delphi client it does not work :(
    Can someone help me?
    []s, Welington B. Souza

    Welington,
    Could you post the source of the web service that gives you the error?

  • Web service does not work in production mode

    Hi!
    I created a small web service with the WorkShop in BEA Weblogiv 7.0.
    If I start the server in production mode, then my service is not visible. It can
    not be accessed, neither its WSDL. In development mode it works. I tried to create
    an EAR file and deploy it, but when I do that in the web console, it all says
    that it is deployed, but I can not access the WSDL or anything else.
    Does the WSDL URL change in production mode ?
    Help !
    Best regards,
    David

    Thanks for reply.
    It seems nothing matters.
    I changed wlw-config file:
         <hostname>localhost</hostname>
         <protocol>http</protocol>
         <http-port>8002</http-port>
         <service>
              <class-name>com.mycom.MyWS</class-name>
              <protocol>http</protocol>
         </service>
    I changed wsdl soap address
    to
    http://localhost:8002/MyWS/com/mycom/MyWS.jws
    I deployed it to managed server at port 8002 and admin server at 7001. but still, admin server works and the other one does not.

  • Web Services will not connect

    I have a Officejet 8500A Plus. Trying to setup web services. Every time i try to connect I get the message "A proxy address might be required to connect to Web Services." I do not use a proxy server. I'm connected to the internet via Cox cable, through a Linksys WRT610N router, running Norton Internet Security on all connected computers (6, all getting internet fine). I have installed the printer on two of the computers and can print and access all normal 'internal' functions fine.
    Seems like a router issue to me, but I can't find anything that discusses that as a possible problem. Appreciate any ideas...

    I had a similar problem - turned out that I had set up the printer's connection to my home network using manually assigned IP addresses.  Bug in the firmware (I think), is that it doesn't allow you to enter in a DNS server (defaults to 0.0.0.0), and thus the printer cannot find the HP Web Services server. 
    The workaround was to connect the printer up to the network on automatic (DHCP) mode.
    If you're already connected to the network on automatic mode, then you have a different problem.  To troubleshoot, in that case, I would test, by bypassing the router, connecting the printer directly to your cable modem.  If it works then, the the problem is how your router manages domain name lookups (a DNS problem with your router).
    Dan

  • Calling SAP Web Services does not work

    Hi,
    using this little program, I try to get a simple "Hello World" from a webservice in SAP.
    require 'soap/rpc/driver'
    s = SOAP::RPC::Driver.new('http://server:port/sap/bc/srt/rfc/sap/Z_WS_RUBY/', 'urn:sap-com:document:sap:soap:functions:mc-style')
    s.add_method("Z_WS_RUBY", "StringIn" )
    p s.Z_WS_RUBY("World")
    Unfortunately there is an error:
    in `parse_local': unknown namespace qualifier: xml (XSD::NS::FormatError)
         from D:/rubyy/InstantRails/ruby/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb:532:in `decode_attrs' ETC
    In the WebService Recorder I find that the call is going through with request:
      <?xml version="1.0" encoding="utf-8" ?>
    - <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    - <env:Body>
    - <n1:Z_WS_RUBY xmlns:n1="urn:sap-com:document:sap:soap:functions:mc-style" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
      <StringIn xsi:type="xsd:string">World</StringIn>
      </n1:Z_WS_RUBY>
      </env:Body>
      </env:Envelope>
    but response ist like:
    - <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
    - <soap-env:Body>
    - <soap-env:Fault>
      <faultcode>soap-env:Client</faultcode>
      <faultstring xml:lang="en">Operation not supported</faultstring>
      </soap-env:Fault>
      </soap-env:Body>
      </soap-env:Envelope>
    What am I mssing here ?
    Any help is appreciated.
    Regards
    Marcus
    Message was edited by:
            Marcus Schiffer

    Hi,
    I am using SAP WAS Rel. 7.0. SAPWAS is of 0.11.
    Couldnt retype your exact example, but I hope it works with my simple program too.
    I activated the trace, here the result:
    ignored element: Feature
    ignored element: useFeature
    Wire dump:
    = Request
    ! CONNECT TO myserver:myport
    ! CONNECTION ESTABLISHED
    POST /sap/bc/srt/rfc/sap/Z_WS_RUBY?sap-client=800&sap-language=EN HTTP/1.1
    SOAPAction: "urn:sap-com:document:sap:rfc:functions"
    Content-Type: text/xml; charset=utf-8
    Authorization: Basic gzhtfzu=
    User-Agent: SOAP4R/1.5.5 (/146, ruby 1.8.6 (2007-03-13) [i386-mswin32])
    Date: Thu, 14 Jun 2007 08:14:05 GMT
    Content-Length: 332
    Host: myserver:myport
    <?xml version="1.0" encoding="utf-8" ?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <env:Body>
        <n1:ZTestWsRuby xmlns:n1="urn:sap-com:document:sap:rfc:functions">
          <STRINGIN>dd</STRINGIN>
        </n1:ZTestWsRuby>
      </env:Body>
    </env:Envelope>
    = Response
    HTTP/1.1 500 Internal Server Error
    set-cookie: sap-usercontext=sap-language=EN&sap-client=800; path=/
    set-cookie: sap-recorder_sid=%2cc%3dID6-95D8115601C54670F9E2221A00000000--1%2co%3jhggz; path=/; domain=mydomain
    content-type: text/xml; charset=utf-8
    content-length: 264
    sap-srt_id: 20070614/101842/v1.00_final_6.40/466FCFE5847D01C50000000095D81156
    server: SAP Web Application Server (1.0;700)
    <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"><soap-env:Body><soap-env:Fault><faultcode>soap-env:Client</faultcode><faultstring xml:lang="en">Operation not supported</faultstring></soap-env:Fault></soap-env:Body></soap-env:Envelope>
    The call does not ecven go through to the Function Module in SAP.
    Here is the call that worked from my VB  Program:
    <?xml version="1.0" encoding="utf-8" ?>
    - <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    - <env:Body>
    - <n1:ZTestWsRuby xmlns:n1="urn:sap-com:document:sap:soap:functions:mc-style" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
      <STRINGIN xsi:type="xsd:string">wert</STRINGIN>
      </n1:ZTestWsRuby>
      </env:Body>
      </env:Envelope>

  • Primavera Web services does not work properly when I move the database.

    I am using primavera web services to integrate a winform application (using c#) with primavera. It was successful with my original database, but when I decided to move my database to another server ( It is a sql server 2005 database and I use backup/restore to move database to new server). I changed the database configuration for the webservices so that it refers to the new database on the new server.
    I used the following code to login to webservices:
                    AuthenticationService authService = new AuthenticationService( );
                    authService.CookieContainer = new System.Net.CookieContainer( );
                    authService.Url = _P6wsAuthenticationService;
                    Login loginObj = new Login( );
                    loginObj.UserName = pv_Username;
                    loginObj.Password = pv_Password;
                    loginObj.DatabaseInstanceId = 1;
                    loginObj.DatabaseInstanceIdSpecified = true;
                    loginObj.VerboseFaults = true;
                    loginObj.VerboseFaultsSpecified = true;
                    LoginResponse loginReturn = authService.Login( loginObj );
                    cookieContainer = authService.CookieContainer;
                   ReadDatabaseInstancesResponseDatabaseInstance[] readdbInstances = authService.ReadDatabaseInstances("");
    the loginResponse for the new server is true and it shows the db properties correctly in readdbInstances. But when I try to read projects from database it returns nothing. It doesn't give me any error message just the response message is null.
    Could anybody help me with this issue?
    Thank you

    Thanks Frank for help us, but when I writing this comment we are doing at home. So, we going to test the page in a stand alone weblogic server 10.3.5. We wrote the URL as :
    " http://<our ip>:7001/myApp/faces/index.jspx "
    this application contains a report desing and compiled with iReport 4.5.1 ( last version in the moment ), we can see the report when I press a commanButton without any problem.
    But now, we need try your suggestions in the office, and give you more information about it . Thanks for the moment.
    In the Afternoon we gonna give you more information about it .

  • SPA25G2 - Does not connect remotely.

    I down loaded SPA525_Remote_SSL_VPN_with_CCA_TEL_19_sdistef1 pdf and followed instructions to set up our SPA525G2 to connect remotely. However, as I ran through the instructions, the phone didn't reboot as I expected and it didn't atomatically pull in the VPN information. After manually configuring the phone and taking it to a remote location, it connected briefly and then locked up. Since then, it never connets via VPN.   

    Thanks for the feedback Jason! Yes, I was connected directly to the UC540. I ended up calling Cisco and found that the phone load was not on the system. When I upgraded the UC540's firmware I didn't put all the phone models back in.
    After putting this on, I still had issues. However, the last change I made was to my SSL VPN. I changed the start and stop addressing from 10.1.1.x to 192.168.20.xx.
    After that, the next time I plugged the phone up, it connected remotely and worked like expected.
    What's odd is over the weekend, it fell off again and now won't connect...
    Thanks again for your response!

  • Help Required...Web Service does not start automatically...

    I have a web service created with a EJB, everything is fine now.
    After restarting the Server, web service doesn't get start automatically.
    I have done the changes for the EJB - .ear project - application-j2ee-engine.xml file with the below.
    <start-up mode="always"/>
    But it still doesnt start. any help is appreciated.
    This is the document i have referred.
    http://help.sap.com/saphelp_nw04s/helpdata/en/25/0c08f3981343609d4045f8acaa0a76/frameset.htm
    Thanks,
    Sridhar
    Edited by: Sridhar k on Jan 5, 2009 9:11 AM

    Hai,
    Just a tought...:-|
    Check the value in your file, is it typing mistake or you have entered the same in your file.
    <start-up mode="always"/> it should be <start-up mode="always">.
    Regards,
    Yoganand.V

  • Planning Refresh is hung in 9.3.0.1...recycling web services does not clear

    Hello,
    I had an issue with HAL and a refresh following a typical hal routine. Now my planning application is hung. If I refresh, it says I can't because I am already refreshing, if I try to run a hal routine it says i can't because I am refreshing.
    And if I try to run unlockapp.exe and unlock the app, I receive a "Runtime Error '91': Object Variable or With block variable not set." error message....any ideas? How do I clear the refresh??????? It's been 5 days.
    Thanks
    heather

    Hi John,
    Even I am facing a similar kind of problem with my HAL Routine. Whe I run my HAL routine, it throws a errror saying "The Object CUTOMER is locked by another user". "Customer" is one of the dimensions in our Application. It got locked as the HAL routine that updates the dimension failed in the middle of the process.
    Does your suggestion help unlock the Planning Application or help running the UnlockApp.exe utility?
    Hey John are always really helpful. You are every where in these hyperion forums. I really appreciate your help.
    Regards,
    Prashanth

  • Axis - Web service is not getting deployed on https

    I am using axis api for creating web service and Tomcat to deploy it. When I deploy the web service first time, it works perfectly, but If I upgrade my web
    application, the server-config.wsdd file gets deleted from WEB-INf directory of my web application.
    If I try to deploy the web service again, it does not get deployed on https, but on http it gets deployed. I am using following commands to deploy the web
    service:
    On HTTPS:
    java -Djavax.net.ssl.keystore=/root/.keystore -Djavax.net.ssl.keyStorePassword=password org.apache.axis.client.AdminClient -lhttps://localhost/serviceURL
    deploy.wsdd
    HTTP:
    java org.apache.axis.client.AdminClient -lhttp://localhost/serviceURL deploy.wsdd
    When I deploy the web service on http, the server-config.wsdd file gets created automatically and the web service gets deployed, but the problem is on https.
    Web service does not gets deployed on https and the server-config.wsdd file is not created. Even if I create the server-config.wsdd file manually, the web
    service does not get deployed on https. Once I deploy the web service on http, I am able to deploy it on https.
    Please help resolving the issue. Thanks.

    Hi Reema,
    Thanks for your reply.
    But here I am not doing replication, I am working on initial upload of vendor master.
    For all the standard fields its working fine.
    but we have some 'Z' fields so I enhanced the web service with 'Z' fields after that I am not able to save and activate the web service.
    Please find above screenshot for error.
    Please let me know if I am missing some setting or anything.
    Thanks,
    Sudhir

Maybe you are looking for

  • Help needed with connection problem before I chew off my foot.

    I am on 24/7 with Virgin. From last Friday, my connection telephone number has been constantly engaged. BT tell me it is not a valid number (?). I can access the internet just by changing the number in remote access to the one I'm using now - a pay b

  • Image color is different in LR and PS

    When I choose to edit a photo in Photoshop (from LR), the color is slightly different in PS.  Both programs are using the same color profile.  Any suggestions

  • Real time tickets

    Hi friends Can any one who are in the support project can give me some of the real time problems from end users-tickets-any critical tickets with solution please thanks & Regards maunami

  • Heterogeneous mapping in crystal

    Post Author: dba31498 CA Forum: Crystal Reports How would I set up a report to pull data from multiple databases. Is this even possible? I know you can do it through SQL, but that is not necessary the way to go, since users are writing the report and

  • How to zoom in and out on Ipad?

    how to zoom in and out on Ipad?