PHP5 SOAP and https



Hello

I have a problem with Soap class in PHP5. I'm trying to connect to
webservice (I have links, login, password etc.) Wsdl file, which the
soapclient takes from webservice address forces the communication
through https (section port in wsdl). Is this connect possible with
php5 soap class ? Mabye I must install other components (for example
nuSOAP) ?

In my simple example I obtained this message:

Notice: SoapClient::__doRequest() [function.--doRequest]: Unable to
find the wrapper "https" - did you forget to enable it when you
configured PHP? in f:\www\gxml\zapyt.php on line 12

Fatal error: Uncaught SoapFault exception: [HTTP] SSL support is not
available in this build in f:\www\gxml\zapyt.php:12 Stack trace: #0
[internal function]: SoapClient->__doRequest('<?xml version="...',
'https://ws....', 'http://webservi...', 1) #1
f:\www\gxml\zapyt.php(12): SoapClient->__call('SubmitXml', Array) #2
{main} thrown in f:\www\gxml\zapyt.php on line 12

Please, help me - what do I have to do?

Marcin

.



Relevant Pages

  • Re: Using the .NET WebService tools
    ... the XSD.exe tool can be used to help map between .NET classes and XML files. ... A WSDL file is a definition of a webservices interface. ... that the webservice accepts and returns. ... the WSDL file can reference an external Schema (a separate XSD file) ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Using the .NET WebService tools
    ... This appears to be an excerpt from a client-side proxy class. ... client-side proxy class into a server-side webservice. ... If you want to generate a service from a WSDL file, ... > Public Function ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Using User-Defined Data Type
    ... WebService" you essentially invalidate the proxy you created. ... The WSDL file is then used on the client for generating "Proxy ... just deal with "objects" in your code on both Server & Client side. ... >web reference defination and reference my document dll file, ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Sharing Types between Webservice and Client
    ... The wsdl file contains the right namespaces. ... >> I've also created a client application that consumes this webservice. ...
    (microsoft.public.dotnet.framework.webservices)