Hello all,
i have built a web service using visual studio .net 2005, (language : VB).
this web service contains several method each returning a dataset.

when i try to access this webservice from any .net platform ( VB.net windows application or any asp.net page). it works very fine.

the problem is , we are now working with a foreign partner who uses saop requests from PHP on a linux platform to access our webservice. he simply can't. he can only get the schema for the web service which i think he got from the web service description itself.

is there any attribute that must be implemented on the web service from inside in order to enable access of non .net platforms on the service ?


thank yoooooooou

RGDS