Search found 1 match

by AndyBrew
Thu Mar 01, 2007 6:07 am
Forum: PHP - Code
Topic: Calling a ASP.NET Web Service with System.Guid parameter
Replies: 1
Views: 296

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

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 ...