Search found 1 match

by mortifer
Tue Jul 21, 2009 3:25 pm
Forum: PHP - Code
Topic: SoapServer Derived Type Response Issue
Replies: 0
Views: 45

SoapServer Derived Type Response Issue

1. I'm using the core SoapServer object to run a web service for a C# .Net client. 2. I have defined three complexTypes in the WSDL: TypeA, TypeB, and TypeC. 3. TypeB and TypeC extend TypeA. 4. The client understands these extensions because I am able to cast locally created instances of TypeB/C to ...