You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by ne...@infotects.com on 2000/09/26 23:43:17 UTC

File Protocol using SOAP - Help Reqd.

Hi everybody,

I want to create a file protocol instead of the HTTP protocol that would
receive requests and responses and put them into request and response
folders. Has anyone done anything of this sort before. If so, I would
require some help.

Thanks & Regards,
Neeraja


Re: File Protocol using SOAP - Help Reqd.

Posted by Cory Isaacson <ci...@capita2.com>.
It makes sense to me, but I have not done any work so far on making a custom
protocol for SOAP. Please let me know what progress you make, as it may be
of use for my project as well.

Thanks,

Cory
----- Original Message -----
From: "Neeraja" <ne...@infotects.com>
To: <so...@xml.apache.org>
Sent: Tuesday, September 26, 2000 6:09 PM
Subject: RE: File Protocol using SOAP - Help Reqd.


> There are no HTTP or SMTP protocols. It is simply File protocol, though it
> is somewhat similar in the aspect, there will be a listener that would be
> waiting for the response in the response folder once a request has been
> posted. The SMTP protocol that is used in the apache soap is using the
HTTP
> protocol, by the SMTPHTTP bridge.
>
> I need to build a request and send a file containing the request to the
> request folder and similarly the response is sent to the response folder.
> The file protocol that is to be written, sets up the file connection for
> sending and receiving a SOAP envelope via request and response folders,
> respectively.
>
> All transactions done are file based only, using the Call object
> (org.apache.soap.rpc.Call).
>
> Hope I am clear.
>
> -----Original Message-----
> From: Cory Isaacson [mailto:cisaacson@capita2.com]
> Sent: Tuesday, September 26, 2000 3:01 PM
> To: soap-user@xml.apache.org
> Subject: Re: File Protocol using SOAP - Help Reqd.
>
>
> I'm interested in something similar. How about using the SMTP protocol?
> Would that work? Its an option I'm looking at.
>
> Cory
> ----- Original Message -----
> From: <ne...@infotects.com>
> To: <so...@xml.apache.org>
> Sent: Tuesday, September 26, 2000 5:43 PM
> Subject: File Protocol using SOAP - Help Reqd.
>
>
> > Hi everybody,
> >
> > I want to create a file protocol instead of the HTTP protocol that would
> > receive requests and responses and put them into request and response
> > folders. Has anyone done anything of this sort before. If so, I would
> > require some help.
> >
> > Thanks & Regards,
> > Neeraja
> >
>
>


Re: File Protocol using SOAP - Help Reqd.

Posted by Cory Isaacson <ci...@capita2.com>.
It makes sense to me, but I have not done any work so far on making a custom
protocol for SOAP. Please let me know what progress you make, as it may be
of use for my project as well.

Thanks,

Cory
----- Original Message -----
From: "Neeraja" <ne...@infotects.com>
To: <so...@xml.apache.org>
Sent: Tuesday, September 26, 2000 6:09 PM
Subject: RE: File Protocol using SOAP - Help Reqd.


> There are no HTTP or SMTP protocols. It is simply File protocol, though it
> is somewhat similar in the aspect, there will be a listener that would be
> waiting for the response in the response folder once a request has been
> posted. The SMTP protocol that is used in the apache soap is using the
HTTP
> protocol, by the SMTPHTTP bridge.
>
> I need to build a request and send a file containing the request to the
> request folder and similarly the response is sent to the response folder.
> The file protocol that is to be written, sets up the file connection for
> sending and receiving a SOAP envelope via request and response folders,
> respectively.
>
> All transactions done are file based only, using the Call object
> (org.apache.soap.rpc.Call).
>
> Hope I am clear.
>
> -----Original Message-----
> From: Cory Isaacson [mailto:cisaacson@capita2.com]
> Sent: Tuesday, September 26, 2000 3:01 PM
> To: soap-user@xml.apache.org
> Subject: Re: File Protocol using SOAP - Help Reqd.
>
>
> I'm interested in something similar. How about using the SMTP protocol?
> Would that work? Its an option I'm looking at.
>
> Cory
> ----- Original Message -----
> From: <ne...@infotects.com>
> To: <so...@xml.apache.org>
> Sent: Tuesday, September 26, 2000 5:43 PM
> Subject: File Protocol using SOAP - Help Reqd.
>
>
> > Hi everybody,
> >
> > I want to create a file protocol instead of the HTTP protocol that would
> > receive requests and responses and put them into request and response
> > folders. Has anyone done anything of this sort before. If so, I would
> > require some help.
> >
> > Thanks & Regards,
> > Neeraja
> >
>
>


