Bir php sabun istemci GUID veri türü null / boş bir dize geçirmeden hata ise

0 Cevap php

I am using PHP to consume a ASP.NET webservice. This particular method requires a variable of GUID as a parameter. It is defined as Nullable. I am trying to send a null or empty string "" as the parameter. Following which, i get a SoapFault exception: [a:DeserializationFailed] error. Says that The value '' cannot be parsed as the type 'Guid'.'

Burada bir parametre olarak null veya boş dize geçmek için nasıl olarak herhangi bir fikir.

Şimdiden teşekkürler.

Aman

0 Cevap