Requested to provide link for reading about WebService in So

Posted by Admin on 26-Mar-2010 16:17

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.

All Replies

Posted by Admin on 29-Mar-2010 20:44

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.

Posted by tsteinbo on 30-Mar-2010 04:18

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?

Posted by Admin on 30-Mar-2010 11:45

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.

Posted by Admin on 31-Mar-2010 10:34

I got it!! The process itself pass XML to next step.

Thanks anyway.

Regards,

Swaroop Kunduru.

This thread is closed