Simple Object Access Protocol (SOAP) is a protocol specification for exchanging structured information in the implementation of Web Services.
0
votes
0answers
4 views
Soap client acknowledgement
I have created a small web service method using an asmx file. Here'a simplified version of it.
<WebMethod()> _
Public function DeleteFile(Byval fileID As String) as boolean
...
-1
votes
0answers
7 views
Generate SOAP reference PHPStorm/Netbeans
Hello work on SOAP Service client, API provide only wsdl schema, no documentation, how i can make autocomplete or references for codding?
0
votes
0answers
6 views
PHP - SOAP SoapFault exception - Need to reatrieve and validate
Like the title say, I need to retrieve and validate the data through Webservice. I really am a beginner with Webservice and I dont know much, I have just been googleing things and have not gotten the ...
0
votes
0answers
9 views
Difficulty navigating SOAP client WSDL with PHP functions
I am experimenting with a public SOAP API in preparation for testing an internal SOAP API that we are working on at work. I am running into problems dealing with automatically associating method names ...
0
votes
1answer
10 views
Web Service Throwing Exception
I'm having a difficult time implementing a web service client. I'm querying a SharePoint 2010 web service using a web reference. The code below throws an exception on the line within the try block.
...
-1
votes
0answers
9 views
NuSOAP debug doesn't work
I'm trying to debug the nusoap for get the requests but the RESQUEST and DEBUG appears nothings..the client works but the request doesn't appear
Here is my code:
include("lib/nusoap.php");
$client ...
2
votes
0answers
21 views
Java web service got unmarshalling error. Is it possible to fix it on server side?
I have java web service. I generate wsdl using apache-cxf. Other developer use generated wsdl to create client on some specific accountant program.
When this client trying to invoke web method I can ...
0
votes
0answers
12 views
Using Web Service (SOAP) in opencart for customer authentication
I am programming using PHP to create a website and in this website I need to check user authentication in another system that is based on opencart. I have written a SOAP server to check the user is ...
0
votes
0answers
6 views
com.sun.xml.internal.ws.protocol.soap.VersionMismatchException thrown when using JAX-WS to request a ws
I'm tring to construct a client of a webservice using jax-ws, and this exception blocked me:
com.sun.xml.internal.ws.protocol.soap.VersionMismatchException: Couldn't create SOAP message. Expecting ...
0
votes
0answers
7 views
Adding attribute 'Traversal' to FindItem element for EWS using python
I am trying to search for emails in exchange 2007 through EWS using python, ewsclient and sud-ews, base on what I can found from the web, I have come out with the following code:
import ewsclient
...
0
votes
0answers
13 views
Integration/request rspec test of my SOAP service
I have part of my rails 2 webservice application which is used as SOAP service (historical reasons, rest of app is REST).
Just two operations AddLead and ShowLead, with wsdl on /soap/wsdl.
I want to ...
0
votes
2answers
22 views
PHP - SOAP Determine the methods present
I have webservice that when opening in the browser displays an xml file. I connected to the webser with these line
$client = new SoapClient("http://XXXXXXXXX/webservice/test?wsdl");
printing out ...
0
votes
2answers
31 views
an error occured while executing doinbackground() asynctask
I'm trying soap parsing, but it doesn't work. In my application I'm using 1 edittext, 1 button, 1 textview,after ran the application, it will show output window. but after I entered any value in ...
2
votes
2answers
33 views
Perl: can not post xml data to web service
I am new to web services. The web service accepts the xml data and returns values back in xml again. I am trying to post the xml data to the web services, without any success, I need to do it using ...
0
votes
1answer
10 views
How to monkeypatch the suds.transport.Reply?
I have been trying to modify the Reply class of suds.transport.
I tried with the following approach:
import suds.transport
old_reply = suds.transport.Reply
class Reply2:
"""
A transport ...
0
votes
0answers
11 views
WSSE Security Headers with Digest (SOAP) in Android using ksoap2
In Android programming, I am trying to generate the following soap Header (WSSE Security with Password Digest Header) using ksoap2.
<soap:Header>
<wsse:Security ...
0
votes
1answer
17 views
Android multiple webservice call for a single activity
For a single screen, I have to show data which is not available from a single webservice call. I have to call three independent different webservices to get all the data to show in the screen. If I ...
0
votes
0answers
8 views
Invalid webservice adapter specified
I am working with Magento 1.7 Version 2 SOAP API's.
I got the Magento API's to work on an another host. I move Magento to cloud server and ever since the URL http://www.domain.com/api/v2_soap?wsdl=1 ...
1
vote
1answer
24 views
SOAP request modification
I have a SOAP request like this, it's working fine:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://com/">
<soapenv:Header/>
...
0
votes
1answer
28 views
Pass nested class by reference as parameter in unit test method
So I'm trying to dive into Unit Testing, specifically for web services (SOAP versions), and am having incredible difficulty in getting the appropriate format for passing the referenced nested class ...
1
vote
1answer
14 views
How to get a Salesforce soap session id in iOS
I need to connect to either Salesforce.com or Database.com (same concept) from an iOS application. I don't care if it's soap or rest. All I want to do is get the data out. I am using an ...
0
votes
1answer
38 views
Out of memory exception while retrieving large file using SOAP webservice
I'm struggling to read a large file transmitted through a SOAP based web service. The client code is failing with Out of memory exception. I'm using MTOM to send the binary data, hoping that would be ...
-1
votes
0answers
23 views
SOAP vs Restful web service for big data
I want to make web service for an api which transfer big datas, so which one is more useful soap or rest?
and whether the soap without wsdl act as rest?
0
votes
1answer
10 views
PHP SoapCall help. Missing namespaces in parameters
Im having some troubles with a SoapCall from PHP to an WSDL service.
My $client->_getLastRequest() function retrieve this XML:
<SOAP-ENV:Body>
<ns1:publicar>
<aviso>
...
0
votes
0answers
17 views
jquery based library that will translate xml to json and back but align data to wsdl
I am looking for recommendations for a library that is jquery based that will take SOAP messages convert them to json to be stored in the DOM or Local Storage, then after the user has modified the ...
1
vote
1answer
33 views
Calling SOAP Web-Services with PHP cURL (moving from SOAPUI)
I am not sure if this is the right place for it, but I am hoping a few of you are familiar with PHP cURL as well as SOAPUI.
I have managed to successfully submit a web services request using SOAPUI, ...
1
vote
1answer
39 views
Using HttpWebRequest to make SOAP requests over 4KB results in 500 Internal Server Error
I'm having real trouble with accessing a SOAP service when request sizes are large. The methods used (HttpWebRequest) work fine when making shorter SOAP calls but as soon as the size of the XML tips ...
-1
votes
0answers
7 views
Server returned an invalid SOAP Fault
In My service method, there is aa insert into oracle query but when they call my service for using this method they got an error: Server returned an invalid SOAP Fault! just get this error, not much. ...
0
votes
0answers
11 views
soap service The specified type was not recognized
Can anyone tell me why I get:
{"The specified type was not recognized: name='anyType', namespace='http://www.mywebsite.com/webservice/service.wsdl', at <response xmlns=''>."}
And the xml that ...
1
vote
1answer
26 views
Savon array of hash
I am trying to make soap requests but when i use the operation.body method every array doesnt seems to be in the xml after operation.build.
Here's part of the WSDL:
<xs:element name="Item" ...
0
votes
1answer
19 views
Python suds - Recursion error in wsdl.py
I am currently writing a Python script using the suds package to connect to a new client. When I call suds.Client with the url, I get a recursion error:
RuntimeError: maximum recursion depth ...
0
votes
0answers
17 views
Webservice.asmx not receiving parameters with POST/SOAP requests
I am trying to send data to a C# (actually Mono) webservice from a PHP environment. Oddly, the webservice works correctly when I call it with a browser URL (i.e. with the GET method).
However, ...
0
votes
0answers
13 views
TFS API slow when connected as certain users, fast for others
I have a small application that pulls data from TFS 2012.
I am finding that the speed of certain commands varies enormously depending on who I am authenticated to TFS as. The code example:
var ...
1
vote
0answers
15 views
Using SUDS with HTTPS and setting location
I am using SUDS to call SOAP using this code:
client = Client("https://xyz.rwth.de/SecuredDataService/SecuredData?wsdl",location="https://xyz.rwth.de/SecuredDataService/SecuredData")
For a HTTP ...
0
votes
0answers
23 views
Iterating through SOAP requests from a properties file
I am writing a java plugin that I plan to use to test a number of web services. These SOAPs for the web services are located in a properties file, and are grouped under which WSDL they fall under ...
0
votes
0answers
13 views
example of soap in node.js with execution procedure?
i am looking for a complete example of easySoap and node.js ? And also how to run it in node.js. I have easySoap module installed in my node.js software.
8
votes
1answer
30 views
ksoap2 android unable to access the soap service?
Hi I am consuming a soap service in my application. The soap service works mozilla firefox REST client and SOA client.
Request body :
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" ...
0
votes
0answers
25 views
Introduce to clients selective operation subset from alone wsdl
At the moment we are developing JAX-WS (2.0) service, deploying to IBM WebSphere (7.0) and we have need to introduce to clients several instances of this service with various subsets of original ...
0
votes
1answer
22 views
Is it possible to call web service method with less parameters through SoapUI tool
I am testing a SOAP web service through SoapUI tool. Web Service is deployed on a server and SaopUI project is hitting that web service. My concern is while testing one request if I do not provide a ...
12
votes
1answer
33 views
Soap web service is no accessible from android emulator?
Hi I am consuming a soap web service from my android application, I was able to get the response from my desktop browser where as it is not working in android emulator's browser and also in my ...
0
votes
1answer
16 views
Building code to implement SOAPui [duplicate]
I have been trying for a few weeks now to successfully complete an HTTP POST request to ebay's server. Trying do the SOAP AddItem Call. I was able to complete the call using SOAPui software, but I can ...
0
votes
0answers
10 views
Using fields with reserved keywords (soap4r)
I'm trying to use NetSuite's SOAP based API which provides this WSDL.
It contains some fields with the element name "class". Since this is a reserved keyword, the wsdl2ruby.rb script replaces that ...
0
votes
1answer
32 views
How send and receive soap+xml in RESTful services in C#
I want write the RESTful web service for Enterprise Mobile Device Management in C# to post the request show below which is defined by Microsoft:
POST REQUEST INFO:
**Header:**
POST ...
0
votes
1answer
51 views
Why would WCF fail to call a SOAP service when a 302 response is encountered?
I have written an application that starts with making a WCF call to login. I generated the client code with a service reference. It works fine for clients who have their services installed locally to ...
0
votes
1answer
7 views
.net Soap Service with out class mapping to be consumed by PHP
Just building a new site, we will be building a .net soap service to supply the data to a php site.
I used a fair amount of .net soap services in php, some of which you need to map classes and some ...
0
votes
1answer
58 views
Serialize Integer[]
I have a Android APP and a SOAPWebservice. I'm trying to send between their a Integer array but the Android Logcat says:
06-17 15:32:34.355: W/System.err(3107): java.lang.RuntimeException: Cannot ...
0
votes
1answer
32 views
java.lang.RuntimeException: Cannot serialize: MyClass
I am trying to consume a web service through my android app by making a call to a function which expects a class object as an input parameter. But while making a call i'm getting an error ...
0
votes
1answer
28 views
Generate SOAP from sql serve database in asp.net
I want to create a SOAP answer when calling a web service written in asp.net with some data that are taken from a database managed by sql server. I'm here to ask you some example/tutorials case I ...
0
votes
0answers
24 views
SOAP and REST web services security protocols and standards
I'm really confused about REST and SOAP security mechanisms..
I believe message level security is a SOAP spec, CAS, SAML and the all WS* are, as well
Protocols such as oAuth, OpenID, Kerberos are ...
0
votes
1answer
16 views
Out Of Memory error while parsing SOAP response
I am getting a large SOAP response with around 10000+ rows of data and am extracting the relevant data from within CDATA and inserting into a Database.
The code looks as :
DocumentBuilderFactory dbf ...



