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...
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...
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...
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...
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 ...
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...
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 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...
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...
I need to create a soap client in Java. Can you provide an example of one using org.apache.commons.httpclient.methods.PostMethod
Thanks!
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.
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...
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...
Hello all,
I am trynig to complete a web service call from script in an enterprise application, however I keep getting back a responseCode of 400. I perused the return headers and all that ...
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...
Hi expert, J have a problem with java & asp :
I want to call an as webservice from java app
but when j try i cath error,
Server returned HTTP response code: 405 for URL:.....
my web se...
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...
Hi,
I am trying to develop a soap client in PHP using PHP5 SOAP Extension.
I am trying to connect to the webservices provided by Rollbase
The wsdl url is http://www.rollbase.com/webapi...
Hi, I'm trying to use the PEAR package SOAP to access Vertical Response's API, but I can't even seem to be able to connect to the service.
My code is:
<?php
require ('SOAP/Client.php')...
The following is the error message when I try to call the simple web service function echo():
[WebMethod(Description="This method returns what was sent.")]
public DataSet echo(DataSet rq...
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...
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...
I'm having trouble getting a quote back from my simple example that i've created for myself. I keep getting: "Sent 'MSFT', got 'exception'" back from the server. As you can see from my xml bel...