Author |
Message |
Topic: BIP5029E: Error 's4s-elt-schema-ns: while try to deploy MF |
salberto
Replies: 6 Views: 6710
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 02, 2016 1:51 pm Subject: BIP5029E: Error 's4s-elt-schema-ns: while try to deploy MF |
Hi timber
you can find the feature here:
-import
-Select Webservices folder and webservice option.
-Launch the WebServices Explorer to find a web service from a UDDI Registry.
-In corner sele ... |
Topic: BIP5029E: Error 's4s-elt-schema-ns: while try to deploy MF |
salberto
Replies: 6 Views: 6710
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 02, 2016 11:36 am Subject: BIP5029E: Error 's4s-elt-schema-ns: while try to deploy MF |
HI fjb_saper
after a research I found the option to import the WSDL thru "webservices Explorer" in toolkit, I have imported the wsdl and Now I can deploy and test my MF.
I do not kno ... |
Topic: BIP5029E: Error 's4s-elt-schema-ns: while try to deploy MF |
salberto
Replies: 6 Views: 6710
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 01, 2016 2:16 pm Subject: BIP5029E: Error 's4s-elt-schema-ns: while try to deploy MF |
HI fjb_saper:
Yes I have the definitions elements in a xsd file that I have created
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http: ... |
Topic: BIP5029E: Error 's4s-elt-schema-ns: while try to deploy MF |
salberto
Replies: 6 Views: 6710
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 01, 2016 11:04 am Subject: BIP5029E: Error 's4s-elt-schema-ns: while try to deploy MF |
HI All
I am facing an issue while I try to deploy a MF, I have the url of a WSDL that I need to use un a SOAP request node.
I have created the Message model with the information from the url (ht ... |
Topic: Error: Failed to setup SOAP transport for node SOAP Input. |
salberto
Replies: 2 Views: 3337
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 14, 2016 12:29 pm Subject: Error: Failed to setup SOAP transport for node SOAP Input. |
HI all
I have fixed the problem.
I dont know the root cause of the problem but the the MF is working as expected with my workaround.
if I drop the WSDL into de MF to generate the SOAP nodes ... |
Topic: Error: Failed to setup SOAP transport for node SOAP Input. |
salberto
Replies: 2 Views: 3337
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 13, 2016 2:23 pm Subject: Error: Failed to setup SOAP transport for node SOAP Input. |
Hi all
Im creating a SOAP webserice, I already have all the message flow created, I have created my WSDLfor my soap input node. everything looks fine, I do not have errors but when I try to deploy ... |
Topic: Create many output text files(CSV) from 1 inputfile |
salberto
Replies: 15 Views: 8102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 26, 2016 2:11 pm Subject: Create many output text files(CSV) from 1 inputfile |
Yes, in fact I'm not expecting the solution, just an opinion.
Thank you. |
Topic: Create many output text files(CSV) from 1 inputfile |
salberto
Replies: 15 Views: 8102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 26, 2016 9:29 am Subject: Create many output text files(CSV) from 1 inputfile |
Hi all
Thanks for your support, my for loop is working as expected now.
meanwhile the database table is done, I put the values to validate the input records inside IF statement. now I am not u ... |
Topic: Create many output text files(CSV) from 1 inputfile |
salberto
Replies: 15 Views: 8102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 23, 2016 2:06 pm Subject: Create many output text files(CSV) from 1 inputfile |
Hi all:
below is my trace log
No.
REFERENCE TO is just the declaration. You can then move the reference anywhere you want, which is what my most worthy associate is suggesting and is much ... |
Topic: Create many output text files(CSV) from 1 inputfile |
salberto
Replies: 15 Views: 8102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 23, 2016 10:32 am Subject: Create many output text files(CSV) from 1 inputfile |
let me see if I understand, reference variable instead indexes, using the REFERENCE TO statement? like
Inside the for:
DECLARE contratoIN REFERENCE TO siniestro.NumeroContrato;
DECLARE numnegoc ... |
Topic: Create many output text files(CSV) from 1 inputfile |
salberto
Replies: 15 Views: 8102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 23, 2016 9:56 am Subject: Create many output text files(CSV) from 1 inputfile |
HI all
thanks for your support.
In general I´m not writing output files, I need to send an XML thru webserive to another application (I already have the WSDL and XSD for the output WS).
bel ... |
Topic: Create many output text files(CSV) from 1 inputfile |
salberto
Replies: 15 Views: 8102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 23, 2016 8:26 am Subject: Create many output text files(CSV) from 1 inputfile |
Thank you!
here the code:
DECLARE i INTEGER 1;
DECLARE x INTEGER 1;
DECLARE q INTEGER 1;
DECLARE contratoIN CHARACTER;
DECLARE numnegocio CHARACTER;
DECLARE ppadre CHARACTER;
DECLA ... |
Topic: Create many output text files(CSV) from 1 inputfile |
salberto
Replies: 15 Views: 8102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 23, 2016 8:12 am Subject: Create many output text files(CSV) from 1 inputfile |
HI
Thanks for your help, I have researched how to do it, and now I have a better idea how to do the MF.
Now I have another problem, I need to split the input file according the information in ... |
Topic: Create many output text files(CSV) from 1 inputfile |
salberto
Replies: 15 Views: 8102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 09, 2016 7:40 am Subject: Create many output text files(CSV) from 1 inputfile |
I am in a new project, I have to create an application with the following features:
1.-an external system will send at the end of the day a text file (CSV comma delimited) with all the operations of ... |