Can't get web service to work

I'm getting the following error when trying to invoke an
ASP.NET web service on the same host...
TypeError: Error #1034: Type Coercion failed: cannot convert
Function-2010 to Namespace.
at mx.rpc.wsdl::WSDL/::processNamespaces()
at mx.rpc.wsdl::WSDL$iinit()
at
mx.rpc.wsdl::WSDLLoader/mx.rpc.wsdl:WSDLLoader::resultHandler()
at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.rpc::AbstractInvoker/
http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
at mx.rpc::AbstractInvoker/
http://www.adobe.com/2006/flex/mx/internal::resultHandler()
at mx.rpc::Responder/result()
at mx.rpc::AsyncRequest/acknowledge()
at ::DirectHTTPMessageResponder/completeHandler()
at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/flash.net:URLLoader::onComplete()
I'm using
http://localhost/Hello/Service1.asmx?WSDL
as the wsdl and it works when I navigate to it with the browser.
Any help would be very appreciated.
Thanks

Sorry for the late response, I wasn't able to access the
forums for awhile there.
I'm using .NET 2.0
Yes I have tried a hello world example. I have a very basic
ASP webservice:
using System;
using System.Data;
using System.Web;
using System.Collections;
using System.Web.Services;
using System.Web.Services.Protocols;
using System.ComponentModel;
namespace Hello
/// <summary>
/// Summary description for Service1
/// </summary>
[WebServiceBinding( ConformsTo = WsiProfiles.BasicProfile1_1
[ToolboxItem( false )]
public class Service1 : System.Web.Services.WebService
[WebMethod]
public string UpdateResponses()
return "Hello World";
My flex code is this:
private function doWebService():void
var service:WebService = new WebService();
service.loadWSDL("
http://localhost/Hello/Service1.asmx?WSDL");
service.addEventListener(ResultEvent.RESULT, success);
service.addEventListener(FaultEvent.FAULT, fault);
service.UpdateResponses();
This works for me, however as soon as I take the flex code
into my real project, I can't access the same ASP webservice.
Here is the WSDL
<?xml version="1.0" encoding="utf-8" ?>
- <wsdl:definitions xmlns:soap="
http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tm="
http://microsoft.com/wsdl/mime/textMatching/"
xmlns:soapenc="
http://schemas.xmlsoap.org/soap/encoding/"
xmlns:mime="
http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:tns="
http://tempuri.org/" xmlns:s="
http://www.w3.org/2001/XMLSchema"
xmlns:soap12="
http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:http="
http://schemas.xmlsoap.org/wsdl/http/"
targetNamespace="
http://tempuri.org/" xmlns:wsdl="
http://schemas.xmlsoap.org/wsdl/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified"
targetNamespace="
http://tempuri.org/">
- <s:element name="UpdateResponses">
<s:complexType />
</s:element>
- <s:element name="UpdateResponsesResponse">
- <s:complexType>
- <s:sequence>
<s:element minOccurs="0" maxOccurs="1"
name="UpdateResponsesResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
- <wsdl:message name="UpdateResponsesSoapIn">
<wsdl:part name="parameters"
element="tns:UpdateResponses" />
</wsdl:message>
- <wsdl:message name="UpdateResponsesSoapOut">
<wsdl:part name="parameters"
element="tns:UpdateResponsesResponse" />
</wsdl:message>
- <wsdl:portType name="Service1Soap">
- <wsdl:operation name="UpdateResponses">
<wsdl:input message="tns:UpdateResponsesSoapIn" />
<wsdl:output message="tns:UpdateResponsesSoapOut" />
</wsdl:operation>
</wsdl:portType>
- <wsdl:binding name="Service1Soap"
type="tns:Service1Soap">
<soap:binding transport="
http://schemas.xmlsoap.org/soap/http"
/>
- <wsdl:operation name="UpdateResponses">
<soap:operation soapAction="
http://tempuri.org/UpdateResponses"
style="document" />
- <wsdl:input>
<soap:body use="literal" />
</wsdl:input>
- <wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
- <wsdl:binding name="Service1Soap12"
type="tns:Service1Soap">
<soap12:binding transport="
http://schemas.xmlsoap.org/soap/http"
/>
- <wsdl:operation name="UpdateResponses">
<soap12:operation soapAction="
http://tempuri.org/UpdateResponses"
style="document" />
- <wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
- <wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
- <wsdl:service name="Service1">
- <wsdl:port name="Service1Soap"
binding="tns:Service1Soap">
<soap:address location="
http://localhost/Hello/Service1.asmx"
/>
</wsdl:port>
- <wsdl:port name="Service1Soap12"
binding="tns:Service1Soap12">
<soap12:address location="
http://localhost/Hello/Service1.asmx"
/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

Similar Messages

  • Can't get Web Sharing to Work

    I can't seem to get Web Sharing to work internally or externally with the AE. ON the G5 with MacOS 10.5.6, I have Web Sharing turned on under Sharing, Security > Firewall allows all incoming, Network configured as DHCP with IP 10.1.4.
    On the AE, under Internet > Internet Connection I have Using DHCP, Connection Sharing = Share a public IP address. Under DHCP I have a DHCP reservation for my G5 10 10.1.4. Under NAT, I have enable default host at 10.1.4. I currently have NAT Port Mapping Protocol on and have Web Sharing configured (though I have tried with it off).
    Under System Preferences > Sharing and Web Sharing selected, when I select my computer's website I get Safari can't connect to server. Same when I try to access a web page hosted here via dyndns.
    So, there must be something I'm doing to cause this but I sure can't figure it out.
    Any ideas?
    Ed

    Solved. Just did created /var/log/apache2 directory and a chmod 755 on the directory.
    Had to keep digging through discussions to find it.

  • How can I get Web Sharing to work?

    I am having trouble getting web sharing to work - the name for the folder is a NetBIOS name which I can't change - and that is the first part of the problem. Is this a known issue because I have tried it on several computers and it does not work like previous versions.

    Perhaps a little more detail?
    What error message do you see when you try and access your pages?
    You also might need to install a newer version of PHP - one that is compatible with Apache2 (as Leopard uses Apache 2 instead of the Apache 1.3 Tiger used).
    There are also a number of settings that the upgrade process does not migrate over.

  • Can't get web cam to work with Yahoo messenger

    I can't get my web cam to work with my Yahoo messenger but it opens up with the Cam assistant thats all it will do.
    Can someone help me with this problem and get it working with Yahoo messenger?

    Hello
    Before you start MSN disable Camera Assistant Software. When MSN starts try please to check cam functionality under Audio and Video Setup. On step 3 you will have Webcam Setup.
    Please select there Chicony USB 2.0 Camera.
    The camera should start and in test window you should have picture.
    Can you use it now?

  • [12.1.1] Can't get web interface to work.

    Hello,
    This isn't a fresh install of EBS per se, but it isn't a production EBS system or anything like that. So it was originally installed in December or so, but we haven't really touched it since then. The only thing we use this server for is testing EBS functionality offered by our product. The point in telling you this is that I don't think the web interface ever worked, but since the application seems to be working fine, we never had a reason to fix it until now.
    Today I'm trying to schedule some concurrent programs in EBS. Basically, I'm just looking to find out a bit about the concurrent manager scheduling options and how schedules are stored in the DB. As far as I know the only way to do this (schedule a conc. program to run, say, once a day) is through the web interface. If there's another way, I would love to hear it because I don't particularly care that the web interface isn't working besides the fact that I want to schedule a test concurrent program.
    Note that I can't access the interface on the EBS box itself either.
    Here are my request details:
    GET http://oracleebs.advsyscon.com:8000/OA_HTML/AppsLogin HTTP/1.1
    Accept: text/html, application/xhtml+xml, */*
    Accept-Language: en-US
    User-Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)
    Accept-Encoding: gzip, deflate
    Host: oracleebs.advsyscon.com:8000
    DNT: 1
    Connection: Keep-Alive
    Cookie: oracle.uix=0^^GMT-5:00^p; __utma=252711254.678514999.1359557956.1359557956.1359557956.1; __kti=1306523819047,http%3A%2F%2Fwww.advsyscon.com%2F,; __ktv=f42d-f27d-cd94-651813032e35c2e; __hstc=252711254.fd397c917966433ca3ad39f9002e7bb0.1359557960441.1359557960441.1359557960441.2; hubspotutk=fd397c917966433ca3ad39f9002e7bb0
    Here is the response I get:
    HTTP/1.1 500 Internal Server Error
    Date: Fri, 09 Aug 2013 14:49:57 GMT
    Server: Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server
    Content-Length: 304
    Connection: close
    Content-Type: text/html
    <HTML><HEAD><TITLE>500 Internal Server Error</TITLE></HEAD><BODY><H1>500 Internal Server Error</H1><PRE>Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.</PRE></BODY></HTML>
    This causes IE to give me a message like "The website cannot display the page. Most likely causes: The website is under maintenance. The website has a programming error."
    "uname -a" on the EBS server:
    Linux OracleEbs.domain.com 2.6.18-238.el5 #1 SMP Sun Dec 19 14:22:44 EST 2010 x86_64 x86_64 x86_64 GNU/Linux
    AKA, this is a RedHat 5 system.
    I tried looking at the error_log in Apache/Apache/logs, but it didn't seem to show anything (and it was from like, December 19).
    Any ideas as to how to troubleshoot or fix this?
    Thank you!

    Hi,
    I'm just looking to find out a bit about the concurrent manager scheduling options and how schedules are stored in the DB. As far as I know the only way to do this (schedule a conc. program to run, say, once a day) is through the web interface. If there's another way, I would love to hear it because I don't particularly care that the web interface isn't working besides the fact that I want to schedule a test concurrent program.
    Yes, you may schedule concurrent request from backend sql/plsql and this has been discussed in forum many a time, please refer:
    https://forums.oracle.com/search.jspa?view=content&resultTypes=&dateRange=all&q=concurrent+request+backend&rankBy=relevance&contentType=all&containerType=&container=&containerName=&userID=&numResults=15
    Also:
    https://forums.oracle.com/thread/2160246
    Hope this helps!
    Best Regards,

  • I can't get Mail Services to work...

    I've tried to setup Mail Services but when I test by setting up a client mail, following the "Checking connection to the mail server" test, I receive this;
    "The IMAP server "mail.brightmarkllc.com" is not responding."
    Here is the output of a postconf -n:
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    mail_owner = _postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    messagesizelimit = 52428800
    mydomain = brightmarkllc.com
    mydomain_fallback = localhost
    myhostname = mail.brightmarkllc.com
    mynetworks = 127.0.0.0/8,10.0.1.0/24,10.0.1.192
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtpdpw_server_securityoptions = login
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = yes
    smtpduse_pwserver = yes
    unknownlocal_recipient_rejectcode = 550
    virtualmailboxdomains = hash:/etc/postfix/virtual_domains
    virtual_transport = lmtp:unix:/var/imap/socket/lmtp
    Thoughts? Do I have the Domain name and Host name set correctly?

    Crap, odd, but true. The ports had the wrong IP on them. I fixed that. I now see an IMAP connection, but when I send mail to the one contact I set up, the mail is rejected with this message:
    Reason: Remote SMTP server has rejected address
    Diagnostic code: smtp;554 5.7.1 <[email protected]>: Relay access denied
    My Open DIrectory service is NOT running and and the server otherwise looks standalone. Do I need to activate Open Directory and set up an Open Directory Master to get Mail to work? I'm a bit confused how I can have an IMAP connection active for a user without it, but I'm obviously a rookie at all this.
    Thanks in advance for the continued help.

  • Can't get Web Cam to work A665-S6095 Laptop

    Can anyone help?  
    I see that it is installed still on my computerwhen I go to the programs/uninstall.  There isn't a fix option.
    The toshiba side bar is not working either...not sure if that matters.
    I'm getting a bit frustrated. 
    Also new to the forum.
    Thanks,

    You may want to check this article.
    How can I fix my webcam?
    - Peter

  • How Can I Get My Services To Work?

    Hi,
    I cannot convert files (pdf to word, and I NEED to be able to edit the image/pdf, and re save as a doc.). It instructs me to constantly "sign in"... I just paid 89.99 and my picture is approved? I'm wondering how long will it take to be authorized and/or recognized in order to do my work. I need to take my scanned document, which was a jpeg, and is now a pdf, and be able to edit that into either a character recognized pdf or word document. I am doing publishing work and don't want to have to re-type every single page/document, some of which are old (my material), and not in word format.
    Thanks,

    Gee, thanks for the help. I'll just go get a refund.
    Sincerely,
    Jon Patrick Sage
    [email protected]
    812-530-1936
    On Fri, Oct 31, 2014 at 8:51 PM, Test Screen Name <[email protected]>

  • Abap 703 trial - can't configure web dynpro to work - reverting back to 702

    Hi there
    whatever I do I can't get Web dynpro to work in ABAP 703 trial -- WDY compiles etc - but always get IE explorer cannot find page when I try and run the WDY, -- I've activated all the SICF services and done the profile changes (RZ10) but still no good.
    I've gone back to Abap 702 version which DOES work (even on W8 X-64)
    The main reason for downloading this was to test and play around with Web Dynpro -- I'm past basic ABAP and OO stage !!!
    If anybody has got Web dynpro in the 703 trial working PLEASE POST what you did.
    Also there doesn't seem to be any software for manipulating the database (or adding volumes) like there was in the 702 release (DBM76.EXE). The documentation says use DB studio -- but WHAT do you do --there's no connect to the SAP DB.
    I'm afraid even by SAP's OWN standards of documentation ||(usually if it exists is very obtuse) this trial version must take the record for "Helpful and relevant documentation:".
    If you want to experiment with Web dynpro the documentation on how to set it up is fine for the 702 release so I suggest you stick to that until someon has worked it out for 7.03
    Cheers

    Hi Alexander,
    Thanks for sharing the solution , I did all the steps mentioned in the link http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30129979-011c-2e10-fb9b-a60e0d704c1d?QuickLink=index&…
    The option mentioned by you was the only additional thing missing
    Trial version : ABAP 703 64 bit.

  • I recently transferred my ipnone service from at&t to another carrier the phone worked fine until i tried to up it with itunes i now have a frozen itunes logo and a plug on the screens my phone is a iphone 3g how can i get my phone to work again?

    my ipone 3g is frozen with aitunes logo and plug after i tried to update it from apple. the phone worked fine even thou i changed carriers from at&t to Simple celleur. How can i get my phone to work?

    As AT&T has not officially unlocked your phone it must have been hacked to use another carrier.  So when you updated it has relocked itself to AT&T. There is no official unlock so this will happen anytime you update.

  • Web Services Not Working because wwv_flow_collections view is empty

    Hello,
    I followed this example to try and get a web service running in my Application:
    http://apex.oracle.com/i/doc/advnc_rest_web_eg_2.htm
    When I run the page and enter the zip code 43221 they recommend with a radius of 5, I get no results. When debugging and throwing the query into SQL Dev, I have no records in my wwv_flow_collections view. Looking at the tables that comprise the view, wwv_flow_collections$ and wwv_flow_collection_members$, these two tables would join on c.id = m.collection_id alone, but there are additional in-line selects involving the DUAL table that make the query return 0 records and therefore the view is empty. I've never messed with these views/tables, are these auto-populated by APEX? Can they be updated? Right now I cannot get any web services to work because of this. Here is the from clause for the wwv_flow_collections view:
    FROM
    wwv_flow_collections$ c,
    wwv_flow_collection_members$ m
    WHERE
    c.session_id =
    SELECT
    v('SESSION')
    FROM
    dual
    AND c.security_group_id =
    SELECT
    wwv_flow.get_sgid
    FROM
    dual
    AND c.id = m.collection_id
    AND c.flow_id =
    SELECT
    nv('FLOW_ID')
    FROM
    dual
    Can anyone help? Thanks in advance!
    John

    John,
    I have been working this week to set up the exact same thing and got the same empty result set that you have. In this case I believe it has nothing to do with APEX. I downloaded soapUI 4.0.1 which tests web services and used the WSDL described in the APEX Webservices tutorial for http://www.ignyte.com/webservices/ignyte.whatsshowing.webservice/moviefunctions.asmx?wsdl to create the same sample requests. It also returns no results.
    So, I decided to use a different public WSDL and try to get it working. Here are my steps taken below:
    BACKGROUND:
    - I am using APEX 4.0 on an 11gR2 database, with ACLS set up for the APEX schema this app is using.
    - First off, the site I used I just found through google. It is a currency conversion rate webservice. It is explained here: http://www.webservicex.net/CurrencyConvertor.asmx
    - The WSDL is found here: http://www.webservicex.net/CurrencyConvertor.asmx?WSDL
    SETTING UP THE WEBSERVICE:
    1. In a new APEX application I went to "*Shared Components*" -> "*Web Service References*" -> "*Create*" to create a new web service reference
    2. Selected manual
    3. Called the webservice CURRENCY_TEST
    4. Set the URL to http://www.webservicex.net/CurrencyConvertor.asmx
    5. Set the Action to http://www.webserviceX.NET/ConversionRate (Action can be found in the WSDL - showing a few lines below)
    <pre class="jive-pre">
    <wsdl:binding name="CurrencyConvertorSoap" type="tns:CurrencyConvertorSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="ConversionRate">
    <soap:operation soapAction="*http://www.webserviceX.NET/ConversionRate*" style="document"/>
    <wsdl:input>
    <soap:body use="literal"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    </pre>
    6. WSDL explains that the version is *1.1* in this case. (However, this same WSDL has the same operation for 1.2 so it probably would work)
    7. No Authentication
    8. soapUI 4.0.1 gave me the soap request which in this case is the following:
    <pre class="jive-pre">
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://www.webserviceX.NET/">
    <soapenv:Header/>
    <soapenv:Body>
    <web:ConversionRate>
    <web:FromCurrency>#FROM_CURRENCY#</web:FromCurrency>
    <web:ToCurrency>#TO_CURRENCY#</web:ToCurrency>
    </web:ConversionRate>
    </soapenv:Body>
    </soapenv:Envelope>
    </pre>
    9. Stored response in collection CURRENCY_COLLECTION
    10. Saved my web service reference
    11. Test the web service reference (you have to be on the web service references page and instead of the icon view of the report, use the list view. Click on the test icon to test the web service)
    12. On the test page, change #FROM_CURRENCY# to USD (for US dollars) and #TO_CURRENCY# to EUR (Euros)
    13. Click the test button and you should see a valid soap response with a currency rate within the ConversionRateResult tags
    USING THE WEBSERVICE AND GETTING RESULTS:
    1. Went back to the application and hit "*Create Page*" -> "*Form*" -> "*Form and Report on Web Service*"
    2. Selected my CURRENCY_TEST web service reference
    3. Next on the next page
    4. For input parameters, left the defaults to create 2 inputs, From_Currency and To_Currency
    5. Soap Style for this is Document (found in the WSDL as an attribute just after the soapAction attribute in the WSDL snippet above)
    6. Message Format is Literal (Also found above in the wsdl:output for this operation under the use attribute)
    7. XPATH is a bit complicated. In this case put */ConversionRateResponse* (I used the soapUI 4.0.1 to send the request and get back the soap response to see what the response tags would include and which path I'm going to)
    8. Message Namespace is http://www.webserviceX.NET/ (which is also found in the response soap message - I'd really recommend a tool to test this outside of APEX)
    9. For Parameter Names there is only one and it is ConversionRateResult (also found in the response soap message)
    10. Finish and run the report.
    OTHER GOTCHAS:
    So I finally got this to work, but in my case I was querying a remedy webservice and the xml tags I get back are all xmlns:ns0 and all response tags prefaced with ns0:
    In this case I had to after using the wizard go back and edit my query to change xmlns to xmlns:ns0 since the builder only assumes xmlns.
    <pre class="jive-pre">
    select extractValue(value(t),'/*/ns0:Assigned_Group','xmlns:ns0="urn:HPD_IncidentInterface_WS"') "Assigned_Group"
    , extractValue(value(t),'/*/ns0:Assignee','xmlns:ns0="urn:HPD_IncidentInterface_WS"') "Assignee"
    , extractValue(value(t),'/*/ns0:Resolution','xmlns:ns0="urn:HPD_IncidentInterface_WS"') "Resolution"
    , extractValue(value(t),'/*/ns0:Status','xmlns:ns0="urn:HPD_IncidentInterface_WS"') "Status"
    from wwv_flow_collections c,
    table(xmlsequence(extract(c.xmltype001,'//ns0:HelpDesk_Query_ServiceResponse','xmlns:ns0="urn:HPD_IncidentInterface_WS"'))) t
    where c.collection_name = 'INCIDENT_TEST'
    </pre>
    Good Luck!
    Jonathon

  • 7520 All in one web services not working

    I got notified of a new update for the 7520. When I tried to install it, the screen said it was successful but then said "updating....do not turn power off" and it freezes and the update never gets successfully installed and I have no web services. I tried reiinstalling the whole software package, restarted the printer multiple times and the router too and can't seem to find an answer.  Anyone know what to do next?

    bjg1,
    Welcome to the HP Forum.
    Assuming you can get to the point where you can get the software installed, you might be able to get Web Services back using the following workaround.
    Suggested Workaround:
    On the printer, Disable the web services -- that is, remove web services from the printer.
    This may then allow you to then "Enable Web Services".
    There is a consequence to this action:  Your previously selected ePrint custom address will no longer be valid and cannot be reused.  When you go back and log into your HP Connected account you may need to not only "add device" to re-add the printer to the device list of ePrint printers, you will have to select a new custom email address for that printer.
    Where / how is this done?
    Side Bar: The Disable Web services is usually done on the printer, although if the service is actually working, one can switch off EWS from EWS.  
    Disable EWS on the printer, wait a few seconds, and then Enable the service again.
    Switching off EWS does not "break" your HP Connected account, although it does put a crimp in your printer's ePrint setup.  You can still log into the HP Connected account where the printer and the ePrint account is managed.    After EWS is disabled / enabled, you must log into your HP Connected account.
    If you do not find your printer listed under the Devices tab, you can usually "add device" and add your printer right back into the list at this point.
    If you do find your printer, but it won't cooperate, it won't update, you cannot "do" anything with it, go ahead and remove it. 
    If you have to "remove the printer", then Log out of  HP Connected. 
    If you have to "remove the printer", then Walk around your house / office / back yard -- come back.
    Log into HP Connected and use "Add device" to add your printer.
    Update the ePrint email address to something new - add a number, think of something new and clever; it does not matter as long as the name is different.
    Click the Kudos Thumbs-Up!
    It is a nice way to say “Thank You" for the help.
    Although I strive to reflect HP's best practices, I do not work for HP. 
    Kind Regards,
    Dragon-Fur

  • "no serializer is registered..." error with a web service not working

    I'm using JDeveloper 10.1.3
    EJB 3.0
    I'm having issues with the web service not working after I create a client for it. The web service works fine up until I generate the proxy on the other side.
    ERROR An error occurred for port: {http://buslogic/}MyWebService1SoapHttpPort: no serializer is registered for (class buslogic.runtime.....
    I saved the file before I added the proxy and the wsdl looks the same between the working one and the non working one. I can not pin point the when the change to the web service is occuring. It seemed to work once all the way up until I had a ADF page trying to retrieve data, another time it failed when the proxy was created.
    I can get the version that I saved to work immediately after the version that does not fails.
    Any help would be greatly appreciated,
    Dan

    I'm using JDeveloper 10.1.3
    EJB 3.0
    I'm having issues with the web service not working after I create a client for it. The web service works fine up until I generate the proxy on the other side.
    ERROR An error occurred for port: {http://buslogic/}MyWebService1SoapHttpPort: no serializer is registered for (class buslogic.runtime.....
    I saved the file before I added the proxy and the wsdl looks the same between the working one and the non working one. I can not pin point the when the change to the web service is occuring. It seemed to work once all the way up until I had a ADF page trying to retrieve data, another time it failed when the proxy was created.
    I can get the version that I saved to work immediately after the version that does not fails.
    Any help would be greatly appreciated,
    Dan

  • Can not enable web services. printer on the network. default ip not connecting using auto ip

    B210 - have tried resetting defaults . default IP address will not connect to network with auto IP  had to set IP addrtess manually something similiar to the properties on the verzion hot spot. can not disable web services - never enabled.
    no Primary or secondary DNS server. not sure if this is problem. can print ok thru network.
    This question was solved.
    View Solution.

    Hey bobupton!
    Try going into the printer's EWS and using Google's public DNS servers (8.8.8.8 and 8.8.4.4). It sounds like you know what you're doing so I skipped a few steps on how to get there but if you need more help with it let me know!
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • Web Services Not Working

    Hello Everyone!
    I have an HP Laserjet M1217nfw printer. Got everything working just fine, but when I try to get web services enabled (through the printer's web interface) I get the following error message when clicking on the "enable" button:
    "Connection Error. Check Internet Connection".
    I found several posts up here, and the fix seemed to entail changing the DNS server settings (in the printer) to Google's DNS numbers, 8.8.8.8 and 8.8.4.4. That did not work.
    I also tried to update the printer's firmware, however I get a message during the update to disable the printer's RFU (remote firmware update). I have found no way to do this, and the update fails when I attempt it.
    Sooooo......
    I'm  looking for anyone who either knows a fix for the web services error message.....or who, at the very least can tell me how to disable RFU on the printer so I can try updating the firmeware.
    Any help on this would be greatly appreciated.

    Hi WildNorth
    Here is a url on how to print the configuration report.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02217343&cc=us&dlc=en&lc=en&jumpid=reg_r1002_us...
    Let me know what it is showing for the firmware date please.
    The newest version is Version20130912.
    Printer on wireless or hardwired network?
    What operating system are you running?
    I will send you a private message with more information to try.
    In the forum beside your handle name just click on the
    envelope to view it.
    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" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

Maybe you are looking for