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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
AndyBrew
Forum Newbie
Posts: 1
Joined: Thu Mar 01, 2007 5:56 am

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

Post 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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Do you use a SOAP class and/or SOAP extension like http://www.php.net/soap ?
Post Reply