Hello Every one,
I am looking for an example which accepts an XML file as input to WebService and copy the data to a file or Database.
Thanks in advance.
Regards,
Swaroop Kunduru.
Hello all,
While implimenting XXX.esbp process as WebService I get a request in the request there will be an XML to which I have to capture and send the contents to database. My Immediate job is to give response saying I received the message. I can able to do Request and Response but I need the XML in between which I have to send it to a database/Service.
I need help in capturing XML, can any one point to a right notes to read?
Thanks in advance.
Regards,
Swaroop Kunduru.
Swaroop,
from your short description I gather that your process steps should be:
unwrap (SOAP Unwrap Service) --> gives you the XML
DB Insert (Database Service) --> inserts the XML (in parts) in the DB
response (WebService Invocation, response type) --> prepares response as SOAP envelope
Correct?
Thanks for response Thomas,
I wonder how can I capture XML between step 1(Unwrap) and Step 2 (DB Insert) I need to add/remove some content in XML? I got the answer for my previous 2 questions from your reply.
Regards,
Swaroop Kunduru.
I got it!! The process itself pass XML to next step.
Thanks anyway.
Regards,
Swaroop Kunduru.