Is there a way to call a SOAP function and pass the required XML as an
argument instead of an object? I can get this to work:
$oClient = new SoapClient( $sWSDL_URI, array( 'trace' => TRUE,
'exceptions'=> TRUE );
$oArgObj = new ArgObj();
$oArgObj->node1 = 'value'
$oArgObj->node2 = 'value'
$oA
I tried that this is what i get
Response:HTTP/1.1 200 OK
Date: Thu, 17 Jul 2008 18:27:23 GMT
Server: Apache/2.2.6 (Unix)
Set-Cookie: JSESSIONID=DF4D15B8D0A0610B4832C3A708874672; Path=/
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: multipart/related
On Wed, 2008-07-16 at 17:44 -0700, VamVan wrote:
> Hello Guys,
>
> I have been getting a wierd soap exception lately
>
>
> [faultstring] => looks like we got no XML document
> [faultcode] => Client
> [faultcodens] => http://schemas.xmlsoap.org/soap/envelope/
>
> What does that mean
Hello Guys,
I have been getting a wierd soap exception lately
[faultstring] => looks like we got no XML document
[faultcode] => Client
[faultcodens] => http://schemas.xmlsoap.org/soap/envelope/
What does that mean? The call gets properly called and it does what it needs
to do, but t
4 matches
Mail list logo