bssv

  1. AnilKumar9

    Error While Testing BSSV in 9.2 Demo

    Good Day to all JDE Experts, I'm facing the below all Warnings, when i try to test my Code by creating sample Java Class in Jdeveloper software. Details: SYSTEM : 9.2 Demo JDeveloper:12.1.3 32bit JDK: jdk-8u21 WebLogic: fmw_12.1.3.0.0_wls Local web : Installed Successfully but facing this...
  2. BSSV design questions

    Hi, I need some suggestion on below functionality for BSSV. Here is the scenario. I have NER like below NER - Sales, it has below functions. Function A - data structure A Function B...
  3. Bssv jp43a000

    Hi I´m trying to call the published wsdl from BSSV JP43A000. When I call this wsdl from SOAP-UI obtain this error: ReceiptSentin:1000:CAUSE . . . . The record being processed either already exists for an 'ADD' function or does not exist for an 'INQUIRY', 'CHANGE' or...
  4. Error when call BSSV webservice

    Hi I have a problem when I call BSSV from javascript. My call from javascript is: var xmlhttp = new XMLHttpRequest(); xmlhttp.open('POST', 'http://10.40.10.103:7101/context-root-JPR55ETI/LlamadaB55NCALLPort?wsdl', true); //the following variable contains my xml soap request...
  5. Skills required for BSSV development

    Hello there, I am a JDE developer having thorough knowledge of JDE tools such as FDA, RDA, NER etc. and I have been developing many custom applications using these tools. There's an upcoming project for me where I will be working on BSSV and jDeveloper which I have no exposure to but I would...
  6. Jdeveloper 12.1.3 dynamic connector missing

    Hi, I just installed jdeveloper 12.1.3 for JD Edwards 9.2 and in the deployment server i don't find the correspondent extension for making jdeveloper able to connect to jde BSFN or tables. The file im looking for is "oracle.e1.ide.sbfextension.SBF.12.1.3.jar" and i can't find it on internet or...
  7. Ping Test Failed in BSSV

    Hi Dears , Ping Test Failed when make a configuration for local BSSV server in JDE log the error is : "Error when sending JDNET message .JDENET Error=eConnectionFailed" Please give me your guidance on this issue. Thanks Sarah
  8. BSSV bad Performance

    Hi Dears, i use "Sales Order Manager " BSSV which is standard one that i use it to retrieve sales orders of specific criteria , actually i create a web portal for company's customers in order to make them login and query about their orders, invoices , and other information. i consume "Sales...
  9. Integrated WebLogic Server WebService Testing problem

    Hi everyone! I'm using "Oracle Hands on Lab JD Edwards BSSV Development" guide to develop BSSV and I faced with this trouble. I deployed my project on Integated WebLogic Server for testing purposes. The problem is that I could test my web service only once. The first test goes fine. When I...
  10. Error When Confirm Shipment Through a BSSV

    Hi Dears, i need your help in my issue when i consume a custom BSSV that created to Confirm Shipment by calling a BSFN (ND3N4205:dcLINK Shipment Confirmation) ,its return the following error when i test it from SOAPUI after deploy it locally on my machine: <env:Envelope...
  11. Getting the next hundred records from getAddressBook

    Hi, I am making a request to /AddressBookManager?WSDL invoking getAddressBook, I am getting the first hundred records from it and the question would be if there's a way to get the next hundred then the next hundred(pagination)? I've been looking for possible solutions like sending...
  12. BSSV WebService generation and testing problems

    Hello, guys. After 3 days of struggling with JDeveloper I'm calling on help. Client uses E1 9.2 and JDeveloper 12c. I've been asked to do some job I've never did before. Requirement is to do modifications in BSSVs. So I read through Oracle docs and decided to try to build existing Jxxxxxxx and...
  13. Newbie question- Is there a generic function in BSSV to update any item/BOM

    Hi, I hope someone can advise. I am looking for ways to integrate changes between two installs. i.e a part in one erp is changed, now I want to call a web service in the other erp to update the copy of the same part in that system. Given there are thousands of different parts, I am hoping it is...
  14. performance issue with advance pricing BSSV (Custome)

    Hello, We need to develop BSSV which will retrieve advance pricing for given number of item .In our case we may pass thousands of item at a time. to improve performance ,i will write code in NER and call this NER via BSSV but still it will take lot of time to perform calculation . Is there any...
  15. How to create VS2015 Class Library or WebAPI, or WCF to consume JDE BSSV WSDL?

    Hi all, This is my first post to the community so please be kind :) I was tasked to create a .NET client to consume these WSDLs: //http://xxx.x.x.xxx:yyyy/DV910/AddressBookManager?wsdl //http://xxx.x.x.xxx:yyyy/DV910/CustomerManager?wsdl I have scoured the usual online resources and could not...
  16. Published BSSV Question

    Hello List, I am new to published bssv development and I have created a pbssv which exposes the bsfn B7300004 - Retrieve Quantum GeoCodes. (Attached..) I don't have a way to test it because it needs Vertex Q series software to be installed. Can anyone review the code and tell me if something is...
  17. How to secure custom business services using SSL ?

    Just curious to know how to secure custom JAX-WS business services developed (Tools 9.1.4.4 and weblogic 10.3.6). I've built the bssv package and deployed into the weblogic application server. My custom business service deployed is not secured. No errors found in clientBuild package. Any...
  18. Unable to test bssv locally using JDeveloper

    I've built a new custom business service (for ex:- with a custom package com.x.y ) in my DV910 environment and trying to do a simple unit testing locally. While doing, I'm getting "User is not allowed to invoke this published business service". I'm not able to provide access to this published...
  19. jdecoder

    BSSV with REST/JSON

    Hi All, I am on JDE APP 8.12 Tool 8.98.27 we have couple of BSSVs with SOAP . I wanted to know if it is possible to Use BSSV to consume REST/JSON services and if anyone has successfully implemented this combination. Let me know if you need to know more information on my environment. Jdecoder...
  20. Bulk Insert in JDE bssv

    Hello All, Anyone knows how to bulk insert records to jde tables using business service. I see only basic operations select,insert,update, delete available as a apart of JDeveloper wizard which allows to do stuffs one at a time . Any thoughts or insights on this? Thanks, Karthik
Back
Top