RE: File Protocol using SOAP - Help Reqd.

Posted by Neeraja <ne...@infotects.com>.
There are no HTTP or SMTP protocols. It is simply File protocol, though it
is somewhat similar in the aspect, there will be a listener that would be
waiting for the response in the response folder once a request has been
posted. The SMTP protocol that is used in the apache soap is using the HTTP
protocol, by the SMTPHTTP bridge.

I need to build a request and send a file containing the request to the
request folder and similarly the response is sent to the response folder.
The file protocol that is to be written, sets up the file connection for
sending and receiving a SOAP envelope via request and response folders,
respectively.

All transactions done are file based only, using the Call object
(org.apache.soap.rpc.Call).

Hope I am clear.

-----Original Message-----
From: Cory Isaacson [mailto:cisaacson@capita2.com]
Sent: Tuesday, September 26, 2000 3:01 PM
To: soap-user@xml.apache.org
Subject: Re: File Protocol using SOAP - Help Reqd.


I'm interested in something similar. How about using the SMTP protocol?
Would that work? Its an option I'm looking at.

Cory
----- Original Message -----
From: <ne...@infotects.com>
To: <so...@xml.apache.org>
Sent: Tuesday, September 26, 2000 5:43 PM
Subject: File Protocol using SOAP - Help Reqd.


> Hi everybody,
>
> I want to create a file protocol instead of the HTTP protocol that would
> receive requests and responses and put them into request and response
> folders. Has anyone done anything of this sort before. If so, I would
> require some help.
>
> Thanks & Regards,
> Neeraja
>



RE: File Protocol using SOAP - Help Reqd.

Posted by Neeraja <ne...@infotects.com>.
There are no HTTP or SMTP protocols. It is simply File protocol, though it
is somewhat similar in the aspect, there will be a listener that would be
waiting for the response in the response folder once a request has been
posted. The SMTP protocol that is used in the apache soap is using the HTTP
protocol, by the SMTPHTTP bridge.

I need to build a request and send a file containing the request to the
request folder and similarly the response is sent to the response folder.
The file protocol that is to be written, sets up the file connection for
sending and receiving a SOAP envelope via request and response folders,
respectively.

All transactions done are file based only, using the Call object
(org.apache.soap.rpc.Call).

Hope I am clear.

-----Original Message-----
From: Cory Isaacson [mailto:cisaacson@capita2.com]
Sent: Tuesday, September 26, 2000 3:01 PM
To: soap-user@xml.apache.org
Subject: Re: File Protocol using SOAP - Help Reqd.


I'm interested in something similar. How about using the SMTP protocol?
Would that work? Its an option I'm looking at.

Cory
----- Original Message -----
From: <ne...@infotects.com>
To: <so...@xml.apache.org>
Sent: Tuesday, September 26, 2000 5:43 PM
Subject: File Protocol using SOAP - Help Reqd.


> Hi everybody,
>
> I want to create a file protocol instead of the HTTP protocol that would
> receive requests and responses and put them into request and response
> folders. Has anyone done anything of this sort before. If so, I would
> require some help.
>
> Thanks & Regards,
> Neeraja
>



Re: File Protocol using SOAP - Help Reqd.

Posted by Cory Isaacson <ci...@capita2.com>.
I'm interested in something similar. How about using the SMTP protocol?
Would that work? Its an option I'm looking at.

Cory
----- Original Message -----
From: <ne...@infotects.com>
To: <so...@xml.apache.org>
Sent: Tuesday, September 26, 2000 5:43 PM
Subject: File Protocol using SOAP - Help Reqd.


> Hi everybody,
>
> I want to create a file protocol instead of the HTTP protocol that would
> receive requests and responses and put them into request and response
> folders. Has anyone done anything of this sort before. If so, I would
> require some help.
>
> Thanks & Regards,
> Neeraja
>


Re: File Protocol using SOAP - Help Reqd.

Posted by Cory Isaacson <ci...@capita2.com>.
I'm interested in something similar. How about using the SMTP protocol?
Would that work? Its an option I'm looking at.

Cory
----- Original Message -----
From: <ne...@infotects.com>
To: <so...@xml.apache.org>
Sent: Tuesday, September 26, 2000 5:43 PM
Subject: File Protocol using SOAP - Help Reqd.


> Hi everybody,
>
> I want to create a file protocol instead of the HTTP protocol that would
> receive requests and responses and put them into request and response
> folders. Has anyone done anything of this sort before. If so, I would
> require some help.
>
> Thanks & Regards,
> Neeraja
>