I've never really understand why a web service implementer would choose one over the other. Is XML-RPC generally found in older systems? Any help in understanding this would be greatly appreciated.
... |
When I wanted to learn SOAP I looked around for tutorials. There are plenty out there, and they all say that they've created an example web service that you can ... |
When setting up a new virtual directory for hosting a SOAP web service in IIS 6.0 on a Server 2003 box I am required to set the access permissions for the ... |
Does anyone have a good complex object marshalling example using the kSOAP package?
|
I have this in a page :
<textarea id="taEditableContent" runat="server" rows="5"></textarea>
<ajaxToolkit:DynamicPopulateExtender ID="dpeEditPopulate" runat="server" TargetControlID="taEditableContent"
ClearContentsDuringUpdate="true" PopulateTriggerControlID="hLink" ServicePath="/Content.asmx"
ServiceMethod="EditContent" ...
|
My team is about to build a new product and we are using SOAP webservices as the interface between the client and server. There are other book posts on stackoverflow, ... |
It seems that anyone can snoop on incoming/outgoing .NET web service SOAP messages just by dropping in a simple SoapExtension into the bin folder and then plumbing it in using:
<soapExtensionTypes>
...
|
|
Its possible I am just really really thick. However, looking over the SDK for the live search (MSN search) that uses SOAP, doesn't tell me what URL the service is at?? ... |
I'm having the problem described here:
http://groups.google.com/group/microsoft.public.xml.soap/browse_thread/thread/029ee5b5d4fa2440/0895d73c5c3720a1
I am consuming a Web Service using Office 2003 Web Services Toolkit. This generates classes for all the data returned by my web ... |
Is exposing CRUD operations through SOAP web services a bad idea? My instinct tells me that it is not least of which because the overhead of doing database calls overhead could ... |
I am looking for a framework to turn given Java class into WebService (may be with some limitations on method parameters etc)
Thanks
|
I'm trying to call a web service in an Excel Macro:
Set objHTTP = New MSXML.XMLHTTPRequest
objHTTP.Open "post", "https://www.server.com/EIDEServer/EIDEService.asmx"
objHTTP.setRequestHeader "Content-Type", "text/xml"
objHTTP.setRequestHeader "SOAPAction", "PutSchedule"
objHTTP.send strXML
And I get back the following response:
<?xml version="1.0" ...
|
I'm probably going to be using Tomcat and the Apache Axis webapp plugin, but I'm curious as to any other potential lightweight solutions.
The main goal of this is to connect to ... |
How do you calculate the Content-Length is a soap message? Is it the number of chars in the whole soap message?
|
Is tilde a legitimate character in an XML SOAP message? I get a SAXParseException:Content not allowed in prolog. I included most of the SOAP message just in case I'm ... |
I'm not sure if there many Mule users on here but I'm hoping someone might be able to help me!
I'm having a problem calling a webservice from Mule using Axis. I've ... |
I have a SOAP service that exposes a method
TradeDetail getTradeDetail()
TradeDetail stores 5 fields, transaction number, dates etc
I need to add a couple of fields to TradeDetail. I want to keep backward ... |
I've set up a SOAP WebServiceProvider in JAX-WS, but I'm having trouble figuring out how to get the raw XML from a SOAPMessage (or any Node) object. Here's a sample ... |
Obeying NDA restrictions I have to be vague.
I've been tasked to evaluate the feasibility of forcing a .dm file from my client's system to a cellular device. So far I ... |
I learned about the basics of making a web service with Visual Studio 2008 ASP.Net + VB. And I got the "Hello World" working, but for some reason I can't get ... |
One of my co-workers is developing SOAP API for php application and he is wondering if CamelCaps names are some kind of convention for SOAP methods?
Our current API has lower_caps_and_underscores, but ... |
In BizTalk 2006, I am trying to set up a messaging-only scenario whereby the recieved message (a string) is passed to a web service method that takes a single string parameter. ... |
What libraries are available to write a SOAP client in Java version 1.4.2?
|
I just now started learning web services.I cannot understand the use of xmlns:soap attribute of SOAP element.Thanks.
|
I have a question and wonder if there is anyone came across the same situation as I did.
I upgrade java version from 1.4 to 1.6,
the java6 includes soap package itself, ... |
I'm working with SOAP using the javax.xml.soap package.
I have a javax.xml.soap.SOAPMessage object that corresponds to a response to my SOAP request and I have to convert it to an instance of ... |
Consider a Mirth channel with a Destination of a SOAP Sender. The WSDL is successfully loaded and has more than one method available. Each method would take a different number of ... |
This problem has been bothering me for days. Hopefully someone has come across this before and has developed a workaround.
So I've developed a middleware Java app which during its execution invokes ... |
Using the BizTalk ESB Toolkit 2.0
We are working on a project where we need to call a proxy to a web service which is a DLL. We have no problems doing ... |
I am trying to connect to Thomson Reuters Researcher ID service using XRPC.
My questions are as follows:
1) What is XRPC?
2) What do I need to do to send the appropriate ... |
My last question about soap series :)
Now, i have xml file which must be send to the soap web service.
Do i have to attach it as file to request OR send ... |
I need to access a SOAP webservice (written in .NET with MS SQL backend, FWIW) from several different platforms, so my common denominator is native C++. Is there a portable ... |
I'm trying to build a flash widget which will grab videos stored on my server. How does one do this to allow for maximum scalability?
I want to emulate what YouTube does.
Does ... |
I am trying to get an understanding of how I can use SOAP or XML-RPC to create a remote, open API for my product.
Problem is, part of my API will require ... |
Advantage for one over the other?
|
I'm looking for SOAP libraries that implement WS-ReliableMessaging. So far I've come across Apache's Sandesha implementation for Axis. Are there any other frameworks that provide an implementation of the WS-ReliableMessaging specification?
Thanks!
... |
I am trying to use a gSoap-generated wsdl from Netbeans. The webservice requires that the UserNameToken be passed in. When I use the wsdl from SoapUI (which works), it sends this:
<wsse:Username>myname</wsse:Username>
<wsse:Password ...
|
I just wondered if there are any libraries in Java or any other language implementing SOAP over protocol that is not HTTP? I've heard that some project had implemented SOAP over ... |
If I specify a parameter in my WSDL is of type xsd:int, what is the max and min values for that parameter? It is dependant on the technology the web ... |
In a project that comes as a third-app on top of SAP to extent its functionality thru SOAP web-services, I am wondering how should be defined the web-services themselves ; should ... |
We are currently looking at the problem of creating a load balancer in front of a set of servers offering the same web service (using soap over http).
Once a client ... |
Why something like following is not allowed. I mean why the following method will not be exposed in the web service.
[WebMethod]
public static string Foo()
{
return "bar";
}
It ... |
I am using curl like this:
curl -s -F "uploaded_file=@/path_to_file;type=text/html" -F output=soap12 http://localhost/w3c-markup-validator/check >text.xml && xsltproc script/guilbep_soap_w3c.xsl text.xml
xsltproc is fast; but curl is not.
does it come from the fact that ... |
I have a SOAP web service which I call from two clients using axis2. Can the web service know from which of these two clients the call originated from? If so, ... |
I was looking at XML-RPC for a project. And correct me if I'm wrong, but it seems like XML-RPC has no XML datatype. Are you supposed to pass as a string? ... |
Is there a tool that can test WSE-Enabled SOAP Web service?
|
greetings,
i have a simple question.
I have some page that i use for SAML Authority certificate.:
http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue
the coleague of mine asked me why is this "dead link". Well, I ... |
Besides the following link, which is pro Spring, are there any other resources which show pros and cons of different Frameworks that can be used to implement SOAP in java
|
SOAP is continuing to confuse me.
In RMI, there are remote objects, which live on the remote server. You can pass them around, but this will just create stubs locally. The stubs ... |
I need some public Web Services to list and analyse them. The services should not be secured by password or some key.
|
Most of the work I do is with RESTful web services but one of our customers has a legacy SOAP interface. We're a Java shop and currently moving things to Grails ... |
Hoi,
I tried to create a soap request using the WinInet API, however adding headers with SOAP etc seems to fail. Is this a known issue or can WinInet not be used ... |
Does anyone have some good suggestions for sites, books, tutorials or other information sources on WWSAPI and its use?
I'm being dropped in the deep end on a project using it and ... |
This seems like it should be simple, but maybe I'm missing something. I just want to make a SOAP call in Java, preferrably using only built-in APIs. I'm a little overwhelmed ... |
I want a web service framework which is open source & free for commercial use, also security is a main concern too. Please suggest a web service framework for Java using ... |
When using the SOAP protocol, is it possible to cancel a pending remote function call using SOAP?
I see three different situations:
- A) Making a request to a service that takes a long ...
|
I'm trying to use Report Builder 2.0 to query a Sharepoint List using an XML data source. I explicitly list the fields I want returned because otherwise I don't ... |
I'm designing a game where players are programmed bots competing in a programming contest. The bots can be programmed in any language - Java, Ruby, Python, C#. I'm looking for some ... |
What is the difference between XML and SOAP? I've been reading some introductory articles about SOAP but I am very confused. This is the first time I am reading about SOAP ... |
I'm taking over a project and wanted to understand if this is common practice using SOAP. The process that is currently in place I have to query all the values before ... |
I was today trying to figure out on working with WebService and found many articles really gospel over the Web Service and its effectiveness in the Market share.
My Questions are:
For a ... |
I'm creating a webservice using JAX-WS's (JSR 224's) @WebService and @WebMethod annotations. Although I've found the specification, I can't find the limitations I'm running into documented anywhere.
Here's what ... |
Consider a Web Service (e.g. SOAP-based) that has an operation which accepts a bulk of data from the client. From the server's point of view it is receiving data, but from ... |
I am looking for a SOAP Library for C. I know there is gSOAP. What other options do I have?
|
The XML schema spec seems vague on how to interpret an xs:time value when no time zone is specified. (See section 3.2.8.) Is there a common consensus ... |
So I'm not a very good network person so I was hoping someone could point me in the right direction to figuring out what I am doing wrong.
I am trying to ... |
I'm fairly new to Eclipse so if this is something simple I apologize, however when I attempt to add an external JAR file to my build path (specifically the "rt.jar" file ... |
I was recently approached by my management with an interesting problem - where I am pretty sure I am telling my bosses the correct information but I really want to make ... |
I have read this question here:
http://stackoverflow.com/questions/1367798/consuming-a-php-soap-webservice-with-asp-net
So does SOAP really hold his promise of Interoperability ?
|
I was having a discussion about this with a co-worker and we couldn't come to an agreement, so I wanted to get your thoughts. I have my own opinions on ... |
I need to teach that a HTTP SOAP call may be received but the caller may not get the response due to a network failure (among other problems). (This problem made ... |
We are transfering java object representation of XML as data returned by a SOAP/WSDL webservice.
I was under the impression that since its a object being returned by the webservice, we are ... |
I'm starting to work on a project on java with eclipse IDE, and I understood that there is a plug-in that I can fallow the requests and the responds.
I've been looking ... |
Qt library provides a classes to work with SOAP in qt components. Unfortunately, it's not a part of 'core' Qt and is not well documented. Is it any tutorials ... |
I want to build simple SOAP web service. So far I've only worked with existing SOAP/Rest services. And now I'd like to create my own, simple one for starters.
For example create ... |
Can I include a MSM file and execute it within Inno-Setup? If not, how would I properly install a merge module? I am needing to install SOAP3 with my application and ... |
I need a schema that validates both soap 1.1 and 1.2
how can I do it ?
|
I've got a simple command line Java JAX-WS app to test a SOAP request, but the server is expecting the Password Type to be PasswordText and I'm stumped on how to ... |
I am looking for a tutorial, description, or something that could point me in the right direction for converting an object to an XML soap request in Cocoa. Specifically I ... |
All,
I'm getting the following error attempting to use PEAR to install SOAP
# pear install soap
Failed to download pear/soap within preferred state "stable", latest ...
|
I have been searching high and low on Google and finding very little information on using Web services with MS Access 2007. I'm sure this is possible somehow but I can't ... |
What is the best way to configure Intersystems Cache 2008.2 so that the Web Service interface could be utilized to export a table consisting of the process information?
|
I'm looking to set up a scalable server farm that serves up HTTP/SOAP requests and read/writes data from and to a (set of) database(s). Looking for the right Linux tools ... |
I'm following a document to send a request to a web service, but I'm confused about it's protocol.
It's based on HTTP, but it's not in SOAP format nor XML-RPC.
Is it ... |
I am working on a company running several internet shops. We are about completely rewrite the whole code: site content and products management, order processing, partner relations, accounting, customer base and ... |
I'm a .Net developer by trade, but have done open source development in the past for fun. I need recommendations on which open source languages work particularly better (or even better ... |
I try to talk to a load balancer (Zeus ZXTM) with python:
a = client.factory.create('StringArrayArray')
b = client.factory.create('StringArray')
b.value = ['node01:80',]
a.value = [b,]
client.service.addDrainingNodes(['my pool'], a)
But I get the following error:
suds.WebFault: Server raised ... |
I mean, true true interop: from Java to .NET, from PHP to Java, etc.
I'm asking because our powers that be want us to implement public-facing API with SOAP web services, and ... |
What are the disadvantages of using SOAP services?
|
I want to create a SOAP service with multiple port types exposed, where each port type has a separate interface. I'm trying to do this using JAX-WS 2.0.
Example:
interface A:
...
|
I'm working on a project at the moment that involves building a system in conjunction with another technical partner. The system will provide "monitoring" type functionality and operations will be long ... |
I'm using Apache Axis 1.4 to communicate with a rpc/encoded web service but my tags start with lowercase characters and the service expects capitalized tag names. Is it possible to ... |
I need my SOAP XML script to read variable from a csv file, line by line and send request to end-point for each variable.In the case below, values for "tel" are ... |
|
I m fairly new to SOAP based web services. I m looking for a good open source testing tool , that will help me automate regression testing.
I found webinject.
Was ... |
Can someone provide me any examples on deploying a report unit to JasperServer using it's SOAP Services?
Thanks in advance!
|
I have a SOAP server process that fails with "EOF" errors. Does anybody know if EOF faults are related with keep alive timeouts? If yes how? My code is in C/C++
... |
First off, I intend no hostility nor neglegence, just want to know people's thoughts. I am looking into bi-directional communication between client and server; client being a web application. ... |
Can someone provide me a working example which gets reports from jasperserver using it's SOAP API.
Actually I know how to run it to a file.... but I need to get ... |
I m new to java web services. since there are so many standards and so many things.I am unsure where to start..this is for all the professionals out there, if any ... |