Calling a ASP.NET Web Service with System.Guid parameter
Posted: Thu Mar 01, 2007 6:07 am
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
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