Page 1 of 1

Calling a ASP.NET Web Service with System.Guid parameter

Posted: Thu Mar 01, 2007 6:07 am
by AndyBrew
Hi

Are attempting to call an ASP.NET web service from our PHP app which works fine on one method where the input parameters are string but fails where the input parameter is of type System.Guid (MS DataType) now we can call the web service from a .NET application.

So does anybody know how to create a datatype of System.Guid from PHP so that we can make the call and the web service understand what is coming through?

Thanks in advance

Andy

Posted: Thu Mar 01, 2007 6:41 am
by volka
Do you use a SOAP class and/or SOAP extension like http://www.php.net/soap ?