Re: Sending raw SOAP Message to specified port
- From: "Paul Lautman" <paul.lautman@xxxxxxxxxxxxxx>
- Date: Sat, 1 Sep 2007 12:42:11 +0100
ZAAN wrote:
Hi,
I'm developing an application in PHP5, which interacts with another
system written in Delphi (of another company). I've prepared the Web
Service - WSDL, Client and Server (only stub) side. Company
responsible for Delphi part hasn't preapred "real" soap server, but
instead of that they have made an application, which listens for SOAP
request on one port and send SOAP responses on another. In that case
the problem is I can't use default HTTP protocol and (I think) I need
to send raw SOAP messages. How can I do that using native PHP5
SoapClient? Is there any parameters in WSDL which says to SoapClient
to send raw SOAP request to one port and get response on another? Is
that possible? Any ohter solutions?
Thanks in advance.
Best Regards
ZAAN
You don't actually send on a port, you send to a port. They way they seem to
want to do this is to have your application setup as a soap server as well.
You then listen on the response port for a soap message from them.
.
- Follow-Ups:
- References:
- Sending raw SOAP Message to specified port
- From: ZAAN
- Sending raw SOAP Message to specified port
- Prev by Date: Re: How to include optonial info when running on local server?
- Next by Date: Re: return multiple rows from sql statement
- Previous by thread: Sending raw SOAP Message to specified port
- Next by thread: Re: Sending raw SOAP Message to specified port
- Index(es):
Relevant Pages
|