SOAP
[ class tree: SOAP ] [ index: SOAP ] [ all elements ]

Class: SOAP_Transport_TCP

Source Location: /SOAP-0.9.2/Transport/TCP.php

Class Overview

PEAR
   |
   --SOAP_Base_Object
      |
      --SOAP_Transport_TCP

TCP transport for SOAP.


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 33]
TCP transport for SOAP.
  • Author: Shane Hanna <iordy_at_iordy_dot_com>
  • Todo: use Net_Socket; implement some security scheme; implement support for attachments
  • Access: public


[ Top ]


Class Variables

$encoding =  SOAP_DEFAULT_ENCODING

[line 41]


Type:   mixed


[ Top ]

$headers = array()

[line 36]


Type:   mixed


[ Top ]

$incoming_payload =  ''

[line 39]


Type:   mixed


[ Top ]

$result_content_type =

[line 43]


Type:   mixed


[ Top ]

$result_encoding =  'UTF-8'

[line 42]


Type:   mixed


[ Top ]

$socket =  null

[line 48]

socket

Type:   mixed


[ Top ]

$url =  ''

[line 38]


Type:   mixed


[ Top ]

$urlparts =  null

[line 37]


Type:   mixed


[ Top ]



Method Detail

SOAP_Transport_TCP (Constructor)   [line 57]

SOAP_Transport_TCP SOAP_Transport_TCP( string $url, [ $encoding = SOAP_DEFAULT_ENCODING])

Constructor.
  • Access: public

Parameters:

string   $url   —  HTTP url to SOAP endpoint.
   $encoding   — 

[ Top ]

send   [line 94]

string|SOAP_Fault send( string $msg, [ $options = NULL], string $action)

Sends and receives SOAP data.
  • Access: public

Parameters:

string   $msg   —  Outgoing POST data.
string   $action   —  SOAP Action header data.
   $options   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:33:03 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.