0
votes
0answers
11 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
65 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
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
87 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 (.*) …
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 WSDL the service …
2
votes
2answers
136 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 …
1
vote
1answer
207 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
270 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 …
0
votes
2answers
102 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
172 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
145 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
382 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
65 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 …
0
votes
0answers
215 views
php soap client: wsdl vs. non-wsdl - which is faster?
I'm Using PHP 5 and the built-in SoapClient.
This is really a question for the developers of PHP Soap support.
The SoapClient gives you 2 choices: WSDL mode, which caches the WSDL file locally, and …
0
votes
1answer
82 views
SoapClient save request to file instead of sending it
Is there a way to save the soap request SoapClient sends when calling __soapCall to a file instead of sending it to the actual server?
I'm trying to save the soap requests to a queue and then send …
