Author |
Message
|
SANTYP |
Posted: Fri Nov 02, 2007 6:47 am Post subject: How pick a soap/xml file |
|
|
 Centurion
Joined: 27 Mar 2007 Posts: 142
|
Hi all,
I have doubt regarding adapters. Which adapter is use for to pick a soap/xml file from a file systems. please help me out.
thanks in advance |
|
Back to top |
|
 |
Gaya3 |
Posted: Fri Nov 02, 2007 6:59 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
Use JText Adapter for file reading....
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
SANTYP |
Posted: Fri Nov 02, 2007 7:06 am Post subject: |
|
|
 Centurion
Joined: 27 Mar 2007 Posts: 142
|
Gaya3 wrote: |
Hi
Use JText Adapter for file reading....
Regards
Gayathri |
Hi Gaya3,
As far as I know, we can pick a xml file using JText Adapter, but we can't pick Soap/xml message. Please clarify my doubt. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Nov 02, 2007 7:22 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Why not?
They're both plain text files, right? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
SANTYP |
Posted: Mon Nov 05, 2007 6:21 am Post subject: |
|
|
 Centurion
Joined: 27 Mar 2007 Posts: 142
|
jefflowrey wrote: |
Why not?
They're both plain text files, right? |
I hered by some of the my collagues that if we receive soap/xml message we need to use webservice adapter instead of Jtext adapter,
This is my big confusion, please suggest me what to use for my above scenario.. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Nov 05, 2007 6:39 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The File adapter won't receive HTTP requests, that's true.
SOAP is just a standard for describing certain kinds of XML documents. When those documents are sent as files, they are text documents just like any other XML document, and you can use JText to process them.
When they are sent in HTTP requests or responses, then you have to use something that speaks HTTP.
If your colleagues say things that are confusing to you - you should ask them to explain, not us.  _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
rajmq |
Posted: Mon Nov 05, 2007 7:17 am Post subject: |
|
|
 Partisan
Joined: 29 Sep 2002 Posts: 331 Location: USA
|
|
Back to top |
|
 |
|