Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

100
votes
17answers
44k views

What's the best SOAP client library for Python, and where is the documentation for it?

I've never used SOAP before and I'm sort of new to Python. I'm doing this to get myself acquainted with both technologies. I've installed SOAPlib and I've tried to read their Client documentation, ...
23
votes
7answers
13k views

PHP SOAP tutorial?

I need to write a SOAP client using PHP 5.3. The WSDL for the service is reasonably complicated. I can't find a PHP SOAP tutorial anywhere that walks through how to do this - I haven't found any that ...
13
votes
7answers
15k views

Simple, free SOAP client?

Is there a good, free (and/or open source) SOAP client (for Windows) that can be used to test web services?
11
votes
5answers
3k views

Checking a URL is valid (from php soap client)

I am writing a web app which will allow the user to specify a URL for a SoapClient. I wanted to validate that php can connect to the client when the user submits a form. I thouhgt I could do this via ...
9
votes
3answers
2k views

How do you make Node.js talk to a SOAP service?

I can't seem to find any examples on this. I see a listing on github for Node that says "Newspaper Club – Uses node.js for wrapping a nasty SOAP interface to InDesign Server.", but I don't see any ...
9
votes
6answers
1k views

SOAP client in .NET - references or examples?

Background: I am creating a webservices site which will provide many types of simple services over SOAP and possibly other protocols too. The goal is to make it easy to do for example conversions, ...
8
votes
10answers
803 views

Which network protocol to use for lightweight notification of remote apps?

I have this situation.... Client-initiated SOAP 1.1 communication between one server and let's say, tens of thousands of clients. Clients are external, coming in through our firewall, authenticated ...
8
votes
4answers
3k views

How is the best way to write a SOAP 1.2 Client with Delphi Win32

So far, no Delphi version supports SOAP 1.2 clients or server. I have tried for weeks to make it works, but every time a new problem, with VS/C# I could do the same, and make works in 3 days, but I ...
5
votes
1answer
2k views

SOAP in Node.js

Sure, you're gonna tell me that SOAP is depracated and all, well i'm forced to use it. Now, i've tried with the douche module (https://github.com/marcgreenstock/douche) but it fails when I do this ...
5
votes
4answers
2k views

Are there any lightweight alternatives to gSOAP?

I've tried using gSOAP for accessing a web service (e.g. using supplied WSDL to generate C stubs and then using them in an app). However, I've found that the generated .c and object files is quite big ...
4
votes
1answer
170 views

How to create proper xml for SOAP Client function?

I've spend hours with SOAPClient and still get no result, hope someone can help me. I'm trying to create and send to web-service following code: POST /PortalServices/PortalServices.asmx HTTP/1.1 ...
4
votes
1answer
2k views

Using PHP SoapClient classmap option with WSDL containing an element and complexType with the same name

I've encountered a few different WSDL files that contain an element and a complexType with the same name. For example, http://soap.search.msn.com/webservices.asmx?wsdl has two entities named ...
4
votes
2answers
2k views

Debugging a jax-ws client in eclipse

I am writing a java client for a web service. I used wsimport to generate the proxies. Copied them over to my workspace project (in eclipse). Wrote a simple program using couple of ws calls. Now when ...
3
votes
1answer
747 views

Get image thumbnail through SOAP call

I’m trying to display products in my store through a third party application using Magento’s web services API. When I query image data for an item using “catalog_product_attribute_media.list”, I get ...
3
votes
1answer
1k views

Consuming .Net Web Service using Perl and SOAP Lite

I'm trying to consume a .Net Web Service using perl and SOAP Lite. When I consume the web service in a .Net client - it posts to the .asmx endpoint the following: <?xml version="1.0" ...
3
votes
2answers
683 views

How can I edit the SOAP envelope and header with Perl's SOAP::Lite?

I'm trying to modify the soapenv:Header to include addressing in my soap request my $header=SOAP::Header->name("Header")->prefix("soap")->uri("http://www.w3.org/2005/08/addressing"); When ...
3
votes
3answers
1k views

SOAP request with attribute

I can not seem to find out how to set an attribute to a SOAP request without using the XSD_ANYXML encoding. The request parameter should look as follows <request xmlns:ns="/some/ns"> ...
3
votes
2answers
2k views

