Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested SOAP Solutions: 1 - 25 of 79
 
I need my web service to log the SOAP/XML information into a flat file. Since the web service can be consumed by a third party, I cannot put the soap extension on the client. How can I make...
I have a wsdl file which describes a service written in php5 - currently the resultant array provided by the soap server to a php5 soap client winds up as a empty stdClass rather than an array...
I have a c# windows form.  I have added a web reference to a web service running on another server on my network. I have verified that the web service is responding by using VisualWebServiceC...
Anyone shed light on why I'm getting this error?  I'm guessing it's because some of the paths in the WSDL don't resolve? http://bizdirect-test.covad.com/extserver/com/covad/b2b/bizdirectapi...
There are some plug-ins for web service integration and excel 2003 or older versions. I want to integrate Excel 2007 with web service. Can it be done with the built in data gather options that...
Hello Experts! I'm a beginner at using web services (started yesterday). I have a ASP.Net project with a basic website that has some options to select and then calls a web service to get r...
I am attempting to utilize SOAP data provided by a rail tracking company via an ASP application that we have developed.  I have read through and attempted to use the post found here, http://ww...
The param the web service host is complainnig about is definately present in the call (I debugged the client script which calls the Ws- and sure enough the string param can be seen in the soap...
I am trying to communicate with a soap webservice.  Below is the WSDL and how the XML should look and here is my request and response from the debug as well as the php code.  I think it may ha...
Running the below PHP code produces this error response.  The error looks like it's because of an error in the WSDL - for example, the hostname in the targetNamespace (bizdirect.b2b.service.co...
Hi all, I have a web service which has one web method and am wondering whether it is worth implementing a SOAP header in the request which will hold the username and password credentials to...
I need to create a soap client in Java.  Can you provide an example of one using org.apache.commons.httpclient.methods.PostMethod Thanks!
Hi, I need to send data to a website external to my server. The server is running IIS with asp.net. They Published a wsml file wich is located at: http://69.70.125.190/rvperf/Services/cont...
I am connecting a Java webserver, using .net c# SOAP, I received this error when I try to connect. Possible SOAP version mismatch: Envelope namespace http://schemas.xmlsoap.org/wsdl/ was un...
Ok I'll keep this simple. I have to connect to a bank to submit apps using their WSDL web-service. The WSDL url they provided me does not look familiar to what im used to seeing. I'm...
I have a Java Client App which sends a SOAP request to a webservice on a remote server. It reads the response and here is the error: <h1>Bad Request (Invalid Verb)</h1> I have attached the...
Hi, I need help passing an array to a web service, scalar values works fine, but When I use complex type I get errors... Here is the code samples, outputs, and wsdl file I see the values...
Dear Experts, I have a problem with a SOAP webservice written in PHP. The webservice is written by me and is used for a stock photography site to give the ability for external applications to...
I am trying to implement a WCF Webservice and I have created a datacontract, which code is as follows on my client I am trying to call the operation contract GetUser but I get that error. ...
Hi., I am trying to develop a simple SOAP application using Axis. I deployed axis in Apache Tomcat 6. I have given server and client code in code snippet. And when I try to execute the...
I need to send post data to a webservice API for a data feed with xml. here's a truncated example: POST /rimfire/admission HTTP/1.1 Host: http://webservices-preprod.admission.net User-Ag...
where to download SOAP and how to install it i am new to it with those term of module i have installed apache and perl .can i have a link to download SOAP LITE i have been reading  http://www...
Passing authentication information in SOAP header as text strings is inherently insecure since the username and password are passed along in plain-text. That is, a nefarious hacker monitoring ...
I need to convert this bit of nusoap to run in php 5 soap. One of the main problems I'm having is getting the setCredentials function in php5.
I haven't seen a simple example on how to save a copy before sending the soap message using the low API of ms soap toolkit 3.0 (httpconnector30, soapserializer30 and soapreader30). I'm gue...