Re: B1 Service SendMessage call is successful but does not send message
Thanks for the help Bastian, That makes sense, a roll back would explain the behavior I'm seeing. I didn't realize that B1if rolled back the entire step if there was a DI API call failure. I will have...
View ArticleOrderCreation and OrderConfirmation
HiI create a package OrderCreation with the scenario step OrderCreation, the inbound channel is a XML file. The scenario is working good, when I put a XML file in a specified directory, an order in SB1...
View ArticleRe: OrderCreation and OrderConfirmation
Hi, per default the technical DI API user entered in B1i SLD (default is B1i user) will not cause Events in the B1 event mechanism. This has been done to avoid looping. Though the B1i user can be...
View ArticleReading SLD properties in XSL
Hi!For reading SLD properties in the XSL code I have used the example code described in 3.3.7.5 SLD Properties in Scenario Development document: <xsl:variable name="sysiddoc"...
View ArticleRe: Reading SLD properties in XSL
Hi Lars, the SLD settings are unchanged, you still can find the SLD parameters in "/com.sap.b1i.system.sld.directory/SysId.xml/<yourSysID>(Id)".Maybe your chosen sysid '0010000101' just does not...
View ArticleRe: How to send a file using HTTP Post
Hi Damien, You could try to handover a file in the payload by pltype "bin" and using the root tag <bfa:io>. <callxmlns=""> <queryid="pdf"value="pdf"/> <connect>...
View ArticleRe: Reading SLD properties in XSL
Thanks for your answer!Ok, the "files" are invisible. I thought they were missing.Yes, I used wrong connectivity type WSAN instead of HTTA. RegardsLars
View ArticleNeeds help with certificate
Hi!I'm calling an external webservice using a Call HTTP atom and gets the error: <Payload Role="C" id="atom_call_login" statusNo="HTTP" statusMsg="" reference="atom_login" sysid=""...
View ArticleRe: Needs help with certificate
Hi!Issue solved! After reading more about Tomcat/Java certificate handling I realized that:Inbound https calls to B1i uses the B1iExcellerator/.keystoreOutbound https calls uses a separate...
View Articleweb service as outbound scenario
Hi, I want to pass business partner master data like cardcode,cardname, email,phone1 etc parameters to external web method / web service which will insert data in external database. So can you please...
View ArticleRe: OrderCreation and OrderConfirmation
Hello Bastian, Thanks for your help. I’ve created one package with two scenario’s as you advises.The Create scenario is working good, but the Confirm scenario with Call B1 Object isn’t. Scenario 1...
View ArticleRe: OrderCreation and OrderConfirmation
Hi, in your inbound definition the parameters "scenario step identifier" and "identifier" must be equal.Please change the value of "identifier" towards the name of the scenario step. Reactivate after...
View ArticleRe: Needs help with certificate
Hi Lars, please be aware, if you update B1i, the default cacerts of JRE will be restored and your changes will be overwritten.You can upload ".keystore" from B1iXcellerator folder into B1i as jks file...
View ArticleRe: Needs help with certificate
Hi Bastian!Great remark. I will consider this as I don't won't problem with upgrades. RegardsLars
View ArticleRe: Needs help with certificate
... i just forgot to mention to fill the parameter "trustStoreURI" in SLD for H.Any and W.Any system type with the bizstorepath to the uploaded keystore file:Of course this parameter "trustStoreURI" is...
View ArticleRe: Encoding Problems
Hi Bastian and Silvio, I'm tryng to do a similar thing launching with ajax a post with json payload and parse it with b1if. My problem are: 1 the format of the xml coming from the json is completely...
View ArticleRe: Encoding Problems
Hi Luca, In "Monitoring -> Process Control -> Scenario Processes - Inbound section" you should be able to see the incoming message: the incoming message will be implicitly transformed from JSON...
View ArticleICO marketing process revise issue
Hi experts: the system environment is as following:SAP B1 9.1 PL07 + intercompany 2.0 PL12 The scenario is:1. Company A received sales order with 3 items from a customer and then create PO and send to...
View ArticleRe: OrderCreation and OrderConfirmation
hi Bastian I still receive in the Message Log under Failure an error with as result message: com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception:...
View ArticleHow to call external web service using B1if
Hi, In my first scenario step I have sqlcall to SAP B1 database and in my second scenario step, I have loaded WSDL of external web service which will insert data in external database. So how can I pass...
View Article