Web Services - getBPList() - how NOT to return line items?

Hello

For the web service call getBPList results including all elements of line with all the fields.  We have included a list of fields and who works for the top section, but all the line items with all line item fields are also returned.

Here are the web service call:

" < soapenv:encodingStyle gen: getBPList = ' http://schemas.xmlsoap.org/SOAP/encoding/ ">

< short name > * < / shortname >

< authcode > * < / authcode >

< projectNumber > < / projectNumber >

Sellers of < BPName > < / BPName >

< NomsChamps >

record_no < fieldname > < / fieldname >

title < fieldname > < / fieldname >

uveVendorIDTB16 < fieldname > < / fieldname >

uveVendorNameTB50 < fieldname > < / fieldname >

uuu_contact_company < fieldname > < / fieldname >

< fieldname > status < / fieldname >

< / fieldnames >

< filterCondition > status = Active < / filterCondition >

< filtervalues / >

< / gen: getBPList >

Thank you

Rudy

Usually the easiest way to get data out of unifier is to create a UDR who has the specific data that you want and then you can use the web service getUDRData. Having a UDR allows to choose the fields specific (or just the top shape in your case), and to put in place filters you can (registration State,...).

Tags: Oracle Applications

Similar Questions

  • The Web service exception was not catch!

    Hi experts,


    I use Jdev 11.1.1.5 and I am faced with an extrange problem (hope that's not a bug)

    I call a method AMImpl to a bean to support:

    String result = (String) ADFUtils.getBindingContainer().getOperationBinding("am_method").execute();    
    logger.info ("Result of webservice = "+result);
    

    The AM code calls a Web service:

    try {
       port.webServiceMethod(param1);
       logger.info("Succesfully completed");
    } catch (Exception e) {
       logger.severe(e.toString());
    }
    

    If param1 is null, web service returns an exception, I'd like to catch:

    <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
       <S:Body>
          <S:Fault xmlns:ns4="http://www.w3.org/2003/05/soap-envelope">
             <faultcode>S:Server</faultcode>
             <faultstring>Missing parameter</faultstring>
             <detail>
                <ns2:exception class="java.lang.IllegalArgumentException" note="To disable this feature, set com.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace system property to false" xmlns:ns2="http://jax-ws.dev.java.net/">
                   <message>Missing parameter</message>
                   <ns2:stackTrace>
                      <ns2:frame class="es.senado.regel.RegElectronicoWS" file="RegElectronicoWS.java" line="543" method="actualizarEstado"/>
                      <ns2:frame class="sun.reflect.NativeMethodAccessorImpl" file="NativeMethodAccessorImpl.java" line="native" method="invoke0"/>
                      <ns2:frame class="sun.reflect.NativeMethodAccessorImpl" file="NativeMethodAccessorImpl.java" line="39" method="invoke"/>
                      <ns2:frame class="sun.reflect.DelegatingMethodAccessorImpl" file="DelegatingMethodAccessorImpl.java" line="25" method="invoke"/>
                      <ns2:frame class="java.lang.reflect.Method" file="Method.java" line="597" method="invoke"/>
                      <ns2:frame class="weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker" file="WLSInstanceResolver.java" line="92" method="invoke"/>
    

    My problem is that exception had not been made and or save messages ("Successfully completed" or exception.ToString() ()) is printed.

    It seems that the execution is canceled in the AM and only the first record in the managed bean is printed ("webservice result = null")

    Thanks a lot for your help.
    Jose.

    The finally clause lights OK

    Then it is an internal problem with the implementation of jax - ws (probably ws response cannot be parsed for a reason, for example bad schema xsd etc...).

    You can try to catch Throwable instead of Exception.

    Dario

  • LabVIEW Web Services 7: how to disable

    This summer, we had an external team of Cyber Security come and do an audit of security on our network.

    They found many 'open ports' on our Windows hosts, that is to say the PC was "listening on port 3085'.

    This was reported as a security flaw.

    Most of our PC is still running XP, and many have versions of Labview before Labview 8.6.

    For PCs, if, in a browser, you mention http://: 3580, you get a page that says that the service you specified does not exist.

    I would like to close this port in order to reduce our number of items with safety indicator. We do not publish the web pages of these legacy systems.

    I tried to disable the items via the tools options, but nothing helped.  How can I disable the web services in older versions of Labview?

    Thank you

    G Zimmer

    Thanks for the tip!  I did a search on this (NI Service Locator) and Yes, he has provided some good info & links.

    One document states:

    Locator Service NI Labview 2010 has benn renamed System Web Server.

    This little helps a lot.  I had been looking on "' Web Server / Services '."

    I turned off NI Service Locator by going to control panel > administrative tools > NI Service Locator.

    Now, when I try http://: 3580 in a browser, I get Oops!  Chrome could not connect to...

    Security hole went!  Hooray!

    Disadvantage: Finder example Labview and Labview help no longer have full functionality.  other programs?  I'll have to find.

    NOR does not recommend turning off OR Service Locator, cannot guarantee the functionality of the software OR if you do.

    Just thought that I would understand that.

    Once again, thank you for the tip.  That's what I needed to know.

    Gretchen

  • Access Web Service result with Script only multi-line

    Hi all

    I know how to run a web service with the code data connection, but I have no idea how to do to access the result he return without linking it to a dummy field, would like to know is - it possible with LC Designer?

    Concerning

    Bill

    Hi Bill,

    You may be able to use the Acrobat SOAP to access the web service.  By default it will return the result in a JavaScript object, so I find it very easy to deal with.  There are many examples in the Acrobat documentation, such as;

    http://livedocs.Adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/common/HTML/w whelp.htm? context = Acrobat9_HTMLHelp & file = JavaScript_SectionPage.70.1.html

    Good luck

    Bruce

  • jDeveloper WebService package installed, but the Web Service features are not available in the application wizard

    Hello

    I installed jDeveloper (Studio Edition Version 12.1.3.0.0) and also I installed some packages, for example the Web Service package. But when I create a new application project / I can't select for example of Web Service Client / Proxy and others. See photo:

    jdeveloper_webservices.png

    Do you know why? How can I make available?


    THX!

    Milan

    OK, I found it

    I created an application (Custom Java) with the empty project, and then I was able to add the web service client project (right click on the 'project' and select 'of the Gallery"). The same window appears as in my first post, but all features are available

    Thank you!

    Milan

  • Web services CF10, components not found - the seller Java problem?

    Did someone having problems web services in Oracle Java CF10, IIS 7 calls,?  We have recently improved, and web services are now back the error message depending on whether the component is not found:

    The web service operation has caused an exception of invocation.

    The root cause was that: coldfusion.runtime.CfJspPage$ NoSuchTemplateException: could not find the ColdFusion component or interface


    The web service must be created in cfadmin?  It won't let me.  I was understanding the cfinvoke webservice call would create the webservice, but this isn't.


    Any information outside of Adobe documentation I've read would be useful.


    We have this same file on four different servers.  It works on two of the four.  The only difference I see in the server settings in addition to the CF and the operating system version, is the vendor/version of Java.


    1 CF10, Java Sun, IIS 7.5.7600.16385 - work

    2 CF8, Sun Java - work

    3 CF10, Java, Oracle - does not

    4 CF10, Java, Oracle, IIS 7.5.7600.16385 - does not


    Thank you.

    It turns out that it was a matter of nomenclature of directory.  Directory has a period in it (for example, domaine.org).  Once the period has been removed from the directory name, it worked.  For some reason, it worked fine in CF8 but not CF10.  I hope this helps someone else.

  • Web service runs is not on the android device.

    Hi all

    I use JDeveloper 11.1.2.3.0. Successfully, I created a web service through controls of data with the following URL:

    " http://10.10.30.54:7101 / MobileExample-model-context-root/AppModuleService? WSDL"- 10.10.30.54 is my computer's IP - "

    I try to open this URL through a browser chrome on an android device. The web service normally opens in the browser from my computer and other computers on the network (locally) through the ip of my computer. However, I can't open it on the mobile device. I even tried a different port (8080) but still nothing. I connect the phone through a wifi network that has full access to my LAN.

    Any ideas?

    Mohamed.

    The AndroidManifest.xml must be deployed with the Android app.

  • How not to display the item to delete when an application icon is selected

    Menu items should be indicated when the application icon is selected and you click on the menu button. The delete element will be shown for some application and application is deleted after selecting the element removed. But for some applications, delete it the article does not appear when the application icon is selected and you click on the menu button. We want to protect our application which cannot be deleted when our application icon is selected and you click on the menu button.

    Who knows how do not show don't delete the article when an application icon is selected?

    Some applications that are part of the core OS can not be removed in this way (for example, help).  This applies however to Facebook.  He could have been driven out of your BES.

    There is no way to remove the delete option for a third-party application other than marking as required and pushing the BES.

  • How to delete a line item / of a custom Data Type?

    Hi all

    I can't tried to delete a line of a custom data type.

    As you will see in the code below I add a line to an array of Type (this is done several times). I then loop through each row in the type of array and pass it the id in a separate function. Once it is I so need to remove this item from the array Type - that's where I think my syntax is wrong because I get an error "ORA-00903: invalid table name.

    Clear code
     DELETE FROM TABLE(CAST(l_DeleteList AS TEMP_DOCVERSIONID_TABLE)) WHERE docVersionID = l_DocVersID;
    Complete code
    l_DeleteList.extend;
    l_DeleteList(l_DeleteList.last) := DOCVERSIONID(l_DocVersID);
    
    .......................
    
    select count(*) INTO v_count FROM TABLE(CAST(l_DeleteList AS TEMP_DOCVERSIONID_TABLE));
      -- loop temp table and delete document versions
      WHILE v_count > 0
      LOOP
      BEGIN
        SELECT docVersionID INTO l_DocVersID FROM TABLE(CAST(l_DeleteList AS TEMP_DOCVERSIONID_TABLE)) WHERE ROWNUM = 1;
        DeleteSingleDocumentVersion(l_DocVersID);
        DELETE FROM TABLE(CAST(l_DeleteList AS TEMP_DOCVERSIONID_TABLE)) WHERE docVersionID = l_DocVersID;
        select count(*) INTO v_count FROM l_DeleteList;
      END;
      END LOOP;
    Thanks in advance,

    Toby

    Trim element removes it from the end of the collection... but you are a loop of the collection from the first to the last clue.

    If you use delete then the item is deleted but index still exists... then array.last and County are not equal...

    You can use something as shown in this example (rather than use a time loop on many items)... after deleting an item to browse a table...

    SQL> Declare
      2     TYPE    TYP_TAB IS TABLE OF PLS_INTEGER ;
      3     my_tab  TYP_TAB := TYP_TAB( 1, 2, 3, 4, 5 );
      4     v       Pls_Integer ;
      5  Begin
      6     my_tab.DELETE(2) ;
      7     v := my_tab.first ;
      8     Loop
      9        Dbms_Output.Put_Line( 'my_tab(' || Ltrim(To_char(v)) || ') = ' || my_tab(v) ) ;
     10        v := my_tab.NEXT(v) ; -- get the next valid subscript
     11        Exit When v IS NULL ;
     12     End loop ;
     13  End ;
     14  /
    my_tab(1) = 1
    my_tab(3) = 3
    my_tab(4) = 4
    my_tab(5) = 5
    

    Published by: ravikumar.sv on August 10, 2009 15:19

  • Data control for the Web Service based filter table adf only appear not

    I have a SOAP web service I'm consumption as a web service data control.

    When I use one of the results of the web service through data to the web service in the form of a table control in the user interface with the filter and sort, I don't see the filters on the top of the table.

    It comes to JDeveloper version 11.1.1.7.

    Please let me know if anyone has an idea on this issue.

    TIA

    ABS

    You need connect your own logic on the filtering table.

    The table doesn't actually do the filter - it does, is the data control to filter the info - for a Web service we do not know how it will actually make a sort-, so you'll need to add a filterListener on the table and call a WS that will be returned the filtered data method.

  • How send to an XML web service?

    I am brand new to Flex. I am writing a program that uses web services to send and receive data. I got so that he can receive the XML of the web service. However, I also need to send it, and I'm stuck.

    I tried the following code:

    < mx:WebService id = "MyService".
    "WSDL =" http://localhost/FlexTest/service1.asmx?WSDL "
    useProxy = "false".
    result = "resultHandler (Event)" >

    <!-Entry: XML Document... Output: String->
    < mx:operation name = "HelloPersonAcceptsXmlDocumentReturnsString" >
    < mx:request >
    < personXmlDoc > xmlPerson < / personXmlDoc >
    < / mx:request >
    < / mx:operation >

    <!-Entry: XML node... Output: String->
    < mx:operation name = "HelloPersonAcceptsXmlNodeReturnsString" >
    < mx:request >
    < personXmlNode >
    xmlPerson.Person
    < / personXmlNode >
    < / mx:request >
    < / mx:operation >

    <!-Entry: String (XML Format)... Output: String->
    < mx:operation name = "HelloPersonAcceptsXmlStringReturnsString" >
    < mx:request format = "xml" >
    "< personXmlString > < p1:Person xmlns:p1 =" http://impact-tech.com/schemas/FlexTest "> < p1:ID > f1bd45fc - 544 b-489 d-83cf-349d1f9740ec < / p1: I D > < p1:FirstName > Joe < / p1:FirstName > < p1:MiddleName > c. < / p1:MiddleName > < p1:LastName > kick < / p1:L astName > < p1:BirthDate > 2006-09-11 T 14: 03:04.4755443 - 04:00 < / p1:BirthDate > < p1:IsMarried > < /p1:IsMarried > false < p1" : NumChildren > 0 < / p1:NumChildren > < p1:NetWorth > 100000 < / p1: NetWorth > < / p1: Pers on > < / personXmlString >
    <!-{xmlPerson.toXmlString ()} < personXmlString > < / personXmlString >->
    <!-{txInput.text} < personXmlString > < / personXmlString >->
    < / mx:request >
    < / mx:operation >

    < / mx:WebService >

    In the first operation, 'HelloPersonAcceptsXmlDocumentReturnsString', I try to send an XML object. During the second operation, 'HelloPersonAcceptsXmlNodeReturnsString', I try to send the root node, xmlPerson.Person. In both cases, what is actually sent is literally the text that I put in the node < application >, not the object the text refers. For the first, "xmlPerson" then gets sent to the target, not the XML doc what it refers to.

    In the third operation, I tried three different things, and two are commented. I tried to refer to the XML object using the toXmlString() method, but again, it has literally sent the text "xmlPerson.toXmlString ()". I tried the brace link, but then nothing is sent to the web service. I also tried to build the XML node and with values, but I get an error from the web service saying that it cannot be analyzed because there is an illegal line 1, position 1 character. The only thing that worked was to add a text entry box, copy - paste the exact same structure XML that I tried to build manually and then use binding to the text property of the control InputText. Then it works fine. But I can't actually do, it's just to test.

    So my question is how a < application > node that is part of the web service operation that makes reference to an object and sends the value of this object to the web service, not literally all text is typed into this node. I looked at Web Services and sections of the help data binding and did not see examples on this. Everything was much more simplistic with binding to controls. Can someone help a newbie, please?

    I do not understand how this isn't a matter of Flex Builder, since it has to do with how Flex Builder interacts with web services and how objects are used in the binding in MXML.

    But anyway, I got this code for future reference of someone else to research work in this forum:

    Declare a custom in MXML class has been the key to allow the correct link:


    "WSDL =" http://66.129.123.211/FlexTest/service1.asmx?WSDL "
    useProxy = "false".
    result = "resultHandler (Event)" > "




    {testPerson.GetXmlDoc ()}

  • Web services on HP7510 unavailable printer, can not install.

    Hi, I can not install the HP7510 web services even if it is well connected to the network and to the internet. When I try a message out saying: this web services server is not available and invetes me to start over again. This goes along for 2 weeks now. Very frustrating.

    Any suggestion on how to solve the problem please?

    Thanks in advance

    Paolo

    I understand that you have found the web service is not available.  PrintDoc has an excellent post which gives instructions step by step how solve the problem.

    Let me know if it helps.

  • How to use generated code of &amp; quot; Import Web Services &amp; quot; with Cairngorm framework

    I recently downloaded Flex Builder 3 beta 2 and try the wizard that allows you to import web services. The code that is automatically generated makes it so simple to consume web services using the types of objects defined in the WSDL file. Is no longer the developer don't need decode the XML load! The only problem I have is how you integrate the code automatically generated with the Cairngorm framework? This seems to be a huge issue for those who would exploit Cairngorm and code the proxy generated automatically in the same project (like me).

    Here are the problems I see so far.

    (1) how to configure the service generated class to work with the Cairngorm service locator? The service constructor only accepts a 'destination displays LCD chain' which means that you must use life cycle data services. Unfortunately, the project that I am in the process of renovation currently uses a Web service and does not use data services. All I really need to do is change the URL of the endpoint (that is, from the local level to a development server). This issue is noted in the bug https://bugs.adobe.com/jira/browse/FB-8456. I think there is a way to put the endpointURI in the Services.mxml file.
    (2) even if I come with a hack autour #1, I do not get a reminder for my same IResponder if I save it immediately after the method call. I can record and function of earphone within my business delegate and receive the reminder, but my command object that implements IResponder, did not call back even if it is registered. From what I've read in the ASDocs should be, but this isn't for me!

    These are the questions that I have observed in 3 hours to play with this. I hope this makes sense. I would like to integrate automatically generated in Cairngorm web service proxies, but I don't see a right lane to the front without redesign of Cairngorm. Has anyone else encountered this problem? If so, do you have any ideas on how to proceed? Any help is appreciated.

    Hi guys,.

    Now we focus on the generated code the right way and try to make it work for as many cases as possible. As soon as we receive some time we will try to see what is the best way to use Cairngrom.

    In the meantime, if you find a way or a great idea do not hesitate to post here.

    Thank you
    Cristian

  • M176n MFP: MFP M176n will not activate Web Services

    I bought two MFP176n and tried to activate Web Services to print remotely. It does not work. The computer, I have access to the Services Web page on the unit IP address and use the button 'enable '. It run and run, but nothing happens. I see by a few points running on the screen on the printer. They're going to infinity.

    As part of attempts, I've updated the firmware of the device - it's now at 20150228. This has not changed the behavior anyway.

    BTW, I also tried DNS manuals with addresses 8.8.8.8 and 8.8.4.4 as suggested in a previous post. No change.

    EPrint from mobile devices (Android and Ipad) worked on the first day, but only when she is on the LAN...

    Hello @andershl,

    Welcome to the HP support forums.

    I understand that your M176n will not allow Web Services.

    I would like to help.

    Personally, I found that the Google DNS works best with inkjet printers.

    For LaserJet, I use DNS of Level3 address.

    Primary: 209.244.0.3

    Secondary: 209.244.0.4

    If Web Services are still not allowing, turn the printer off and disconnect the power supply to the router for about a minute.

    Plug everything back in and turn the printer.

    When the network has emerged again, try to enable Web Services.

  • Photosmart HP 7520: ip address for web services is not on the printer properties

    Printer is a HP Photosmart 7520, I have this printer is installed on computers laptops HP two and two are running Windows 7 Pro.  On one of the laptops (mine), when I click on devices and printers, and then right-click on my default printer that is the 7520, it has three tabs.  The third tab shows 'web services' and has an IP address for what should be the EWS page.  The property intellectual property which are listed there is an old IP address that has been recently changed.  What should I do to update that.  The fact that it is bad does not seem to affect what anyone.  The printer works perfectly to include web and eprint services.  What is also interesting is on my other laptop (of woman) which is identical to mine, the web services tab is not yet here when I click on the printer properties. I passed to the EWS page and checked the network tab.  All right.  I went to the Assistant printer HP, clicked on utilities and used the IP update.

    Hey @DennyC,

    Personally, I believe that if it ain't broke, don't fix it. If everything works as it should, that you have tested and it does, there is not need to change this list in the frame. If you want to try it though, with the exception of my first two ideas you already have tried, uninstall and install the printer is all I can think about. Right click on the printer in devices and printers, and then delete or remove. Run the HP print and doctor Scan to install the printer and check the settings.

    See you soon!

Maybe you are looking for