Hi Tux2k,
thank you for your reply, let's say it gives me back an xml, I'm still stuck on how to create a soap connection, here from the web service side I have these informations:
Name: GetData
Binding: wsDataBinding
Endpoint:
http://IPADDRESS/ws/wsGetData.php
SoapAction: uri:wsGetData/GetData
Style: rpc
Input:
use: encoded
namespace:
http://UPADDRESS2/
encodingStyle:
http://schemas.xmlsoap.org/soap/encoding/
message: GetDataRequest
parts:
password: xsd:string
Output:
use: encoded
namespace:
http://UPADDRESS2/
encodingStyle:
http://schemas.xmlsoap.org/soap/encoding/
message: GetDataResponse
parts:
return: xsd:string
Namespace:
http://UPADDRESS2/
Transport:
http://schemas.xmlsoap.org/soap/http
Documentation: blah BLAH blah
Anybody can put me on the right way to how connect and get the data from this soap?
I really appreciated and good advice.
Thank you very much
NiBE