Wednesday 15 December 2010 10:23:18 am
Hi there, I have installed ggwebservices extension to consume external webservice in EZ Publish 4.3. In debugger section, how can I check that I am able to connect to external server and get the methods of web service?Under Remote Servers section (in left column), remote server name is grayed out, it is not a link. Below are the settings I have for remote server in wsproviders.ini.append.php
[trx]
providerType=PhpSOAP
providerUri=https://services.resx.com/xapi/v9.0/xapi.asmx
providerUsername=username provided by webservice provider providerPassword=password provided by webservice provider ProxyServer=proxyname:port Location of wsproviders.ini.append.php file - settings/override I do not understand what I am missing here? Can you please advise? Thanks Anaya Because of soapui I definitely know that SOAP request/response is sent ok.
|