AW: [SOAP] accessing the results returned from webservice
[email protected] ("Christian Wenz")
| Newsgroups | php.soap |
|---|---|
| Message-ID | <03ed01c97183$9456f0f0$bd04d2d0$@de> |
> Ok, I am trying to call a webservice that is implemented in .NET. I > didn't realize it's different ! I though webservices should all be the > same !! I checked the return type with gettype and it's string. I > modified the code to call the WS using: > > result = $client->myFunction($param) ; > > I will try to extract the data I need using regex. I know this is > stupid, I agree it is, but I am also certain that there is another way. Do you have a public URL of the .NET web service? --Christian