Simple Object Access Protocol (SOAP) is a protocol specification for exchanging structured information in the implementation of Web Services.
7
votes
0answers
190 views
Non - blocking RPC invocation, using gSoap
Is this even possible?
I know, I can make a one-way asynchronous communication, but I want it to be two-way.
In other words, I'm asking about the request/response pattern, but non-blocking, like ...
5
votes
0answers
290 views
How to use one proxy in javascript AJAX using SOAP the same as WCF Test Client use
I have WCF web Service and javascript client which connects to this service via AJAX using SOAP 1.2 . What i wanna do is to pass some parameter to tell the AJAX SOAP call to use only one proxy the ...
5
votes
0answers
583 views
get latest products using magento soap API
i'm trying to get the latest products (max 20) from magento API using SOAP, i only need the images and the product link, as they are being displayed on another site.
i'm using the below code to do ...
4
votes
0answers
621 views
soapaction in WSDL using CXF
I am developing webservice using CXF. I use HTTP binding so according to http://www.w3.org/TR/wsdl#_soap:operation soapaction is mandatory for this type of transport.
The problem is that I want to ...
4
votes
0answers
578 views
Can't get Perl web service running using WSDL::Generator
I have been trying for two weeks to create a web service in Perl (with WSDL::Generator) and call it with a client written in Perl.
Now I try the examples provided with the library specializes in ...
3
votes
0answers
57 views
Security processor was unable to find a security header in the message.
In my many trials to debug this
Exception: `System.ServiceModel.Security.MessageSecurityException: Security processor was unable to find a security header in the message.
This might be because ...
3
votes
0answers
81 views
Object of type “X” cannot be converted to object of type “X” (again)
I've seen the dupes of this. None of the answers there are helping me.
The peculiar details of our situation are:
The class that cannot be converted is a result class coming from the WCF service. ...
3
votes
0answers
53 views
Get device or simulator information runtime for SOAP web services
I have here a small issue with Codenameone when calling a SOAP web service from the device.
As you may know, SOAP web services have their own way of encoding the http requests. These encoding rules ...
3
votes
0answers
69 views
SOAP Super encryption WS-Policy
I want to encrypt the body of my SOAP message twice (super encryption).
I am using Axis2 with Rampart.
I am trying to change the policy of this scenario to encrypt it twice.
I was looking at this ...
3
votes
0answers
169 views
python & suds - how can I get information about the type of a method parameter?
I am calling methods in a SOAP API from my python code using suds. I am trying to programmatically determine what information to send as parameters to the methods in the API. One of the WSDLs I'm ...
3
votes
0answers
38 views
How to connect Java Class through Soap to InDesign cs6 Server? (Don't Use Command Line arguments.)
How to connect Java Class (client side) through Soap to InDesign cs6 Server? (Don't Use Command Line arguments.)
3
votes
0answers
290 views
Delphi XE2 generics in TRemotable classes
For reasons not really relevant to the question I want to use generics in my TRemotable classes. I've found that Soap.OPToSOAPDomConv.pas has some problems with this. It's using the old RTTI which I ...
3
votes
0answers
196 views
SOAP Header for Windows Phone
I have a problem with adding header info to a SOAP Message. Anyone having an idea about how to do this in a correct way?
I am succesfully able to add Authenticator part but still not able to add ...
3
votes
0answers
664 views
mssoapinit fails to initialize WSDL
The MSSOAP client fails initializing the soap12 interface of the Hello Example project.
var soap = new ActiveXObject('MSSOAP.SOAPClient30');
...
3
votes
0answers
269 views
How do I debug an access violation from a object call?
When I make a call to a SOAP API method I am getting the following message:
First chance exception at $74EDB9BC. Exception class EAccessViolation with
message 'Access violation at address 007004F6 ...