Tagged Questions

0
votes
3answers
57 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 …
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 …
0
votes
1answer
131 views

HTTP Authentication with Web References

I have a web reference created from the WSDL, but I'm not allowed to call the function unless I pass in the username / password; the original code for the XML toolkit was: Set cli …
0
votes
1answer
75 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 …
0
votes
2answers
92 views

MSSOAP30 Object error: 0x80004002: Interface does not exist (VB)

Hi I'm well and truly stuck with MS SOAP 3.0, which I'm currently running from VBA Excel in Office 2003. I have used MS SOAP Toolkit 3 to create a proxy class which I am using. If …
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 …
1
vote
1answer
27 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 …
2
votes
2answers
127 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 …
1
vote
1answer
203 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 …
5
votes
3answers
263 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. …
0
votes
3answers
164 views

show webservice soapexception response in the client in ASP.NET

Hi All I am trying to make a Test Webservice and throw a SoapException. But when I open the service through browser, it shows Internal server error - 500. If i try to consume it …
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
362 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 …
0
votes
1answer
62 views

SOAP::RPC::Driver formatting problems. How can I change it?

I'm dealing with a SOAP webservice call from a server that is expecting to receive method calls with the paramaters in the format of: <urn:offeringId> 354 </urn:offeringI …
1
vote
3answers
732 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 …

1 2 next
15 30 50 per page