Follow Fantora on Twitter
Fantora Word of Classified Ads and Community Forum
Welcome Guest Search | Active Topics | Members | Log In | Register

Calling PHP as web reference

Options
adam
Posted: Friday, February 03, 2012 9:48:45 AM
Rank: Advanced Member
Groups: Member

Joined: 4/3/2008
Posts: 185
Points: 561
Location: London

Calling PHP as web reference

Hi,

I am maintaining an ASP.NET business application. Until now I implement different web service calls using “Add Web Refere…” tool.

Unfortunately now we have to call a web service written in PHP that is “non-WSDL” and I am not able to use the wsdl tool. As I have no SOAP experiences I have no idea how to start solving this problem : (

The solution in PHP is:

$xml = '<AspDotNetStorefrontImport Version="7.1"><OrderManagement Action="MarkAsRefound" ID="1978"/></AspDotNetStorefrontImport>';

$soapClient = new SoapClient(null, array('location' => "http://www.MyDomain.com/webservice/", 'uri' => " http://www.MyDomain.com "));

$soapClient->doCommand(array('password' => 'MyPassword', 'xml' => $xml));

Has anyone any experience with this?

Thank you
ca4nul
Posted: Friday, February 03, 2012 9:50:06 AM
Rank: Advanced Member
Groups: Member

Joined: 11/9/2007
Posts: 560
Points: 1,011
Location: GB

Calling PHP as web reference

Hi,


Usually if you could browse the PHP web service in IE browser, then you can add '?wsdl' at the end of the url of the web service, finally in Visual Studio you can add web reference to that wsdl, for about this, please check this article.

http://sanity-free.org/125/php_webservices_and_csharp_dotnet_soap_clients.html

You can use HttpWebRequest using specified url to call PHP web service, and passing along all values needed, here is a similar post to which you can refer.

http://stackoverflow.com/questions/1277212/how-to-call-a-web-service-with-no-wsdl-in-net



Hope this helps



adam wrote:
Hi,

I am maintaining an ASP.NET business application. Until now I implement different web service calls using “Add Web Refere…” tool.

Unfortunately now we have to call a web service written in PHP that is “non-WSDL” and I am not able to use the wsdl tool. As I have no SOAP experiences I have no idea how to start solving this problem : (

The solution in PHP is:

$xml = '<AspDotNetStorefrontImport Version="7.1"><OrderManagement Action="MarkAsRefound" ID="1978"/></AspDotNetStorefrontImport>';

$soapClient = new SoapClient(null, array('location' => "http://www.MyDomain.com/webservice/", 'uri' => " http://www.MyDomain.com "));

$soapClient->doCommand(array('password' => 'MyPassword', 'xml' => $xml));

Has anyone any experience with this?

Thank you
Users browsing this topic
Guest

 Related
Ultimate Regular Expression Library
blue Dots apearing for spaces in the pages
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding
Commerce server 2009 Basket Only Extension
run CS 2007 code on 2009 R2. Where is Microsoft.CommerceServer.Runtime
Error in Unpacking Data warehouse : Cannot connect to Analysis Services version '10.0.4000.0'
Is it possible to do CatalogSearch without any sort property?
using named Instance of sql server in Commerce Server 2009 Datawarehouse
how to Call web service through HTTP
The module 'CommerceProfileModule' depends on the site resource 'Biz Data Service' which does not exist in the Commerce Server a
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Fantora Blog | Discount Shop UK | Discount Shop USA | Discount Shop Canada | Discount Boutique France | Discount Shop Deutschland | Discount Shop Italia | Descuento Shop España

Free Classified ads, Webmaster Forum & Technology Reviews | Fantora Free Classified Ads | Buy & Sell Electronics, Mobile phones & Accessories | fantora Forums Community | Buy & Sell DVD, Games and Consols | Free eBooks & Softwares | SEO & Affiliate Marketing Discussion | Programming Language Forum (.NET, ASP, PHP, SQL) | Free Classified Ads | General Stuff (Movies, Chat, Comics) | Free Online English Movies & Reviews | Free Online Hindi Movies & Reviews | Australia & New Zealand Immigration Forum | Europe immigration forum | Canada Immigration Forum | Ireland Immigration Forum | US Immigration Forum | United Kingdom Immigration Forum

Main Forum RSS : RSS

Powered by: YAF.NET
Copyright © AI Logica All rights reserved.
This page was generated in 0.330 seconds.