1. Passing params in the URL when using HTTP POST stackoverflow.comIs it allowable to pass parameters to a web page through the URL (after the question mark) when using the POST method? I know that it works (most of the ... |
2. Why Is HTTP/SOAP considered to be "thick" stackoverflow.comI've heard some opinions that the SOAP/HTTP web service call stack is "thick" or "heavyweight," but I can't really pinpoint why. Would it be considered thick because of the serialization/deserialization ... |
3. can i use http with soap? stackoverflow.comAllow me to be more specific... If I want to send files, but am required to wrap them in SOAP, wouldn't I use http? I am seeing a surprisng lack of info ... |
4. Java HTTP post for XML SOAP message stackoverflow.comHow to expose / publish services using Java HTTP post for XML SOAP message. What are all steps need to follow. I did googling but haven't found any thing about exposing / publishing ... |
5. SOAP, HTTP(S) POST. XML and Schema mess stackoverflow.comI am very confused. I have a xsd file, no wsdl and apparently i send this data through SOAP. Now looking at all i went back and notice this (using ... |
6. HTTP POST and complex structures stackoverflow.comI'm trying to send a complex HTTP POST request to a web service. The web service was created using VS2008, in which you can set VS to create HTTP POST and ... |
7. HTTP POST complex requests with .NET stackoverflow.comI have a Web Service method developed using .NET 3.5 (VS2008) which expects a few strings (username, password, subject, file type) and a binary document coded in Base64. I enabled both SOAP ... |
8. tcpmon - http and soap message stackoverflow.comFirst of all, I would like to apologize for the lack of research, this is kind of urgent. Are soap messages binded in http request/header? If yes, can I view soap messages using ... |
9. How web request executed via internet? stackoverflow.comI want to know how web request executed while requesting any information from other server. I want to know internal of this message processing means when we click any button on ... |
10. Help Conceptualizing XML HTTP POST Automation through Application Layer stackoverflow.comFor this post, I'm looking for more conceptual help than a specific technical solution (although anything helps). Basically, I've been asked to automate an XML HTTP POST through an application ... |
11. SOAP over HTTP Web Services and timeouts stackoverflow.comI have a few specific questions about web services (SOAP over HTTP):
|
12. how can I parse http post content included well formed XML and binary data? stackoverflow.comI am receiving mobile originated MMS to some web app as http post. When I receive the content it includes some raw information, a well formed XML and Binary formatted data ... |
13. Looking for a good explanation on SOAP web service stackoverflow.comSo I have to setup a webservice. Basically, we send X509 signed XML files to each through HTTP. We have their URL that we have to post to, so sending it ... |
14. Sending/Receiving SOAP Requests/Responses in C stackoverflow.comI need a toolkit to implement SOAP requests and responses in a C production application. I've looked into gSOAP (no support), Apache Axis (not fully implemented according to their site). Has ... |
15. Creating a SOAP Service with C# stackoverflow.comI am nowhere near a professional level on this topic so please forgive me when I use wrong terms. A friend and I have been trying to create a http-based SOAP client/service ... |
16. Frequent socket/connection time out in SOAP/HTTP protocol stackoverflow.comi am working in a web application project which has .NET based Web 2.0-based features in GUI(means lot of AJAX calls) and axis1 based web services at business layer to serve ... |
17. Need a crash course on web networking protocols, concepts, etc stackoverflow.comI started with "I want to learn was both ASP and ASP.NET are all about." Starting with my trusty friend Wikipedia, I was quickly led down the rabbit hole of networky-speak (concepts ... |
18. Redirecting SOAP messages via lighttpd stackoverflow.comIs it possible to confiure lighttpd to redirect any SOAP messages to another port? I am using lighttpd 1.4.19 and can't see how i can match the SOAP action contained in ... |
19. Why does a SOAP message have to be sent over HTTP? stackoverflow.comBelow is a demo SOAP request message:
|
20. HTTP SOAP\GET\POST stackoverflow.comI created my first web service 2 days ago in VS 2008 and was thinking about consuming it when I came across the following questions about web services: 1) My web service ... |
21. http module vs soap extensions : what is difference? stackoverflow.comIt seem like both of these can do the same things. Inspect & modify http messages during different stages in IIS pipeline. Are these redudant? |
22. Soap NTLM Authorization stackoverflow.comI'm trying to access a webservice that it's protected with NTLM Authorization. Usually, for a normal webservice protected with basic HTTP Auth I can authenticate using the "Authorization" header in the ... |
23. Where has http://xml.apache.org/xml-soap gone? stackoverflow.comWhere http://xml.apache.org/xml-soap gone? Thanks |
24. http get for SOAP (web services) stackoverflow.comWe have a server process that replies to HTTP POST only. The framework that I use, gsoap, provides an HTTP GET plugin. I would like to ask what is the purpose of ... |
25. Advantages and disadvantages of SOAP over Http bytes.comanswered by Frinavale The following is taken directly from the Wikipedia entry for SOAP: Advantages Using SOAP over HTTP allows for easier communication through proxies and firewalls than previous remote ... |
26. Can Sampler of Http Request implement WebService(SOAP) Request?? jmeter.512774.n5.nabble.comThis post has NOT been accepted by the mailing list yet. I planned to use the WebService(SOAP) Request, but it has limitation that Parsing XML is CPU intensive. Therefore, do not set the thread count too high,10 threads will consume 100%. Actually, I need to set a largerer number. ... |
27. Converting Webservice(SOAP) Request to an HTTP Request jmeter.512774.n5.nabble.comTo take advantage of some extra capabilities such as better SSL support, I want to convert some SOAP Requests into HTTP Requests. What do I need to do to get that to work? I copied the XML from the SOAP Request to a parameter named "body" in the HTTP Request. In the HTTP Request, I set the Method field ... |
28. FW: Web Service SOAP sampler - need HTTP keep-alive jmeter.512774.n5.nabble.com> > Hi Folks, > > I am using the Web Service SOAP request sampler. I see however that the > HTTP > layer is not using keep alive and uses HTTP 1.0 by default. I see also > that > the HTTP sampler uses the Jakarta HTTP Client which allows the > configuration > of keep-alive. Is this not also ... |
29. passing http user/pass along with SOAP request jmeter.512774.n5.nabble.com |
30. Test plan with http request to SOAP service (non-wsdl) sends multipart/form-data instead of text/xml (apparently) jmeter.512774.n5.nabble.comI have a SOAP-based web service that uses an ordinary HTTP listener, running on my localhost. The service does not have a WSDL. I have a standalone tool that uses SAAJ/SOAPConnection to test this service. That works fine. I'm now trying to test this with Jmeter. In my test plan, I added a thread group, and in that ... |
31. WebService Vs. SOAP over HTTP coderanch.comA Web service is a software system designed to support interoperable machine-to-machine interaction over a network. It has an interface described in a machine-processable format (specifically WSDL). Other systems interact with the Web service in a manner prescribed by its description using SOAP-messages, typically conveyed using HTTP with an XML serialization in conjunction with other Web-related standards. |
32. ExceptionInInitializerError soap over http post coderanch.comI am now able to write a soap message with jpeg attachments to the filesyste, and to email it. Yippie. When my code exectues connection.call if (e.getActionCommand().equalsIgnoreCase("http")) { try { SOAPConnectionFactory connectionFactory = SOAPConnectionFactory.newInstance(); SOAPConnection connection = connectionFactory.createConnection(); URLEndpoint endpoint = new URLEndpoint("http://10.10.3.138:8080/testweb/soapReciever"); connection.call(message, endpoint); } catch (UnsupportedOperationException e1) { e1.printStackTrace(); } catch (SOAPException e1) { e1.printStackTrace(); } } I recieve ... |
33. soap http tunneling coderanch.com |
34. is SOAP over HTTP unreliable? coderanch.comI guess you could call it unreliable in that it's as unreliable as the Internet is - if you're using it over the public Internet. So for most uses it's reliable enough, but if you're talking about high-QOS applications perhaps it isn't. If you're on an internal intranet, all networking tends to be more reliable... the reliability of any network is ... |
35. Problem Authenticating a HTTP SOAP requet coderanch.com |
36. Trouble parsing XML document received via http (not SOAP) coderanch.com |
37. SOAP over HTTP coderanch.comI am trying to send an envelope over HTTP. I initally had an apache implementation that looked like : SOAPHTTPConnection stc; stc = new SOAPHTTPConnection(); msg.setSOAPTransport(stc); msg.send(url, "", env); SOAPTransport st =msg.getSOAPTransport(); BufferedReader br = st.receive (); String line; while ((line = br.readLine()) != null ) { buf.append(line); } br.close(); The above code worked just fine. I changed the above implementation ... |
38. Soap over HTTP coderanch.comHi,In our application we are using Soap over JMS connectivity back end database.in JMS we are using queue connection. There are some issues with Queue Configuration.so we would like to use the soapover Htpp mode by hitting a specfic URL fot our testing purpose.Could any one clrify how we can communicate with backend using the second option. note: we are hitting ... |
39. HTTP status code from Soap message coderanch.com |
40. HTTP status code from Soap message coderanch.com |
41. Receiving SOAP HTTP Messages coderanch.com |
42. SOAP request as HTTP GET coderanch.com |
43. XML on SOAP and HTTP, basic understanding coderanch.comI am very new bie to web services, and I just have simple doubts. 1.Is SOAP Protocol designed to carry messages in the xml format ? 2.Why cant HTTP carry the XML ? SOAP is also a similar protocol to HTTP ! 3.What is WSDL doing here ? 4.How are they related ? Though the answer is, big or small i ... |
44. Why SOAP? Why not HTTP? coderanch.comServlet & JSP's are using HTTP protocol to send request and receive information. Why can't use HTTP itself for web service too, why should i have to rely on SOAP? Using web service i can transfer data from one app to other app running in two different technologies, say java app to .net app. So why can't i use HTTP in ... |
45. Is there a tutorial for SOAP 1.2 HTTP GET using JAX-WS? coderanch.comIn Section 4.1.1 SOAP HTTP GET Usage of the SOAP Version 1.2 Part 0: Primer (Second Edition), the Example 8a shows this GET request: GET /travelcompany.example.org/reservations?code=FT35ZBQ HTTP/1.1 Host: travelcompany.example.org Accept: text/html;q=0.5, application/soap+xml And it shows a corresponding SOAP response within a HTTP response. I guess this is in SOAP 1.2, but was not part of 1.1. I can issue the HTTP ... |
46. SOAP vs HTTP coderanch.comHTTP is just a transport mechanism for otherwise largely unstructured data. SOAP is an XML format that makes it much easier to add headers, meta-data and structured information, like the ones used for WS-Security and other SOAP extensions. Also, SOAP is a data format, and can exist without there being an HTTP connection. If you think SOAP introduces too much overhead, ... |
47. soap payload max size and http post coderanch.comAll, I understand soap over http mode uses http post under the covers and I read http post has a max size of 2 mb data. Does this mean the max size of a soap payload inline not considering MIME attachments is 2 mb. I am currently evaluating a scenario where in we need to bundle a lot of xml data ... |
48. SOAP Transfer and HTTP Transfer coderanch.comSir i am not able to get use of SOAP and HTTP regard to Web Services. WSDL is description of service in form of XSD. HTTP is used for communication. Does soap also use for communication purposes? at a time i can communicate with SOAP or HTTP or Both? UDDI is created by service maker where WSDL attacks and creates itself. ... |
49. Application that receive SOAP and normal http request forums.oracle.com |