Calling ASMX web service from PHP when Operations accept an Interface?

You can create a StdClass on PHP with same attributes that in .NET.

You can create a StdClass on PHP with same attributes that in .NET. Ex: Name = "Test"; $object->LastName = "More tests"; $object->AnotherAttribute = "Abc"; ... $client = new SoapClient($url); $client->__soapCall("MethodName", array('parameters' => array('customer' => $object)); ...?> If I understand your question, is this.

$client = new SoapClient($url); $result = $client->ICustomer($param).

Oh, if only it were this simple in practice. – DampeS8N Jan 10 at 16:33 Surely this should be $client->RegisterCustomer($param)? How would you construct $param in php?

– Dunc Jan 10 at 16:40 indeed it should be $client->RegisterCustomer($param). $param is ordered or associative array. Eg $param'custimer_id'=1000; – Ivan Jan 10 at 16:46.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions