how to call a webservice written in php from an ASP page

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
jassiechahal
Forum Newbie
Posts: 3
Joined: Mon May 14, 2007 9:58 pm

how to call a webservice written in php from an ASP page

Post by jassiechahal »

Hi there

if is write a web service using NUSOAP in php, can a ASP script make use of this service

can you refer any Website from where i can get an idea for how to call a webservice written in php from an ASP page


thanks in advance

jas
User avatar
dbevfat
Forum Contributor
Posts: 126
Joined: Tue Jun 28, 2005 2:47 pm
Location: Ljubljana, Slovenia

Post by dbevfat »

It doesn't matter in what language the service is written, it'll work the same.
Post Reply