bssv

  1. BSSV using REST in JDE

    We are building a mobile application in dot net for interoperability with JDE. Does JDE support REST for web services to interact with third party applications? If my understanding is right, I believe we have published business services to accomplish this, but that uses SOAP and there is AIS...
  2. Manigandan

    cannot find method addMessages(oracle.e1.bssvfoundation.util.E1Messag e)

    While generating BSSV in JDevloper, I am facing the error Msg : Error(87,21): cannot find method addMessages(oracle.e1.bssvfoundation.util.E1MessageList) , Pls help me to overcome this.
  3. alfredorz

    jdeCallBusinessService error 101

    Hi Guys, I've created a proxy bssv to call external bssv from jde (to webcenter content). I tested from java class and works fine. I've created a BSFN to call proxy from batch, but I have a problem because idReturnValue return 101. I deployed to Integrated WebLogic and the security is...
  4. BSSV and JAX-WS in Standalone Demo JDE

    I'm using a standalone demo version of JDE with JDeveloper (inbuilt with weblogic application) for developing business services. My question is 1. Oracle documentation says external apps can pass credentials in SOAP header to published business services to authenticate users with the set up of...
  5. Consume Https BSSV with .Net

    Dear All, i need your help in my problem with a custom BSSV that i have created as the steps in the document http://www.oracle.com/technetwork/to...ice-131800.pdf after the BSSV deployed by a package to the web logic 10.3.5. the BSSV is secured by a self signed certificate created with keytool...
  6. Error while running Standard BSSV: Context parameter cannot be null.

    Hi, I am trying to run standard BSSV using Test class. and passing Null values to context and connection parameters. I am getting following error. java.lang.IllegalArgumentException: Context parameter cannot be null. Coding error in getItemPriceAndAvailability My questions are: 1. What...
  7. In BSSV, connection and context is always null

    Hi Friends, I developed one bssv interface for table I/O. I was getting null pointer exception error after debugging i came to know, context and connection are passing null value. Can you have any idea, why context and connection have value? your help will be appriciated. Thanks, Raj email...
  8. BSSV SOAP Response missing the header tag...

    I have deployed a BSSV from an older system to 9.1. While on the older system it was working just fine, in the newer system response is missing the header tag altogether. Is there some configuration that needs to be changed to include a header in the response? Here is part of the response...
  9. BSSV customize web.xml in the generated war

    I am looking for a smart way to customize (add lines) the web.xml that is generated during the packaging of the JDE Business Services WAR. I currently apply my mods by hand before the deployment to our Weblogic server, but I'd like to find a way so the web.xml package by jde already contains my...
  10. Interoperability tool, which one would I use? RTE? BSSV? SS?

    Hello guys, I'm working on a new customer which we have some requirements to "talk" to a 3rd party system, the scenarios we've mapped until now are the following: 1 - 3rd party system send some information which we have to read e create Sales and Purchase Orders 2 - 3rd party system will...
  11. AddressBookManagerBSSV versions

    why there are multiple version in addressbook manager BSSV operations , like getAddressBook and getAddressBookV2 .only difference is GLN(GlobalLocatorNumber) number . can anyone explain what is GLN and why they created multiple version for this operation . Thanks in advance !!
  12. Enable BSSV on E910 Standalone

    Follow steps: 1. Install compatible Jdeveloper release. 2. Change jde.ini. Add following section. [MTR VALIDATION] # Use Following Entries for JDeveloper 11.1.1.7 ( Change this version if different) BusobjInMB=350 CDiskInMB=200 DeployDiskInMB=5000 NMakeVersion=6.00.8168.0...
  13. JDE as a web services consumer

    Hi all I wonder if there is any step-by-step / how-to tutorial document on creating BSSV to consume external web services, I mean, JDE as web service consumer? My version is 9.1 and tool release version is 9.1.4 THANKS!
  14. BSSV Performance issue (Taking too much time to excute)

    we need to reduce execution time for our BSSV . We are passing array of 20 item for which we need to retrieve advance price . We used standard BSSV with some modification (that was for only one item ,we added array in it for 20 value) It is taking 38 sec to retrieve advance price ,our client...
  15. oracle.e1.bssvfoundation.exception.BSFNServiceRunt imeException: Server Failure while

    I am getting below error while running simple BSSV in which i just called InvRealTimeItemAvailability BSFN . oracle.e1.bssvfoundation.exception.BSFNServiceRuntimeException: Server Failure while executing business function. Please try request again. :InvRealTimeItemAvailability(Item Availability...
Back
Top