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

Tags: Flex

Similar Questions

  • OfficeJet 8620: OfficeJet HP 8620-"Web Services has been disabled!"

    About 6 months ago I bought an OfficeJet 8620.  It worked fine for 6 months.

    It is connected via WiFi using a DHCP address, and the network as the scanning options to the network folder and Web admin are working very well.

    I can access the printer Windows 10 PC, iPad Pro and 27 "iMac with OSX 10.

    I decided I want to enroll in the program HP ink instant - so I tried to enable it.  Through the web administration page, I discovered that 'Services Web has been disabled!   Please contact your administrator or the person who set up the printer.

    Any attempt to install or activate the web services (either through the admin web or printer) translates the same error.

    I have reset the printer to factory defaults and the error is the same.

    I'm completely unable to implement web services.

    I don't know what should be the next step.

    Welcome to the Forums of HP and thank you for your efforts so far @Hexland, I accept the challenge of helping you get this to work.

    From your description of the issue, and what you've already tried, I think it would be best to reset the most complete.

    There are a growing number of messages in this forum and elsewhere in the internet with the steps to do a reset on different printers.  Reset to will sometimes fix problems, so resetting is not the issue.

    A few resets require you to enter key combinations to open special menus on your printer that you were supposed to never access.  These special menus are used by developers and staff support for debugging of problems, but they are not intended for inexperienced users and can have unexpected results.  A wrong button push and you might no longer have a printer, but rather an expensive paper weight.  On top of that, if you happen to the 'brick' the printer in this way, it is considered as customer induced damage and voids the warranty automatically. These resets are only intended to be distributed and used as a last resort and under the direct instruction of a representative of the HP technical support. They should not be made lightly!

    Printer resets: What You Should Know by @Bob_Headrick

    Please check the little envelope on the upper right of the forums page to check your Inbox of Forums.

    Please take a moment to read the privacy policy of HP to http://www8.hp.com/us/en/privacy/ww-privacy.html this privacy statement informs you of our privacy practices and the choices you can make about the way information about you and your online business is collected and how that information is used. This statement is available on our homepage at the bottom of each web page of HP and HP.com.

  • 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)

  • Failure of the Validation of WSDL (Web Services)

    I want to create a Service-Based Web Application in LabVIEW and I'm trying to go through the steps in the tutorial http://zone.ni.com/devzone/cda/tut/p/id/4728.

    I tried the following web services, but I still get the same error.

    http://coeservice.en.KKU.AC.th:8080/TemperatureConvertor/TemperatureConvertorService? WSDL

    http://www.ecubicle.NET/iptocountry.asmx?WSDL

    Error:

    The WSDL Validation failed.

    Validation failed. The URL is not formatted correctly and must be in the following form: http://localhost/test/good.asmx?WSDL

    I set a proxy with authentication. Without that, I have another error:

    Validation failed.

    The possible reasons are:

    1. the URL does not exist or the WSDL file is bad.

    2. authentication is not correct.

    3 proxy information is not correct.

    So, it seems that the proxy information is ok. But the web service I want to access is not located on the localhost - I want to access a Web service. Can someone give me a hint? I tried to change some parameters of the LabVIEW Web server. But it did not help anything.

    David

    Hi David,

    I tried second link you gave and worked perfectly (without authentication). One gives me the error that you mentioned.

    Are you sure that this URL exists?

    Andrea Perin

    Application engineer

    OR Germany

  • Basic authentication for the WSDL Web Service for load test

    I am trying to load test a web service; the URL of the WSDL is behind a user name and password using http basic authentication. I can add the URL of the WSDL without problem with the user name and password, but when I read the script, I receive a "401 Unauthorized" errors

    I looked at the preferences > recording > Web Services > the Proxy Configuration, and then refer you to the preferences > recording > HTTP > the Proxy settings. I also looked at similar settings under Preferences > reading.

    I'm running OpenScript (9.1), how to configure it...?

    Thank you very much!

    KM

    Published by: KM 14 Sep, 2011 12:12

    Hello

    You can right click on the section to initialize your script and then:

    Add-> other-> HTTP-> authentication.

    You need 3 parameters:

    A - http://someurl - url that will authenticate any url that contains the http://someurl string for example http://someurl.com/index.html
    A password
    A user

    The following code should be added in your script:

    http.addAuthentication("http://someurl", "username",
                        deobfuscate("5blNah5kX/XuZnepYwInFw=="));
    

    Hope this helps

    Alex

  • HOW URL WSDL Web Service: Web Service call in the workflow

    have a 1 step, Web service workflow: call the Web Service.  I wish I could pass a string parameter to the url of the endpoint for the parameter of the URL of the WSDL in the Web service settings dialog box as oppose to the transmission of the actual url (http://machine/some_service.svc?wsdl).

    The reason is that we are moving the workflow between environments DEV, TEST, etc., we do not want to reopen the workflow in each env and update the DEV, TEST endpoint.

    I tried the following without success

    1. create a parameter of type String devURL

    2 by default, set the value on http://machine/some_service.svc?wsdl

    3 Goto service web appeal stage and set the URL of the WSDL to the /process_data/@devURL

    I get the error:

    java.io.FileNotFoundException: \process_data\@devURL

    at org.jboss.net.protocol.file.FileURLConnection.connect(FileURLConnection.java:94)

    at org.jboss.net.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:103)

    at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity (unknown Source)

    at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion (unknown Source)

    at org.apache.xerces.parsers.XML11Configuration.parse (unknown Source)

    at org.apache.xerces.parsers.XML11Configuration.parse (unknown Source)

    at org.apache.xerces.parsers.XMLParser.parse (unknown Source)

    at org.apache.xerces.parsers.DOMParser.parse (unknown Source)

    at org.apache.xerces.jaxp.DocumentBuilderImpl.parse (unknown Source)

    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:369)

    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:420)

    at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:482)

    to org.apache.axis.wsdl.gen.Parser$ WSDLRunnable.run (Parser.java:361)

    at java.lang.Thread.run(Thread.java:595)

    I don't think that the URL of the WSDL parameter can even accept a parameter as the username + password settings.

    Is this possible?  OR if not, how can this be achieved?

    Under the Service Web Options change 'The Option' use 'variable' instead of 'literal '. Then click the Green + and it will create a variable of type WebServiceSettingBean.

    You can use a setValue before the stage of web service to set this variable.

    Jasmine

  • Deployment of Web Services has failed. Web applications server OR still load.

    I installed LabVIEW 2013 and I am trying to publish the web service. Every time I try, I see this message: "unable to Web Services deployment. The Server Web applications OR load again. »

    I don't know how to stop or complete this loading. I have reinstalled LabVIEW 2013, removed LV 2012 and other software. In addition, when I restart the 32-bit server, I have old web services installed. Even if I do not publish them, they appear after the transition to 64-bit-> 32-bit server.

    I will be grateful for your help.

    Peter

    Hi all

    It was a problem introduced with the new deployment of LabVIEW web services in 2013, specifically on laptops (classified as CAR 422680). It is fixed in the patch of f1 2013 LabVIEW. This patch is available for download here and you can get more information about the patches in the patch here. The patch will travel via Service Update OR later this month.

    Kind regards

    Jeff Peacock

    Product Support Engineer | LabVIEW R & D | National Instruments

  • WSDL to code generation. AS - code does not work with the simple web service

    Hello
    I tried to get a very simple web service to work in Flex 3 with AS classes that are generated through the new feature "import WSDL (Web Service)" and for the life of me, I can't make it work. I have attached the WSDL and the little bit of action script code that I use to call my web service.
    I don't get any errors during the process of "Import Web Service" and or make mistakes when my web service call. In fact, I printlns on the side server, and I see that my web service method is called. But he is not the only argument that I'm moving to ActionScript and my ActionScript receives either the return value.

    Can someone please tell me what I'm doing wrong.

    Thank you very much

    Jason Sapp

    Hi Jason,

    It seems that you have a hot from our known issues. You use a literal document unveiled what I see in the code pasted above wsdl. According to the bug [ http://bugs.adobe.com/jira/browse/FB-11388 the code generator does not correctly determine what kind of doc-literal wsdl you and sets the isWrapped and wrappedQName on the request and response of the incorrect operation messages.]

    To resolve this problem, go to the class BaseEchoService.as and comment out these two lines:
    requestMessage.isWrapped = true;
    responseMessage.isWrapped = true;

    Then, everything should work fine.

    Hope this helps,
    Cristian

  • hidden field fill with xml - Web service call

    Hello world

    I developed a web service, my web service method expects an xml string.

    I have a new data connection, which is my wsdl file...

    Now, my challenge is how to fill in this field with the xml of my form, so that my my method can manupulate it.

    Secondly, the same button that calls my web service for the e-mail form once the web service has been called, send the form in PDF format.

    You'll really appreciate your help.

    ACE

    You can use the command to populate a field with the XML of the form below.

    FieldName.rawValue = xfa.data.saveXML ("pretty");

    To run the Web service and then send an email

    1. first place binding the Web service Execute button and make it invisible / hidden

    2. place a normal button on the form and in the writing code click event to call the Web service and then send the e-mail.

    Call the click event of the button webservice

    WebserviceExecuteButton.execEvent ("click");

    Send an email

    event.target.submitForm ({cURL: "mailto:" + strToAddress + "?"}) subject = "+ strSubject +"& body ="+ strMessage, cSubmitAs:"PDF", cCharset:" utf - 8 "});"

    Replace the names with your form variables in the above line.

    Thank you

    Srini

  • Lance error ant tasks web service

    I have deployed a web service and I have 2 questions

    1:
    ==
    I am not able to run my customer code to test the web service.

    When executing java using Ant or when execute task directly executing java class customer I get:

    CU dmwls (286) java for $ MyFirstService_Impl.class
    Exception in thread "main" java.lang.NoClassDefFoundError: MyFirstService_Impl/class

    CU dmwls (298) java for $ MyFirstService.class
    Exception in thread "main" java.lang.NoClassDefFoundError: MyFirstService/class

    My client jar file has files more

    CU dmwls (302) $ unzip-l MyFirstService_client.jar
    Archive: MyFirstService_client.jar
    Date name of length of time
    -------- ---- ---- ----
    246 18/02/10 14:40 META-INF/MANIFEST. MF
    205 18/02/10 14:40 clientpkg/MathFace.class
    1877, 18/02/10 14:40 clientpkg/MathFace_Stub.class
    1116 18/02/10 14:40 clientpkg/MyFirstService_Impl.class
    1353 18/02/10 14:40 clientpkg/MyFirstService.wsdl
    493 18/02/10 14:40 clientpkg/MyFirstService.class
    233 18/02/10 14:40 clientpkg/MyFirstService.xml
    -------- -------
    5523 7 files

    What I would do to test my web service.

    2:
    ==
    I created this webservice to the unix server. Now I want to access it from my windows machine. How to do this.

    URL of the Web service has localhost which does not work in windows.


    Build.Xml
    =====
    < project name = default "buildWebservice" = "generate-to-WSDL" >

    < name = "output.dir property" value = "exit" / > "
    < name = "staging.dir property" value = "staging" / > "
    < name = "package.name/ property" value = "ksrpkg" / > "
    < name = "service.name property" value = "MyFirstService" / > "
    "< name ="$host.name property"value =" ffstestmisws02.nat.bt.com "/ >
    < property name = 'port' value = "61069" / >
    < name = "wl.user property" value = "weblogic" / > "
    "< name ="wl.pwd property"value =" * "/ >
    < property name = "contextURI" value = "Web Services" / >
    < name = "package.dir property" value="${output.dir}/${package.name}" / > "

    < name target = "generate-to-WSDL" >
    < wsdl2service
    generateImpl = 'yes '.
    WSDL = "${service." "Name} .wsdl.
    destDir = "${output.dir} '"
    packageName = "${package.name/}" / > "
    < / target >

    < target name = "compile" >
    < javac srcdir = "${package.dir}" destdir = "${staging.dir}" / > "
    < / target >

    < target name = "ear" depends = "compile" >
    < servicegen
    destEar="${staging.dir}/${service.name}.ear".
    contextURI = "${contextURI}" >
    < service
    javaClassComponents = "${package.name/}. ${service.name} '"
    targetNamespace = "http://www.bea.com/webservices/basic/statelesSession."
    serviceName = "${service.name} '"
    serviceURI = "/ ${service.name} '"
    generateTypes = 'True '.
    expandMethods = 'True '.
    style = "rpc" >
    < / service >
    < classpath >
    < pathelement path = "${staging.dir}" / > "
    < / classpath >
    < / servicegen >
    < / target >

    < target name = "deploy" >
    < wldeploy
    action = "deploy".
    adminurl="http://${host.name}:${port}.
    User = "${WL." User} ".
    Password = "${WL.pwd}" > "
    < dir = "${staging.dir file}" includes="${service.name}.ear"/ > "
    < / wldeploy >
    < / target >

    < a name = target "undeploy" >
    < wldeploy
    action = "cancel the deployment.
    Name = "${service." Name} '.
    adminurl = "http://$ {hostname}: ${port}" "
    User = "${WL." User} ".
    Password = "${WL.pwd}" "
    target = "admin_dmwls".
    FailOnError = "false" / >
    < / target >

    < target name = "gclient" >
    < wsdl = "MyFirstService.wsdl" clientgen
    packageName = 'clientpkg. '
    clientJar="${staging.dir}/${service.name}_client.jar"/ >
    < / target >

    < target name = "run" >
    < java classname = 'clientpkg. Fork MyFirstService"="true">
    < arg = value "http://localhost: ${port} / WebServices/MyFirstService?" WSDL "/ >"
    < arg value = "10" / >
    < value arg = "17" / >
    < classpath >
    < pathelement location = "staged" / >
    < pathelement path = "staged" / >
    < / classpath >
    < / java >
    < / target >

    < / project >

    Hi Kuldeep,

    The clientgen task generates just the artifacts (helper classes for the Client program) it never generates the real client program. We have to write our own Client program using the objects generated by the Clientgen tool.

    You need to write a client means as program... "clientpkg. MyFirstServiceClient".. then you can run it... You can refer to http://jaysensharma.wordpress.com/webservices/ (if you use WLS9.x or higher)

    For WebLogic 8.x... .and that you deploy your webservice in WebLogic Server... .you will find the Client Code snippet in your application test page in AdminConsole... you can use this snippet of code in your program.

    Thank you
    Jay SenSharma

    Published by: Jay SenSharma, 19 February 2010 13:56

  • HP Photosmart 7520 unable to connect to Web Services

    It's used to work. Now when I try to scan to e-mail, I get all the way to where I choose it as a Document and then I get the message "unable to connect to web services. I printed out the results of the wireless network Test and everything looks great. Also, the Configuration of the network page is superb. My name network, says it is connected to the Internet. I was able to download the updates. IP address looks right.

    I have downloaded and run printing HP and doctor Scan and it crashed.

    Signature of the problem:
    Problem event name: APPCRASH
    Application name: HPDiagnosticCoreUI.exe
    Application version: 3.1.0.25
    Application timestamp: 50fd3a60
    Fault Module name: dlbxtwds.ds
    Fault Module Version: 3.107.0.0
    Timestamp of Module error: 45df4cd1
    Exception code: c0000005
    Exception offset: 00004da2
    OS version: 6.1.7601.2.1.0.768.3
    Locale ID: 1033
    Additional information 1: 0a9e
    More information 2: 0a9e372d3b4ad19135b953a78882e789
    Additional information 3: 0a9e
    Additional information 4: 0a9e372d3b4ad19135b953a78882e789

    @shoikh

    I understand that your printer is not connected to the web services.  . I would first disconnect the router and the printer for about 1 minute.  I would plug the router first then the printer. I would then try to enable web services. If not successful, and you get the same error message. I'd follow these steps.

    1 obtain the IP address of your printer

    a. This can be done by pressing the icon on the printer wireless.

    2. Enter the printer's IP address in a browser.

    3. Select the tab network at the top of the page.

    4. on the left, select network.

    5. Select Network (IP) address

    6. select manual DNS server

    a. manual Preferred DNS should read 8.8.8.8

    b. alternate DNS server should read. 8.8.4.4

    7. Select apply you could get a fair warning select OK.

  • OfficeJet 5740 e-all-in-one: the printer display shows 'downloading' message despite no web service implemented

    I got a new Officejet 5740 e-all-in-one and put in place a few days ago. It is implemented in a router which is also a modem.  I've implemented any web service.  My network is password protected, and I'm the only one on this subject.

    A couple of times I arrived in front of the printer and there was a screen that says that there is a current download, and he showed the percent completed. This surprised me because I have not implemented in web services for the printer.

    I cancelled the download, both times.  The second time I accidentally typed the screen again.  I don't know what button I hit, but it has printed a message that says that my printer is now web enabled.  He also says that my printer has an email address.

    I went into the web installer, and it seemed to me that I had not implemented the web.

    1. what could it possibly download?

    2. If it does not complete a download while I'm not looking for, will there be a record of this?

    Hi @Andrew111,

    Thanks for joining the Forums of HP Support for a solution to your printer problem.

    I understand that you use a 5740 Officejet from HP printer e-all-in-one with a computer of Windows 7 and you noticed that the screen of the printer said there was a current download, which you surprised because you but you did not set up web services. I would like to help with that.

    You mentioned that the printer has its own e-mail address. Web services have been enabled for the printer to have an address of mail @hpeprint.com. It is possible to disable the ePrint and printable HP once the HP Web Services has been enabled.

    The download that was underway was probably a printer update, which will come by automatically. Nothing to do with the computer. I don't think there is a record of updates of the printer anywhere.

    Please let me know if that answers your question...

  • Web service SOAP of the access of LabView?

    I like to connect to a service-based SOAP from my code Labview (PC), or at least to understand if it is possible and how it will be.

    Just googling "Labview SOAP" gives a few hits, so it seems that people do, but I've found any way white paper or examples yet.

    Can someone ligh to the top of my darkness on SOAP web services and Labview?

    I also understand that web services is often described in wsdl (web service description language) files. A wsdl file completely describes a feature of web services, and in some languages, you can import such a file and say "give me the skeleton code to access this web service. Can do something like this in Labview?

    OLA (Just installed LV2015)

    Thank you Sam!

    It was the last piece that I needed! Now it works!

    I got the url, headers and body of the SoapUI test case as in my previous post. See the photos and the attachment.

    That means this vi:

    She calls the web service GuestManagementService on my local server (see url)

    It performs the getGuestDetails of action SOAP (see header)

    The guestName is Ola4 (see the body)

    In the body of the result, you can find (with difficulty)

    address = the nest, Norrland

    age = 467

    name = Ola4

    Totally cool! But a lot of work for a simple database search.

    Thanks for all the help.

    My next step is to understand what labview tools exist to help me create and manipulate xml files, but that's for next week.

  • ERPI Web service

    The 11.1.1.3 version of ERPi had a WSDL liinks to call web services. This link may be found in the AIF_WEB_SERVICE_URL of the AIF_PROCESSES db table column in ERPI db. For example, the value of the column for me is:
    http://ftdcsepmstg01.CED.Corp.Cummins.com:6550/aif/services

    This watch me WSDL web services to run ERPidatarule as follows:
    http://ftdcsepmstg01.CED.Corp.Cummins.com:6550 / aif/services/RuleService? WSDL

    I migrated to 11.1.2.2. Here, the URL in the DB is as follows:
    http://ftdcswsepm10.CED.Corp.Cummins.com:6550 / aif /.

    The above URL throws mein an error:
    403 - forbidden error

    When I try the following URL:
    http://ftdcswsepm10.CED.Corp.Cummins.com:6550/aif/services
    He shows me the correct Web page but on ringing WSDL link, it shows me below error:
    AXIS error
    Sorry, something seems to have gone wrong... Here are the details:

    Fault - java.lang.NoClassDefFoundError: com/ibm/wsdl/extensions/SOAP/SOAPBindingImpl; nested exception is:
    java.lang.NoClassDefFoundError: com/ibm/wsdl/extensions/SOAP/SOAPBindingImpl

    In 11.1.2.2 you no longer use the WSDl. take a look at the functionality of batch in the 11.1.2 Scripts version 2. There is an article about it in the ERPi 11.1.2.2 Administrator's guide.

  • AF:query with web services data control

    Hi all

    I'm very new to using web services as a data source in the ADF. I'm looking to use a component of af: query (with saved searches and advanced mode) with a web service data control.

    The doc - http://docs.oracle.com/cd/E24382_01/web.1112/e16182/appendix_datacontrols.htm#CHDGBBIJ - it seems that there is some programmatic application necessary to achieve this goal. I guess that means that you are required to implement a custom QueryModel and related classes. My understanding is correct?

    Is there a sample (or documentation) available for this application? I searched the web but can't find anything useful.

    Note: For the purpose of learning, I just exposed service interface of the Module of an Application as a web service remote. The web service has my view exposed as an operation criteria.

    Thanks in advance,
    Bruno Guillaume

    Hello

    the query component does not work out of the box with the DataControl WS that it does not support the named criteria (which will be for a long time in the future). To create a request form, you can drag a WS method as a parameter. If the method has arguments of complext, you will find the complex argument that manufacturers in the Panel DataControl, so you can flatten by drag and drop in the form of parameter

    Frank

Maybe you are looking for