Re: Sending raw SOAP Message to specified port



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.


.



Relevant Pages

  • Problem with int types in SOAP Response, on some BizTalk instances ...
    ... <CompanyInfoResponse> ... I receive this via a request-response SOAP configured send port using ... the passthrough pipeline both on the request and the response. ...
    (microsoft.public.biztalk.general)
  • customizing wsdl and discovery
    ... intended to be used through a NAT, so the clients will see it via port 80. ... discovery documents. ... I found a not v elegant workaround for modifiing the wsdl - using ... SoapExtensionReflector class, where I modify the soap address binding. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: SOAP::Lite "service" examples
    ... or just give no response. ... publicly available SOAP server? ... It isn't hard to make a trivial SOAP::Lite service of your own, use POD::WSDL to create some WSDL for it and then consume that WSDL with a ... so I suspect it will have the same problem. ...
    (comp.lang.perl.misc)
  • Re: Sending raw SOAP Message to specified port
    ... You then listen on the response port for a soap message from them. ... get my raw soap request on one port (yes, ...
    (comp.lang.php)
  • deserialization arrays in Axis SOAP messages
    ... I have been trying to make requests of a web service provided by Axis using ... As a result of seraching news groups I guessed that the SOAP response ... defines an array element in a way that causes the dotnet deserialization ... I used SOAP extensions to manipulate the offending item in the SOAP ...
    (microsoft.public.dotnet.framework.webservices)