Hello group,
I'm trying (new to VB.net) to see how SOAP would work in VB.net, so as I was searching ran into
http://www.phpfever.com/soap-zip-code-web-service.html so I was wondering ...
I am new to xml and web services -
I have an example of a web service request in asp and need to get it into php
I have spent hours trying to understand soap wsdl etc and get this to work w...
This is driving me crazy...
I installed SOAP with "yum install php-soap" on my Linux CentOS 5.3, logged in as root, which put this in my php.ini:
-----------------
[soap]
; Enables or di...
I need to upload files dynamically to Amazon s3 using java or php the main goal is to upload files parallel as the files is too small in size and large in quantity (100 files of size 10mb) at ...
I would like to connect to a webservice, which is written in dotNET. I use the php SoapClient.
But I get this error:
[faultstring] => Object reference not set to an instance of an object.
...
Are there some predefined elements that one needs to use in SOAP header or can I define my own elements a part of SOAP header.
I am attempting to make a request to a SOAP server. I am receiving the utterly nondescript error: "Object reference not set to an instance of an object.". I am using nuSOAP and PHP to service ...
Hi. I'm using PEAR SOAP to send a request to Amazon to query our product order data.
Amazon is returning the correct data, but the xml_parse call in SOAP's Parser.php is failing saying:
...
Hi, there is another company that we have fiber connection with them. we have so many data transfer between our systems. in current situation we use link server from our SQL 2005 server to the...
I am new to VBA and am trying to upload an xml file to a server using a soap call.
The class modules was auto created by the Microsoft Office 2003 Web Services Toolkit.
Below is the code.
M...
I'm new with SOAP and just trying to get this work. When running this code I get a 'Type Mismatch'. Can someone tell me what I'm doing wrong? I'm using Access with VBA and have the SOAP 3.0...
I am trying to get a simple SOAP request working but I keep getting this error:
Fatal error: Uncaught SoapFault exception: [soap:Server] Server was unable to process request. ---> Object refe...
we are having issues with the communication. my coldfusion code is below for consumption. this should result in both the email address and output Please elp!
Hi, I am new to SOAP/web services and am trying to use PHP5's built in SOAP capabilities to consume a webservice. I am on a FreeBSD/Apache server trying to access the webservice that is on a ...
Hi Experts, I'm a noob trying to recreate a non-WSDL SOAP HTTP POST with PHP5 but getting errors. Need help (1) to understand how to write this correctly, and (2) is there a way I can check ...