C#: Binding a new SoapClient to a specific IP address before sending outgoing request

Let's say a machine where the application sits on has SoapClient (to be specific, I'm using Microsoft.Web.Service3.Messaging.SoapClient). It communicates toward a remote location with no problem by ...
2
votes
1answer
79 views

Using Magento API to get Products

I'm using the Magento API to get product data for products from a certain category from another domain. I have made the API call etc... The code I'm currently using to get the product data looks like ...
2
votes
1answer
152 views

Consuming to a .NET SOAP service from PHP with authentication

I've been hunting for several days for a solution to this but had no luck. I got my starter code from http://www.codingfriends.com/index.php/2010/04/16/soap-client-calling-net-web-service/ . Here's ...
2
votes
4answers
197 views

how to create soap client?

I have SOAP server running. I need to write a SOAP client for the server. Can you please suggest plugin in eclipse or give me the URL related to this? can you please provide me it you have any sample ...
2
votes
3answers
339 views

SoapClient set custom HTTP Header

I am doing some work writing a PHP-based SOAP client application that uses the SOAP libraries native to PHP5. I need to send a an HTTP cookie and an additional HTTP header as part of the request. ...
2
votes
0answers
419 views

How to add an arbitrary namespace with PHP SoapClient?

How does one add an arbitrary namespace using PHP SoapClient? The namespace does not actually get used in the request, but I think it is preventing my message from being properly consumed. The WSDL ...
2
votes
0answers
243 views

php soapclient to xml request

