You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi
Have you gotten this web service?
If so, you can pass it by tWebService component. The xml file needs to be saved in a document column.
If not, you can use TOS for ESB to create a webservice.
Regards,
Pedro
Offline
Hi Pedro,
I already have the XML. What i want is to send this XML to Sybase DB via Web Service.
Is this correct?
tFileInputXML --> tWebServiceInput --> tSybaseOutput.
Regards,
Ainiesta
My Problem here is where to put the tWebServiceInput.
so, from tFileInputXML ---> tWebServiceInput ---> tMAP ---> tSybaseOutput
This doesn't work.

Hi
What's the function of this webservice?
No. This is not correct.
You'd better create job like this.
tOracleInput-->tMap-->tWebService-->tSybaseOutput
Use tWebService instead of tWebServiceInput and save XML file as a document column in tMap.
The document data type can support you create a XML structure in it.
Regards,
Pedro
Offline
Thanks Pedro,
By the way, the file to move is in XML file, why do i need tOracleInput and not tFileInputXML?
tOracleInput-->tMap-->tWebService-->tSybaseOutput
Regards,
Ainiesta

Hi Ainiesta
created from multiple Oracle Tables
According to what you said, I think there is no need to generate this XML file.
So I put tOracleInput here.
Or you can use tFileInputDelimited to read this xml file.
tFileInputDelimited-->tWebService-->tSybaseOutput
Save this xml file in a String Column.
Regards,
Pedro
Offline
Pages: 1