Tagged Questions

21
votes
8answers
5k views

What’s the best soap client library for Python, and where is the documentation for it?

I've never used SOAPs before and I'm sorta 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 Clie …
5
votes
3answers
267 views

Checking a URL is valid (from php soap client)

Hi there 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. …
5
votes
2answers
815 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 work …
3
votes
1answer
545 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 Except …
2
votes
2answers
133 views

How to extract data from a SOAP response in Java?

Hello, 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 extra …
2
votes
5answers
687 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?
1
vote
1answer
23 views

Is this a standard or common encoding for a SOAP request?

I'm using a web service where the WSDL describes a single string element in each request and response. <s:element name="SERVICE"> <s:complexType> <s:sequence …
1
vote
1answer
28 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 …
1
vote
1answer
205 views

Delphi to java, soap delphi, sms send

I am working on a code which I need to send sms messages from a sms service provider they get me delphy program that can send a sms from their service but i dont know delphy and i …
1
vote
1answer
142 views

SOAP request with attribute

hi all, 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 …
1
vote
2answers
376 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 …
1
vote
3answers
737 views

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

Hello everyone, 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 …
0
votes
0answers
10 views

How to report progress of a web service on windows mobile client?

I have tried to implement progress reporting using a soap extension as described at the following links: stackoverflow codeproject However, my "ProgressUpdate" method is not bein …
0
votes
3answers
61 views

How Do I Intercept Outbound and Inbound Soap Messages from C# Client Side Web Proxy

I'm writing UI to test an asmx web service. Server and client are .NET. Client proxy has been generated using wsdl.exe. I would like to intercept and store a string representation …
0
votes
1answer
84 views

Can Zend_Soap_Client set custom user-agent?

I have Zend_Soap_Server. It should be tested. One issue - unit testing and development modes should work with different databases. It can be done via .htaccess: SetEnvIfNoCase Use …

1 2 next
15 30 50 per page