Setting up Web Services

Hello,
   I'm new to the forums, so please bear with me. I bought an HP all-in-one wireless printer, model 6520, and I am able to connect wireless to the printer and print, but I cannot connect to Web Services. It asks me to use a proxy service, but I don't have that with my ISP. How can I fix this problem?

I would try to correct that by first Power cycling the router and the device at the same time.
 To do that:
1. Unplug the router (most do not have a power button) and then power
     off the printer using the power button
2. Wait 30 seconds
3. plug router back in, wait for it to be fully up and functioning.
4. Turn printer back on
5. After printer is fully up and functioning reattempt to connect to web services
If still getting that error message I would set a static DNS through the embedded Web Server (EWS)
1. Get the IP address for the printer and pull up a browser (IE, Chrome, whatever browser you want) and enter
that printer's IP address in the address bar. This will bring up the EWS
2. Look for the tab that is labeled Network and click on it
3. Then click IPv4 in the left column, wired/ wireless will depend on the connection, if connected by Ethernet
choose wired, of wireless choose wireless
4. When that page load look at the second part that is labeled "DNS Address Configuration" change that radio
button to manual and change the Manual Preferred DNS to 8.8.8.8 and the Manual Alternative DNS to
8.8.4.4 and then click apply.
5. Pay careful attention the the next screen that appears that message usually is a way to undo changes just
made by clicking that "OK" button. Avoid that by clicking on another tab
or just leave it until ready to close it.
6. Power cycle the printer and then turn it back on
7. Once printer is back on and functioning, reattempt to enable web
services.
While in the EWS of the printer look for a section in the left column  under General that is titled " Proxy settings". Click on that. It will ask you if you want to proceed because it will say the site is not secure, choose continue (not recommended) and check and see if the settings on that page for the proxies are blank. 
I am a former employee of HP...
How do I give Kudos?| How do I mark a post as Solved?

