0

I have a webservice SOAP ( in php), and I have a .Net program that will call that webservice and retrieve results.

Is it doable? Any tutorial on this?

2
  • What do you mean by a .Net program? Commented Jun 24, 2009 at 10:07
  • The .Net program is a desktop client that must communicate with the server. Commented Jun 24, 2009 at 12:04

4 Answers 4

2

Recently read about WSO2 Web Services Framework for PHP http://wso2.org/projects/wsf/php

The framework is capable of dealing with binary attachments, WSDL generation, Web services addressing, policies, security and reliable messaging. It is an open source project, with Apache 2.0 license, there are forums, user and developer mailing lists and an issue tracker.

The framework is inter-operable with non-PHP implementations such as .NET and Java, allowing it to be integrated with enterprise applications seamlessly, hence making PHP a viable option to be used in SOA implementations.

Sign up to request clarification or add additional context in comments.

Comments

0

In your .NET application (I'm presuming you're using Visual Studio) add a web reference to the WSDL of your SOAP web service.

Comments

0

Yes, it is doable...

Look at this link.

The same formula applies here. Webservices, be definition should be accessible across language and across platform. Try connecting to this webservice in the same way as you connect to a normal .NET Webservice.

The only gotcha might be the SOAP Version on which webservice is built.

Comments

0

You can call PHP web service from dot net application Just look at this tutorial

[1]: http://my-source-codes.blogspot.com/2010/04/access-php-web-service-in-vbnet.html It is explain how to access php web service in dot net application.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.