0
votes
1answer
15 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 being called, and I …
0
votes
3answers
84 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 of outgoing and …
1
vote
1answer
24 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
92 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 User-Agent (.*) …
22
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 Client documentation, …
1
vote
1answer
224 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 should change this …
5
votes
3answers
280 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. I thouhgt I could do …
2
votes
2answers
149 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 extract the data from it …
0
votes
2answers
112 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 I don't use it, I …
0
votes
3answers
180 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 manually by sending …
1
vote
1answer
154 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
1answer
30 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 …
1
vote
2answers
403 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 …
0
votes
1answer
141 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 client = …
0
votes
1answer
74 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:offeringId>
But …