Similar Messages

  • Error trying to set up web services/HP Connections (ePrint) for HP Envy 5530

    I have been trying to set-up my new Envy 5530 printer and I can get the printer, computer, and wireless network to communicate with each other. However, when I try to get the printer and network to talk to each other to set up Web Services and HP Connections, the printer tries to download the latest product updates and has a server error saying it cannot connect to the server It wants me to check the connections or set a proxy server address. Also, when I try to get a claim code printed, I run into this same issue. Help!!

    Hello Woodpeckyr,
    Welcome to the HP Support Forums!
    I see that you are trying to setup Web Services on your ENVY 5530 but are unable to connect to the server. A colleague of mine as worked with this issue here: Envy 5530 Web Services
    Please review the steps afforded and give them a try. Hope this helps, cheers.
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Failure to set up Web Services in SJSAS for flash AS 2

    Hi there,
    I recently set up web services to expose my business logics in EJB3, which resides in Sun Java System Application Server 9.1.
    After all server side configurations are done and flash has detected the web service, I found the skeleton of WSDL of target web service cannot be interpreted by flash.
    The reason behind is the skeleton of WSDL generated by wsgen.exe, a program in <JDK_HOME>\bin, is not standard form of WSDL. The schema part ( in the type definition ) in WSDL is stored in and XML file and the Message Type in WSDL is stored in that XML file. This causes flash cannot interpret the Message Element in the target WSDL.
    I assure both the server and client have been configured correctly as I have implemented the same setup in ASP.NET. And it works perfectly there cuz the WSDL generated from a Web Service Object in ASP.Net contains all the necessities needed for SOAP.
    I would like to ask how can I modify the WSDL after deployment in SJSAS?
    Thanks

    sorry for typing mistake in last post.
    [The reason behind is the skeleton of WSDL generated by wsgen.exe, a program in <JDK_HOME>\bin, is not standard form of WSDL. The schema part ( in the type definition ) in WSDL is stored in and XML file and the Message Type in WSDL is stored in that XML file. This causes flash cannot interpret the Message Element in the target WSDL.]
    What I mean is the schema part of WSDL is stored in another xml file. And flash interpret the message element, it needs to refer to the schema. But what causes the problem is that flash can get the external schema, so it just claims the message element attribute cannot be referenced.

  • Can not set up Web Service datastore using HTTPS WSDL DS 4.1

    I have been trying to configure a Web services data store to connect to an HTTPS Wsdl file
    Here is some background.
    DS Version: 14.1.1.210
    Job Server Windows 2008
    if i configure the datastore and leave the field for Keystore path empty, i get the following error:
    Error loading [https://stgbbaaviation.taleo.net/enterprise/soap?ServiceName=CorporateRecruitmentSourceService&wsdl]:
    org.apache.xmlbeans.XmlException: java.io.IOException: Server returned HTTP response code: 401 for URL: https://stgbbaaviation.taleo.net/enterprise/soap?ServiceName=CorporateRecruitmentSourceService&wsdl
    If i put the path C:\Program Files (x86)\SAP BusinessObjects\Data Services\ssl\mds\DSJavaKeyStore.keystore for the keystone path,
    I get the following different error:
    An error ocurred while importing metadata: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'https://stgbbaaviation.taleo.net/enterprise/soap?ServiceName=CandidateService&wsdl':javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building faild: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target (BODI-1111469) (BODI-1112446)
    I have recreated the DSJavaKeyStore.keystore and added in additional certificates but nothing seems to work.
    As a workaround i saved the wsdl file down to the local machine (I'm currently running designer on the job server machine)
    i can then save the web service datastore and import the wsdl function.  but at runtime I get the following error:
    There is no response for the web service <getMessageByIdentifier>. Ensure that the network, web server, and service are running
    properly. Also ensure that the service client call time out is set properly.
    I have edited the
    C:\Program Files (x86)\SAP BusinessObjects\Data Services\ext\webservice-c\axis2.xml file as follows for the sections that are listed in the documentation:
        <transportReceiver name="https" class="axis2_http_receiver">
            <parameter name="port" locked="false">6060</parameter>
            <parameter name="exposeHeaders" locked="true">false</parameter>
        </transportReceiver>
    <!-- Uncomment the following with appropriate parameters to enable the SSL transport sender.
             Also make sure that the appropriate transport receiver is enabled above.-->
        <transportSender name="https" class="axis2_http_sender">
            <parameter name="PROTOCOL" locked="false">HTTP/1.1</parameter>
            <parameter name="xml-declaration" insert="false"/>
        </transportSender>
        <parameter name="SERVER_CERT">C:\Program Files (x86)\SAP BusinessObjects\Data Services\ssl\server\DS_server_cert.crt</parameter>
        <parameter name="KEY_FILE">C:\Program Files (x86)\SAP BusinessObjects\Data Services\ssl\server\DS_server_privatekey.pem</parameter>
        <parameter name="SSL_PASSPHRASE">C:\Program Files (x86)\SAP BusinessObjects\Data Services\ssl\server\DS_server_privatekey_password.txt</parameter>
    I'm not sure what i'm doing wrong.  Not much detail in the documentation on what to enter for the Keystore path in the Datastore config.
    also it is unclear if i don't have the correct certifications added to the keystore.
    Please help

    Hi Prashant,
    Please refer the below KBA related to BODI-1111469 issue in SAP Data Services 4.1 Support Pack 1 Patch 1 (Version 14.1.1.284).
    ADAPT01664699
    An importing operation from a WSDL that has a recursive import of a schema would fail with the error:  "An error occurred while importing metadata: Unknown JNI error... (BODI-1111469)”. This issue has been fixed in this release.
    1804623 - Release Notes for SAP BusinessObjects Data Services 4.1 Support Pack 1 Patch 1 (Version 14.1.1.284)
    https://service.sap.com/sap/support/notes/1804623
    Thanks,
    Daya

  • Creating and Setting up web services for both inbound and outbound comms

    Hi
    I would like to know the process of setting up inbound and outbound web services using Siebel - is there a tech note /bookshelf article that can guide me through to setting up a 'new/custom' web service.
    I have read up on bookshelf that both business services and workflows can be setup/exposed as web services. Now i would like to find out how to do this.
    Any help appreciated.
    Regards,
    TS

    As you begin to experiment with web services you should take a look at SoapUI. It is a freeware program that makes it a breeze to test both inbound an outbound web service calls. The bonus is that it can also be used to trace what HTTP is going back and forth along with giving you the ability to chain calls together. That is particularly useful for example if you are learning how to do web service calls within the context of a session. http://www.soapui.com/

  • Cannot set up web services on HP Laser Jet CP1025nw

    I keep getting a communications error message/check internet connection.  I can print over my network just fine.  I have an IP assigned to the printer that is outside the DHCP range.  I have read lots of posts but nothing has fixed the issue.  Please help.  I have also tried using Google's DNS addresses.  I have tried uninstalling and reinstalling the software.
    Network Summary
    TCP/IP(v4)
    Status: Ready
    IP Address: 192.168.1.201
    IP Subnet Mask: 255.255.255.0
    Default Gateway: 192.168.1.1
    IP Configured By: Manual
    DHCP/BOOTP Server: 0.0.0.0
    WINS Server: 192.168.1.1
    Preferred DNS Address: 75.75.76.76
    Alternate DNS Address: 75.75.75.75
    TCP/IP(v6)
    Status: Ready
    Link-Local: FE80:0:0:0:7AE71FF:FEA6:9E90
    Stateless (from Router): Not Configured
    Stateful (from DHCPv6): Not Configured
    Network Identification
    Host Name: NPIA69E90
    Domain Name:
    Bonjour Service Name: HP LaserJet CP1025nw
    Bonjour Domain Name: NPIA69E90.local.
    Network Hardware Configuration
    Network in Use: Wired
    Wired Hardware Address: 78:E71:A6:9E:90
    Wireless Hardware Address: 90:00:4E:05:51:69
    Firmware Date: 20130212
    IO Timeout: 120 Seconds
    802.11b/g/n Wireless
    Status: Disabled
    Communication Mode: Infrastructure
    Network Name (SSID):
    Authentication: None (Open)
    Wireless Direct Setup
    Status: Enabled
    Wireless Direct Printing Name (SSID): HP-Print-69-LaserJet CP1025
    Wireless Direct Printing Channel: 6
    IP Address: 192.168.223.1
    SNMP
    Status: Read-Write Access Enabled
    SNMP Version: v1/v2
    Set Community Name: Not Specified (Defaults to 'public')
    Get Community Name: Not Specified (Defaults to 'public')
    Network Statistics
    Total Packets Received: 6139
    Unicast Packets Received: 4241
    Bad Packets Received: 2
    Framing Errors Received: 0
    Total Packets Transmitted: 6971
    Unsendable Packets: 0
    Transmit Collisions: 0
    Transmit Late Collisions: 0
    Enabled Features
    IPv4: Enabled
    IPv6: Enabled
    DHCPv6: Disabled
    LPD Printing: Enabled
    Bonjour: Enabled
    SLP: Enabled
    WS-Discovery: Enabled
    SNMP: Enabled

    DPE65,
    If I understand correctly, you are having issues getting web services enabled.
    Do you have a static IP address assigned to the printer?
    I would recommend assigning one that is in the DHCP range and then also using the Google DNS servers.
    8.8.8.8 for the primary and 8.8.4.4 for the secondary or alternate.
    Try that and report back to me if it helps.
    Best of luck,
    Kyle
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Specifying the character set for Web Services

    Hi
    When i set the weblogic system property
    -Dweblogic.webservice.i18n.charset=utf-8
    I get an error from weblogic douring startup
    <BEA-141087> <Unrecognized property: webservice.i18n.charset.>
    I'm using wls 8.1.
    Shouldn't this be the way to specify the encoding for web services
    Regards
    Preben

    Is it a Warning or a Error?
    If it is WARNING it is a known issue with the logging.
    The charset you set should work fine.
    Ajay
    "Preben" <[email protected]> wrote in message news:[email protected]..
    >
    Hi
    When i set the weblogic system property
    -Dweblogic.webservice.i18n.charset=utf-8
    I get an error from weblogic douring startup
    <BEA-141087> <Unrecognized property: webservice.i18n.charset.>
    I'm using wls 8.1.
    Shouldn't this be the way to specify the encoding for web services
    Regards
    Preben

  • Set the Web Service output Language

    Hi,
    I have created (exposed) a web service based on a ABAP function module.
    Among the output data there are some values which are correctly translated
    in the login language (ITA or ENG) if I use the SAP GUI to test the function.
    On the contrary, if I use the "Web Service Navigator" the same data are returned
    in German Language. How can I change this behaviour ? How Can I do to return
    these parameters in a choosen language (like ITA or ENG)?
    Thanks in advance
    Luca

    Hi Luca,
    I recently had a similar requirement and described how to do this in a short blog.
    I realise this is probably too late to be of use to you, but it might help others in the future.
    Kind regards,
    Tim

  • Data Federator - Building Web Services Data Source - Request Guidance

    Hello -
    I am trying to build a web services data source in Data Federator.
    I have:
    1. In ECC, I have created a web service, proxy, port, endpoint, etc. and am testing it with WS Navigator
    2. I have created a Project in Data Federator of the type web service
        a. Here I have assigned the WSDL URL (generated in ECC) as the URL
        b. I have setup web service authentication using the same userid, pwd in the web services definition (note: I have set the
            web services authentication to 'NONE' to avoing authorization issues)\
        c. I am now trying to "Generate Operations"
    I keep getting the error :
    The File Access Parameters are not valid (directory path = <HERE IS THE PATH TO THE WSDL WITH THE HOST/PORT stripped OUT>; file pattern = document
    I believe that it is finding the WSDL, becuase when I change the WSDL from 'Document' to 'RPC', the error changes with the file pattern = rpc.
    What needs to be done to the file access parameter piece.
    PLEASE provide guidance.  Thanks.
    - abhi

    Ananya,
    We are using XI to load data to BI from source system. XI basically uses the same concept as Web Services - Real time data concept via RFC embeded in Proxies.
    I was using web services to test data load - eventually we will use XI.
    KJs blog is pretty good. I was able to get data loaded - after several iterations and several OSS notes. It is still not perfect - there are several manual steps . I am going to pick KJs brain on that.
    We are on SP10 and looks like there are several bugs in RSRDA. Some of these are addressed in SP11 an SP12.
    Some notes to consider are
    0001003963, 0001008276,0001009260 and 001003265.
    Let me know if you have any questions.

  • Problem with java and flex web service

    Hi,
    I have a basic web service written in java using jax ws 2.1
    ri. I need to call it from Flex using the WebService class
    Annotations for the java web method :
    @WebMethod
    public void Login(
    @WebParam(name="server") String serverURL,
    @WebParam(name=AUTHENTICATE_HEADER,header=true,mode=WebParam.Mode.INOUTHolder<Authenticate Header>
    authHeader)
    When I try and call the service from Flex , it can't find the
    login method and attempts to call it fail. If I set the web service
    to RPC based using @SOAPBinding , the method is found but then
    there are issues with the authentication header.
    What do I need to do to get flex web services communicating
    succesfully with java ?
    Are there are any known compatibility issues ? Or guidelines
    for going about this ?
    Any help would be appreciated

    well Shay,
    i've used JDev's tools to developer and to deploy the web service: the war and ear files are automatically generates you to the end of the process.
    I have included all the files java and the compiled classes, but I do not have files jar.
    But don't works: if i create only one java class with all code inside then it works fine!!
    Daniele

  • How to call a web service that is managed by web services manager from omni

    Ok gurus... here is an interesting one for you.
    We have a set of web services that are deployed to our server. We have Oracle Web Services Manager deployed to another server and is acting as a gateway to our web services.
    We would like to call our web service and pass it the username and password that were specified in the omniportlet connection information screen. How do we go about doing this?
    PS. We are using the latest version of portal (10.1.4).
    Thanks for your help.
    Cheers,
    Cory

    Just a follow up. What I would like to do is to have omni portlet add standard header information for security such as the following:
    <soap:Header>
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:UsernameToken xmlns:wsse="http://docs.oasis-open.org/wss/200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:Username>theusername</wsse:Username>
    <wsse:Password>thepassword</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    </soap:Header>
    Any ideas on how to get omniportlet do this? Any ideas on where to look for the answer? Oracle dudes: Any plans to add this to future releases?
    Thanks again folks :-)
    Cory

  • Binary data problem with web services on JRockit but not Sun JDK

    I have a problem with binary data in SOAP and JRockit
    (jrrt-3.0.0-1.6.0-linux-x64.bin) . I have an set of web services based
    on EJB 3.0 which return images as byte arrays inside a SOAP envelope
    to be consumed by .NET 2 services. The host app server is Oracle
    Application Server 10.3.1 on RHEL Linux update 4, on 64 bit Xeon 5500
    series HP blade hardware.
    While most images are fine most of the time, one particular image
    gives this message when being consumed in the .NET client:
    The '■' character, hexadecimal value 0x1F, cannot be included in a
    name. Line 2, position 380038.
    The MSDN suggests that this is usually caused by non-escaping of reserved XML characters like < but this isn't one of those.
    The SOAP looks ok and for the life of me I can't see why this ought to
    be a problem, especially since the problem doesn't arise running with
    the SUN JDK 1.6_06 64 bit)
    When making the same call from the OAS Enterprise Manager, I can make the same call with no problem (but the data is just rendered as character data in a browser) which maybe suggests some incompatibility with how JRockit is serializing the data ?
    Any ideas, I would be very happy to hear - JRockit gives a 15% or so
    speed boost to the website that these services power so obviously we
    want to use it if possible.
    Edited by: RichLiv on Nov 14, 2008 4:54 AM

    Seems to be the case that using MTOM stops this problem with JRockit. Strange but apparently true (so far).

  • SSIS Web Service Task Error with WCF Service

    I have read all the other posts on this site and have not been able to resolve my issue.
    For testing purposes i created a very simple WCF service that takes no arguments and returns true.  That is all it does.
    When i create a winform client and instantiate the service i can run my service method and get true back so i know the service works.
    I then create a test SSIS package with 1 task, a web service task. 
    I set the web service tasks properties as follows:
    http connection: http://localhost/WCF_SSIS_Prototype/Service1.svc
    wsdl file: C:\...\SSIS_WCF_Prototype\Service1.wsdl  (I know this is not a valid path, i changed it for posting to forum)
    Service: Service1
    Method: GetData
    Variable: User::BResult
    When i run the package i get the following error:
    [Web Service Task] Error: An error occurred with the following error message: "Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException: Could not execute the Web method. The error is: Method 'ProxyNamespace.Service1.GetData' not found..    at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebMethodInvokerProxy.InvokeMethod(DTSWebMethodInfo methodInfo, String serviceName, Object connection)    at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTaskUtil.Invoke(DTSWebMethodInfo methodInfo, String serviceName, Object connection)    at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTask.executeThread()".
    I'm not sure why it is saying "Method 'ProxyNamespace.Service1.GetData' not found.  It the web service task trying to create a proxy class and naming the proxy class namespace ProxyNamespace? 
    Any help is greatly appreciated.

    Hi,
    How  do you get around the same issue if your string type is based on a client token ?  I downloaded the .wsdl file, was able to see the service name, method and when selecting a method type, I am required to provide a client token which was given
    to me.  (Name column = clienttoken, Type = string, Value = 2227656 - ec8922 (client token numbers goes there)?  I am new to use ssis and need your help please
    error message:  Web Service Task] Error: An error occurred with the following error message:
    "Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException: The web serrvice threw an error during method execution. The error is: An error occurred
    when verifying security fro the message..   
    at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebMethodInvokerProxy.InvokeMethod(DTSWebMethodInfo methodInfo, String serviceName, Object connection)   
    at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTaskUtil.Invoke(DTSWebMethodInfo methodInfo, String serviceName, Object connection) 
     at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTask.executeThread()"
    Thank you and regards,
    Bili

  • Web Services, SOAP, 8.6 RT Target

    Hello,
    I have an application where I want to access information "served" on a standalone, networked, instrument. For this particular instrument you can get all the information I am looking for through a normal web browser or through a defined a set of web services using SOAP (Simple Object Access Protocol).
    Using the web services approach is remarkably easy from LabVIEW on a PC - simply use tools>>Import>>Web Service... From here you can simply point to the Web Service Definition file (WSDL File) on the instrument and the import wizard creates a set of wrapper files that do all the work.
    www.xmethods.net has a bunch of services listed - there is a (free) weather service that will give you a report and/or forecast for any city - I had fun playing with this! (In reality I cannot tell what protocol LV has chosen to use with this example - suffice to say that it works from the PC)
    However, this operation is definitely not-so-easy from a RT Target - in fact, I simply don't know how to make it work at all!
    My understanding is that 8.6 and RT lost support for some protocols (SOAP, etc.) to focus on RESTful. However, I'm unclear if this is just for services from a RT Target (server) rather than when a RT Target is acting as a client. In any case, in the above example the VI's created on the PC using the import wizard are based in .NET and not supported on a RT Target.
    Now, it would seem to me that it would not be unreasonable to go low-level and create the desired communication with more basic building blocks - especially since for my particular application all I want to do is "get value X". Unfortunately, I'm totally new to this level of network protocol and am a little daunted...
    Has anybody run into this before? I know there other instruments out there that use this kind of "server" approach - has anybody had to create their own interface to the HTML? Is there an example I'm just not finding? Are there SOAP workarounds for RT Targets?
    Any suggests/examples very much appreciated!

    Yes this can be done on a RT target, because it supoort TCP/IP and string functions. That is all you need. For devices that publish a webpage you would have to send a HTTP request to the device requesting the published page. the response can then be parsed for the required values.  Have a look at the following document. Try "www.carya.nl" and path "/index.php" with HTTP GET and you'll get a response from the webserver.
    Message Edited by andre.buurman@carya on 04-09-2009 09:52 PM
    Regards,
    André
    Using whatever version of LV the customer requires. (LV5.1-LV2012) (www.carya.nl)

  • Dns for web service

    Hi there.
    I have set up web services on my server, and it is working fine. I have also setup the DNS on the server and that is working fine as well.
    Problem I have is I have Kerio Mailserver running on my server which uses port 80 for the webmail so I needed to move the wiki off that port and onto another.
    What I need to do now is set up a dns recored to point to the wiki which will be called intranet.example.com
    As far as I can tell I need to set up a (SRV) recored which then lets me choose which port to point at.
    So at the moment I have the following information in the SRV recored.
    Service Name: intranet
    Service type: http.tcp
    Host: example.com
    Port: 8045
    Priority:0
    Weight:0
    TXT: path=/
    8045 being the port I have put the wiki onto. I have tried other ports with the same result. Am I missing something. Has any body done this before and have it working.
    I am using os x server 10.5.7
    Thanks

    If you only have one network interface on the box, you just may wish to setup another IP on that interface and assign that to your webserver and then config web services in Server Admin, your httpd.conf, and your DNS for that IP. If you have the ability to add another NIC to the server that would also be a good choice.

Maybe you are looking for