`$client = new SoapClient(null, array('location' => "http://www.xxx.com/demo/webservice/wsHotel.sh",'uri' => "http://www.xxx.com/demo/", 'encoding' =>"ISO-8859-9")); $parm['login'] = ...
2
votes
3answers
1k views

Grails and consume SOAP webservice

Being fairly new to Grails i was wondering what people use to consume a webservice in Grails projects. So the client side of the system? Any recommendations? I see people using GroovyWS, Spring-WS ...
2
votes
0answers
165 views

PHP SoapClient call response missing parts of answer

I have a problem with the script below. It just doesn't want to post back any response. The script: <?php require_once('nusoap.php'); $c = new ...
2
votes
1answer
394 views

SOAP client not handling XML entities properly; encountering “There is an error in XML document”

Some consumers of our WCF web service are encountering an exception when trying to parse our responses: System.InvalidOperationException: There is an error in XML document (5, -349). at ...
2
votes
1answer
348 views

soapClient use SoapFault or Exception or both to catch Error?

Which of the following is better to catch an error when calling a web service using SoapClent? try { $response = $client->SomeSoapRequest(); } catch(SoapFault $e){ } Or: try { $response = ...
2
votes
3answers
976 views

Deprecated function: require_once()

Recently, I started converting my Drupal 6 module on PHP 5.2.x to Drupal 7 on PHP 5.3.x, and now I get following warning Deprecated function: Assigning the return value of new by reference is ...
2
votes
2answers
241 views

PHP webservice SOAPClient error

I have a webserivce and just doing simple thing to call webservice in SOAP Client i.e. $client = new SoapClient("http://test.unistream.com/wcflib/service.svc?WSDL"); It says SOAP-ERROR: Parsing ...
2
votes
1answer
76 views

Is it possible to specify the outgoing network interface to use for a PHP SoapClient?

I need to bind a SoapClient to a specific outbound network interface, but I cannot find any documentation on this. Is this even possible? If not, what are some possible workarounds?
2
votes
1answer
565 views

PHP Soap Header help

I have a fairly simple php/soap header question. Here's what I need. <ns1:Identity token="123456789"></ns1:Identity> Here's what I get... ...
2
votes
2answers
2k views

Axis security header

Hi trying to generate a security header in a Java Axis2 Client program in the format of. <soapenv:Header> <wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/04/secext> ...
2
votes
2answers
910 views

Custom header using PHP soap functions

I am having a problem getting a custom soap header to work with PHP5. Can anybody guide me please. What I require is something like this <SOAP-ENV:Header> <USER>myusername</USER> ...
2
votes
2answers
119 views

How should I compensate for a bad WSDL?

I've come across several examples of SOAP-based web services where automated tooling fails to build a client that works. Investigating these examples leads me to believe that the WSDL the service ...
2
votes
2answers
3k views

How to extract data from a SOAP response in Java?

I have a client set up to send a request to the National Weather Service SOAP server. I am receiving the response that I expect, but I am unsure as to the best way to extract the data from it that I ...
2
votes
1answer
1k views

How do you Handle a TimeoutException when calling WebServices using the SoapClient in Silverlight?

How do you handle a TimeoutException that is generated when calling WebServices using the SoapClient? There doesn't seem to be any event to be handled in order to catch any Exceptions generated when ...
1
vote
1answer
74 views

soap request client to webservice using vb.net

My question is similar to How do I send/Receive SOAP messages usiung .NET I wanted to invoke a webservice, however not like the way shown in the link above.What I did was, created a service ...
1
vote
2answers
61 views

Magento API error: Invalid data given. Details in error message. - Where is this “error message”?

I was trying to create a new product but some weird problem happened and it simply gave me this error: Invalid data given. Details in error message. Which was generated by $e -> getMessage() from ...
1
vote
1answer
63 views

ASP.NET C# Filter Data from Soap Service

I have a Soap service that I added to my .NET project via Service Reference. problemReporting.soapClient s = new problemReporting.soapClient(); problemReporting.NullRequest nr = new NullRequest(); ...
1
vote
2answers
106 views

ASP.NET C# Filter DropDownList based on specific Category of Items from Soap Service

OK... I'm stuck here. Sort of new to C# and consuming web services. I have successfully populated a DropDownList from a SOAP service, but what I really need is to filter that list based on a specific ...
1
vote
3answers
188 views

Connecting to Magento API with SOAP

I'm trying to follow a tutorail on connecting to magento API with Soap, but am stuck already ? SOAP seems to be installed on my sever as i can browse to the ?wsld and it displays an xml file. I've ...
1
vote
0answers
65 views

PHP5 SOAP Request - Associative array parameter dont send

i write this script on php for do a SOAP request: <?php try { $soapCli = new SoapClient('somewsdl',array('trace' => 1)); print_r($soapCli->__soapCall("getUserByCf", array("xxx" => ...
1
vote
1answer
66 views

How to stop PHP SoapClient converting s1:char arguments to 0 or 1 in request

PHP's Soap client appears to be handling arguments with type s1:char incorrectly when building the request. The Soap API requires either 'Y' or 'N' but in the request XML I get '0'. (Passing Bool true ...
1
vote
1answer
155 views

SOAP XML function call with multiple parameters

Dear Stackoverflowers, Is it possible to do the following? $client = new SoapClient("wsdldocument.wsdl"); $result = $client->myFunction( $param1, $param2, $param3 ); (How) Can I pass multiple ...
1
vote
0answers
62 views

SOAP request parameter in PHP, need 2 value with the same key in array

the XML structure that method needs two elements with same title. I use array to send parameters but dont know how to send two value with same key in array? if necessery SOAP 1.2 and PHP 5.x
1
vote
1answer
301 views

How to generate soap request xml from wsdl file in java

I am looking for some java opensource api for generating soap request xml file by passing wsdl_URL and operation name as parameters. Actually soapUI is doing this and I tried to go through the soapUI ...
1
vote
1answer
254 views

Objective-C SOAP Client --Request Problem?

I have generated code with WSDL2OBJC. I have big problem with request in my Objective C client: CatalogoPortBinding *binding = [[CatalogoSvc CatalogoPortBinding] ...
1
vote
1answer
80 views

Wrong request generation soap client php

I'm trying to make a request to a soap webservice of mine. class DateTime2 extends DateTime { function __toString() { return $this->format("d/m/Y H:i"); } } ...
1
vote
0answers
62 views

PHP SoapClient class not found error on IIS 5

This is enabled in the php.ini file, but phpinfo() is not showing any Soap details. Checked: Editing the correct php.ini - verified with phpinfo() Enabled soap in php.ini (uncommented DLL) DLL ...

1 2 3 4