ColdFusion 10 and Ebay Web Service WSDL

Hi all

We have recently upgraded to Coldfusion 8 to 10 of Coldfusion and we found a business-stopping bug:

In the Administrator console in Coldfusion 10 GB of DATA & SERVICES-> Web Services.

It adds a web with link WSDL service http://developer.eBay.com/webservices/latest/ebaySvc.WSDL

Other input values have no effect in this issue.

You will then receive a Coldfusion error:

Model: /CFIDE/Administrator/extensions/webservices.cfm

Diagnostics: javax.wsdl.Operation.getExtensionAttributes (Ljava/util/card); null

The error occurred on line 141.

Same error if you try to instantiate a web service to ebay object with data inside the cfscript WSDL.

It is a show serious Cap because ebay API no longer work with Coldfusion 10 and we were forced to a restore to Coldfusion 8.

Any help would be much appreciated!

P.S. other WSDLs non-ebay seem to add fine to CF10.

Adam, the web service consumption will also be affected. The version decides what framework is used to generate the client-side stubs.

DmitriD, could you please post the code used for the test. Where did you try to set the version? Set the version in CreateObject() or CFInvoke to consume. If you change the wsversion of server level, it is used by publishing only.

WS = createObject ("Web service", "http://developer.ebay.com/webservices/latest/ebaySvc.wsdl", {wsversion = "1"} ");

WriteDump (ws);

I tried the above code and it works fine for me. Please check and let me know.

Thank you

Paul

Tags: ColdFusion

Similar Questions

  • Call apex web services (WSDL)

    Hi all

    I have web services (WSDL) as (http://localhost: 8080/merlin-services/services/ContraIndicationService? wsdl) of the example.
    and I want to call this service from Apex, how I can do this, any idea?
    I tried a web service reference found in the apex, but he can't.
    Please any idea on this subject.

    Thank you and best regards.

    Mohd.

    Published by: such on August 26, 2010 10:23

    Hello

    Try

    select extractValue(value(t),'/code','xmlns="urn:Vidal"') code
    from wwv_flow_collections c
    where c.collection_name = 'MY_COLLECION_NAME'
    ,table(xmlsequence(extract(xmltype.createxml(c.clob001),'//code','xmlns="urn:Vidal"'))) t
    

    Kind regards
    Jari

    Published by: jarola on August 29, 2010 11:29

    Also try

    SELECT extractValue(value(t),'/*/code','xmlns="urn:Vidal"') code,
      extractValue(value(t),'/*/id','xmlns="urn:Vidal"') id,
      extractValue(value(t),'/*/name','xmlns="urn:Vidal"') name
    FROM wwv_flow_collections c
    WHERE c.collection_name = 'MY_COLLECION_NAME'
    ,table(xmlsequence(extract(xmltype.createxml(c.clob001),'//cim10','xmlns="urn:Vidal"'))) t
    
  • Import questions of outgoing and incoming Web services in Siebel Client 8.2

    Impossible to import the outgoing and incoming Web services in Siebel Client 8.2 (Public sector) according to the installation instructions:

    Import the outbound Web Services

    To import the outbound web service, follow these steps:

    1. go in Administration-> Web Services-> outbound Web Services

    2. click on import in the outbound Web Services applet

    3. click on browse in the dialog box presented

    4. open the file < install_dir > /examples/SmokeTest/OutboundWebService.xml

    Oracle policy Automation Connector for Siebel Manual of Installation V10.3.0 23

    5. click on import in the dialog box presented

    6 highlight the DeterminationsServer file

    7. change the address < ds_url > /savon / AdminSmokeTest in the Ports of Service applet

    8. Repeat steps 2 to 7 Choose file

    /examples/SmokeTest/OutboundWebServiceIO.XML < install_dir >

    Import incoming Web Services

    To import the outbound web services, follow these steps:

    Go to Administration-> Web Services-> inbound Web Services

    1. click on import in the incoming Web Services applet

    2. click on browse in the dialog box presented

    3. open the file < install_dir > /examples/InboundWebService.xml

    4. click on import in the dialog box presented

    5. turn highlighted the strategy of automation Inbound folder

    6 edit each entry of addresses in the name of the machine hosting the Server Web EAI_Anon_Enu

    Extension, in the Ports of Service applet

    7. Repeat steps 2 to 7 Choose file < install_dir > /examples/InboundWebServiceIO.xml

    Nothing is imported to. Has anyone observed this problem? I use Siebel OPA 10.3.1 connector.

    Concerning

    Bhaskara

    you follow step manual installation that is a bit laborious.

    I think that you will get to see definitions of IO only after enabling view policy automation.

    I will propose you to complete all the steps and then check.

    in my view, import the RIS file will be easy compared to a manual installation.

    Thank you!

    Ravi

  • Basic authentication with the RESTful WEb service and a Web Service reference

    Hi all

    We have made significant progress on getting an application to work with RESTful web services, but are now trying to understand how to lock a RESTful Web service while making it available for a particular application.

    We use one of the 'emp' table sample web services come with Apex 4.2 and are trying to apply the Basic Auth to the WEb Service using Weblogic filter defined in the web.xml file. Which works very well. I now get challenged when I try to go to:

    https://wlogic.edu/Apex/BNR/ACE/HR/empinfo/

    And when I authenticate this challenge, I am able to get the data. (we are usiing the Weblogic-level LDAP authentication)

    However, I'm not sure how to get even basic authentication to work with Web Service reference in my application. I see the error message in the application when I try to call this Web Service:

    401 Unauthorized <

    And I see:
    "The request requires user authentication. It MUST contain a header field WWW-Authenticate (section 14.46) containing a fault that is applicable to the requested resource. The client MAY repeat the request with a suitable authorization (section 14.8) header field. If the request already includes identification of the authorization information»

    How can I provide the credentials in the Web reference or provide credentials in the Application?
    Web service works fine if I remove the auth basic RESTful web service in the Web.xml file.

    We should NOT use basic auth and auth Weblogic web service definition basic RESTful Workspace use instead. If so, how would we implement THIS basic authentication in the definition of Web Service and the Web SErvice reference on the application?

    Thank you
    Pat

    Hello Scott,

    Thank you. There is a function for rest in the package:

    function make_rest_request(
    --
    -- This function invokes a RESTful Web service with the supplied name value pairs, body clob, or body blob
    -- the response as an clob.
    --
    -- Arguments:
    --   p_url                  The url endpoint of the Web service
    --   p_http_method          The HTTP Method to use, PUT, POST, GET, HEAD or DELETE
    --   p_username             The username if basic authentication is required for this service
    --   p_password             The password if basic authentication is required for this service
    --   p_proxy_override       The proxy to use for the request
    --   p_body                 The HTTP payload to be sent as clob
    --   p_body_blob            The HTTP payload to be sent as binary blob (ex., posting a file)
    --   p_parm_name            The name of the parameters to be used in name/value pairs
    --   p_parm_value           The value of the paramters to be used in name/value pairs
    --   p_wallet_path          The filesystem path to a wallet if request is https
    --                          ex., file:/usr/home/oracle/WALLETS
    --   p_wallet_pwd           The password to access the wallet
    --
        p_url               in varchar2,
        p_http_method       in varchar2,
        p_username          in varchar2 default null,
        p_password          in varchar2 default null,
        p_proxy_override    in varchar2 default null,
        p_transfer_timeout  in number default 180,
        p_body              in clob default empty_clob(),
        p_body_blob         in blob default empty_blob(),
        p_parm_name         in wwv_flow_global.vc_arr2 default empty_vc_arr,
        p_parm_value        in wwv_flow_global.vc_arr2 default empty_vc_arr,
        p_wallet_path       in varchar2 default null,
        p_wallet_pwd        in varchar2 default null ) return clob;
    

    My point was that using the API makes things easier if you have to look for a solution.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Apress.com/9781430235125
    http://Apex.Oracle.com/pls/Apex/f?p=31517:1
    http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
    -------------------------------------------------------------------

  • What is the difference between "vShpere SDK ro Perl"and "vSphere Web Services SDK (for Java or c#)"?

    Hello world! I'm new to "VMware vSphere API", and I have a question to ask you to help:

    What is the difference between "vShpere SDK ro Perl"and "vSphere Web Services SDK (for Java or c#)"?

    -What are the different programming language? Is there another difference?

    I'm looking forward to your reply.

    Thank you!

    If you are new on the VMware API/SDK, highly recommend you take a look at the following: Getting Started with vSphere SDK - Update for SDK 4.1 release

    vSphere SDK for Perl is just one of the many client SDK for vSphere API that is flush with vcenter times and ESX (i) as a standard Web service.

    vSphere SDK for Java - SDK Java to vSphere API for Java developers

    vSphere SDK for Perl - Perl SDK for vSphere API for Perl developers

    vSphere SDK for c# - c# SDK for vSphere API for c# developers

    PowerCLI - PowerShell SDK for vSphere API for developers of Powershell

    I hope that makes a bit more sense

    =========================================================================

    William Lam

    VMware vExpert 2009,2010

    VMware VCP3, 4

    VMware VCAP4-DCA

    VMware scripts and resources at: http://www.virtuallyghetto.com/

    Twitter: @lamw

    repository scripts vGhetto

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    VMware Code Central - Scripts/code samples for developers and administrators

    VMware developer community

    If you find this information useful, please give points to "correct" or "useful".

  • Problems of migration of ColdFusion 9 to 10 Web service

    I am troubleshooting a problem it is to have a customer migrating since CF9 to CF10. A webservice call that worked, no longer works. When I call my CF10 server, I get this error:

    C:...\cfusion\stubs\WS-853189522_2...\Service.Java:10: enum, interface, or class should package...;

    The ellipses are to replace the names and paths of files owners.

    When I add the attributes wsversion and refreshwsdl cfinvoke, I get a "cannot read the WSDL to the URL:... / service.asmx. WSDL error"instead of the above error. I also changed the default ws 2-to-1 version in CF administrator, without change. Are there other problems known with CF10 that would interfere with a Web service call that worked in a previous version?

    I found the answer, and it turned out to be quite simple. After the change to the default version of webservice in CF Admin, I had to restart the server. It works now, but I'm curious to know why the addition of the attribute of the cfinvoke tag wsversion call service Web did not work. My concern now is if they add an axis 2 webservice call in the future they may face this problem again.

  • HP Color LaserJet MFP M570dw and HP Web Services

    Hello

    I have a HP Color LaserJet M570dw MFP printer and have tried to activate the Services Web of HP, but without success.

    My printer is configured on an IP-fixed, with a gateway by default and, of course, with static DNS (8.8.8.8 and 8.8.4.4) servers.

    Every time when I try to activate the Web Services feature I get the error message "connection error. Check your internet connection. ».

    My internet connection works very well and the printer is able to communicate through the firewall too. When I do a follow-up I see the printer communicating to the public IP "23.21.172.122" but there is no response in return. So I guess the problem is unrelated to my internal and external configuration. I tested with a completely open Firewall (allowing all communications on my local network to the Internet) with exactly the same results. There is no response from the IP "23.21.172.122".

    Also I find not the HP Color LaserJet M570dw MFP printer in HP ePrint printerlist support.

    The 400 series is supported, the 500 series is not mentioned.

    But since the interface Web of my HP Color LaserJet M570dw MFP printer gives me the HP Web Services configuration page, I asumed this type would be too strong...

    Someone has an idea how to get ePrint working on the HP Color LaserJet M570dw MFP printer?

    Is there anyone who got the HP Web Services works on a HP Color LaserJet M570dw MFP printer?

    Kind regards

    René.

    Hi René,.

    Have you tried to update its firmware version?

    The latest firmware should improve the connectivity of web services and can help to solve this issue:

    http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?sp4ts.oid=5210913&spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3Didx%253D1%257CswItem%253Dt2_112048_1%257CswEnvOID%253D4062%257CitemLocale%253D%257CswLang%253D%257Cmode%253D4%257Caction%253DdriverDocument&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken

    Also be sure to follow his advice that can help solve a connection problem:

    • Improvements made to connect to the HP Web Services.


    1. to contact with the printer screen tap the control panel key & gear (Setup menu) at the top of the touch screen.
    2. using the scroll on the right side arrows, scroll until the configuration of the network appears, and then press the Network Configuration.
    3. in the network configuration menu, select Security

    Shlomi

  • Adapter of Jena and SPARQL web service end point

    If I understand correctly, with the Jena java map interface, the client can connect to Oracle RDF data directly. Why is it always the web service SPARQL endpoint point? Demand for adapter request Jena on the client side has to go through SPARQL Web service first and then road to Oracle Server? Or query with SPARQL should go through webservice and not SPARQL query directly go to the Oracle Server?

    Thank you.

    Hello

    You are right that a client can connect to Oracle RDF directly through the adapter of Jena. The reason to provide a SPARQL web service end point is to give the flexibility and additional interoperability. With the SPARQL web service endpoints, you didn't even need to write code to interact with the underlying database Java. It also facilitates the SPARQL Federation much.

    It will be useful,

    Zhe Wu

  • Complex Web Services (WSDL) data using Labwindows/CVI 8.1 and SOAP Toolkit 3.0

    Normal
    0

    fake
    fake
    fake

    MicrosoftInternetExplorer4

    Success that I built a client for the service .NET assembly generated a DLL and use the controller .NET Wrapper as suggested and was able to successfully access the servce sea functions.

    Thank you...

  • access the web service WSDL (https) - ORA-29273: HTTP request failed

    I use 11g (11.2.0.1.0)

    I've already implemented a function that access a WSDL service, sending a XML request with answer. It is an HTTPS service and I had successfully setup the configuration of the ACL.
    Wallets and certificates were also imported according to the needs.
    However, it has stopped working and I get the following errors, which I can't find out why?

    ORA-29273: HTTP request failed
    ORA-06512: at "SYS." UTL_HTTP", line 1130
    ORA-12545: Connect failed because target host or object does not exist

    The same service works perfectly for an another database 11g...

    Any ideas?

    AndreasCon wrote:

    ORA-12545: Connect failed because target host or object does not exist

    This error means generally that the socket connect command failed, because the host name has not be resolved to an IP or IP connection failed.

    What is the URL that you use? It contains a host name? If so, how PL/SQL solves that one IP (use utl_inaddr.get_host_address () to determine that)?

    What is a valid IP address for the host? Connectivity to this IP address works of your Oracle (test using telnet on port https to IP) Server?

    Looks like on this server host name resolution is not working / configured correctly (saw that the code works on other servers).

  • Web Services issues in Coldfusion 8

    Hi all

    I'm trying to deploy .cfc files as web services in a coldfusion multiserver environment 8.  So far it works not so well.  Every time I have navigate to the .cfc file in a browser, the empty page .cgi scope and not documentation of the component.  If I add? WSDL to the URL, I get the code for the dumping of scope .cgi.   You also cannot manually register a web service in coldfusion administrator.  (the components that will be the web services are marked as access = "remote", these same .cfc files have been and are used in CF) 7.1

    Cfc in the CFIDE folder files use the cfcexplorer.cfc component and have the documentation of the component.

    -----------------------------------------------------------------

    My environment:

    3 x blades Sun Solaris T6300

    3 x 8 processors

    32 GB of RAM

    Hardware load balancer:

    Juniper DX

    Partition NAS/Web support for webroot

    ---------------------------------------------------------------

    Does anyone know of any issues with web services in CF 8 multi-server environment?  Why don't the .cfc and .cfc? WSDL dump the scope of cgi and show me the documentation of the element or the WSDL file?  Is there a setting I'm missing somewhere in order to allow web services?  Why can't study documentation of CFCs on a file in the root Web?

    Any help or idea would be greatly appreciated!

    Thanks in advance

    Steve

    There is nothing web service and multi host ColdFusion or ColdFusion 8 which must be radically different then standalone CF7 web services.

    Y at - there anychance there is an own Application.cfc file that may apply to the ColdFusion component files?  Note that any file in Application.cfc (or Application.cfm) between the SWC file and the root Directory apply to the code that runs the web service.  There is a witch hunt often neglected with some Application.cfc files that use the onRequest() method.  This method can interfere with normal delivery in response to a request from web service wsdl if this has not been posted to in the onRequest() method.

  • How to get started with consuming java Web services from WSDL - JDeveloper 11.1.1.7

    Hi all

    I developed a SOAP based WebService (JAX - WS) for product information. I deployed on stand-alone Weblogic server and the resulting WSDL file generated.

    In the ADF, we totally 3 options to work with the WSDL file.

    1 web Service DataControl (which will directly create a DataControl to access services exposed by Web service through WSDL)

    2 web Service proxy. (A proxy for the Web service of the Fund and offers to the client to interact with the exposed services)

    3. Java Web Service WSDL.

    From these 3 options, I am aware of the first two options. But on the way to the 3rd point or Java Web Service from WSDL, I'm not in a position to know. in what scenario, we will use this service.

    Now I have created the java web services starting from the WSDL. After generating the files of the project structure is as below.

    Please let me know where to start to interact with my application services. (We must separate class DC or any other way to interact)

    otn.PNG

    Please let me know your inputs on this. valuable suggestions would be appreciated.


    Thank you and best regards,

    Miko Auntie.

    Hi all

    On top of the implementation class (ProductsSEIImpl.java), we have an option called create a Client for the Web Service Annotations.

    This is the right option to choose, so that the client Classes get generated pertaining to this service. Of the client class, we can access the services available?

    Please comment on this if I depart.

    Thank you best regards &,.

    Miko Auntie.

  • Error creating the WSDL web service in 11.1.2.0.0

    Hello

    I just install JDeveloper 11.1.2.0.0. I tried to test a web service created (and tested successfully) in 11.1.1.5.0. The service is deployed on WebLogic Server internal but when I call 'Test Web Service' is the error I get:

    The tester of Web services can be invoked, because the WSDL for the service selected document cannot be read.

    java.lang.IllegalStateException: SSLContextImpl is not initialized.
    at com.sun.net.ssl.internal.ssl.SSLContextImpl.engineGetSocketFactory(SSLContextImpl.java:145)
    at javax.net.ssl.SSLContext.getSocketFactory(SSLContext.java:260)
    at oracle.jdevimpl.credential.LazySSLContextSpi.engineGetSocketFactory(LazySSLContextSpi.java:67)
    at javax.net.ssl.SSLContext.getSocketFactory(SSLContext.java:260)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.getNewReaderInstance(CachedWSDLReader.java:398)
    to oracle.jdeveloper.webservices.wsdl.CachedWSDLReader$ 1.initialValue(CachedWSDLReader.java:298)
    to oracle.jdeveloper.webservices.wsdl.CachedWSDLReader$ 1.initialValue(CachedWSDLReader.java:294)
    at java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:141)
    at java.lang.ThreadLocal.get(ThreadLocal.java:131)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.getReaderImpl(CachedWSDLReader.java:308)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDLInternal(CachedWSDLReader.java:531)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDLDirect(CachedWSDLReader.java:471)
    to oracle.jdevimpl.webservices.tcpmonitor.ServiceTester$ 3.run(ServiceTester.java:262)
    at java.lang.Thread.run(Thread.java:662)

    Then I tried to create a new project and the web service in Java from WSDL, but on the second step of the wizard 'Java Web Service WSDL' when I select the WSDL file in the drive and click on 'Next' I get

    java.lang.IllegalStateException: SSLContextImpl is not initialized.

    java.lang.IllegalStateException: SSLContextImpl is not initialized.
    at com.sun.net.ssl.internal.ssl.SSLContextImpl.engineGetSocketFactory(SSLContextImpl.java:145)
    at javax.net.ssl.SSLContext.getSocketFactory(SSLContext.java:260)
    at oracle.jdevimpl.credential.LazySSLContextSpi.engineGetSocketFactory(LazySSLContextSpi.java:67)
    at javax.net.ssl.SSLContext.getSocketFactory(SSLContext.java:260)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.getNewReaderInstance(CachedWSDLReader.java:398)
    to oracle.jdeveloper.webservices.wsdl.CachedWSDLReader$ 1.initialValue(CachedWSDLReader.java:298)
    to oracle.jdeveloper.webservices.wsdl.CachedWSDLReader$ 1.initialValue(CachedWSDLReader.java:294)
    at java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:141)
    at java.lang.ThreadLocal.get(ThreadLocal.java:131)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.getReaderImpl(CachedWSDLReader.java:308)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDLInternal(CachedWSDLReader.java:531)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDL(CachedWSDLReader.java:484)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDL(CachedWSDLReader.java:455)
    at oracle.jdevimpl.webservices.wizard.jaxrpc.common.SpecifyWsdlPanel.fetchWSDL(SpecifyWsdlPanel.java:1050)
    to oracle.jdevimpl.webservices.wizard.jaxrpc.common.SpecifyWsdlPanel$ 1.run(SpecifyWsdlPanel.java:364)
    at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
    at java.lang.Thread.run(Thread.java:662)

    I did the new facility of this new version of JDeveloper in New Middleware House with all the default options and it's the first thing I tried.

    Any tips?

    Thank you
    Bruno

    Bruno,

    You can try the following to me?

    1. Tools-> preferences
    2. the powers-> HTTPS Credential

    Ideally take me a screenshot here.

    3. press the button "default".

    Then restart your tool. It is for me as we take hold of your https from a previous version settings.

    Sorry for the oversight,

    Gerard

    (The developer of the HTTP parser)

  • TopDown approach and bottom-up Web services

    Hello

    It's a simple question, I am new to bpel...
    What are the merits and demerits Web services top-down and bottom-up approach.
    everything can give correct url.



    Thank you
    Prasad

    Bottom-up: firstly to create the java interface and POJO, then generate the WSDL tools.

    Top to bottom: Handcraft the WSDL, then generate java and POJO interfaces using tools.

    The two approaches has its own merits / demerits. You must choose what your business needs. Google for more information.

  • WSDL (Web Service) has collection arrayCollection as first item

    I use the option import data with a backend .NET web service (WSDL). Starting with the beta version of FlexBuilder 3 I see a record of data type of collection arrayCollection as the first recording in my data returned. The rest of the records is strongly typed data from the web service. What is the expected result? This new behavior is at the forefront of all my web services.

    terrynj,

    Can you please fill out a bug in the Flex bug base to http://bugs.adobe.com/flex/.

    Thank you
    Peter

Maybe you are looking for

  • Qosmio G30-126 + graphic card GeForce 7600

    Hello as I've written before this graphics card was without original driver NVidia for Vista. I was always in trouble with graph and when it came the first update in October 2007, I was happy, but there remained only the Toshiba driver (nothing origi

  • Lost my old conversations of Messages

    I had a conversation of Messages indicating permanently there are unread messages when there was not. I tried to fix it by deleting files ~/Library several. It worked. He removed the history of all my conversations. I thought that once I've reconfigu

  • IMAQ, zoom to fit display control disappeared during execution.

    As in the title. The menu is impossible to call during execution of the control display Imaq. This has happened after the compilation of the code. Any idea why this happened? Francesco.

  • How to disable the stupid mp3 preview?

    whenever there is a file open with mp3s in it, this stupid thing of overview of media player comes up and I don't know how to get rid of it. There must be a way?

  • Defective shift, causing the keyboard to enter numbers.

    Hello I am havign a problem with my shift keys. When I type something and I press the left SHIFT key, the keyboard is not only 'shift' to the second function of any given key, but it also enters the digit 8. Pressing right shift key causes the charac