soap 3 « soap « Java Enterprise Q&A





1. What is SOAP now an acronym for?    stackoverflow.com

SOAP was once an acronym for 'Simple Object Access Protocol', but I believe this changed when SOAP became a standard. Wikipedia doesn't state what it now stands for. What is it now an ...

2. Access Functions and Procedures in Oracle Database with SOAP?    stackoverflow.com

I'm new to this part! and I want to understand the best approach for real enterprise applications! let's say we have Oracle 11g R2 installed on a server and there is functions ...

3. how can connect the soap webservices in symbian mobile using j2me    stackoverflow.com

I'm new in symbian mobile applications. I'm developing webservices related application in this webservices using .net webservices (ksoap). How can connect webservices in j2me midlet application in symbian mobile. Please forward some ...

4. How to implement the Active Requestor Profile from WS-Federation    stackoverflow.com

I'm working on a project that requires the sharing of identity and attributes between many security realms. The protected resources will be implemented as SOAP-based web services, so the most obvious ...

5. using Nhibernate lazy proxys with a webservice    stackoverflow.com

Recently i had some performance problems in a SOAP webservice I wrote a while ago. I noticed I had a lot of queries going on and my hbm.xml mappings where full ...

6. whats all about escaping characters in xml?    stackoverflow.com

When should we replace < > & " ' in XML to characters like &lt etc....My understanding is that its just to make sure that if the content part of ZML ...

7. What is the best FREE orb for java    stackoverflow.com

I'm thinking about to use CORBA to make some interoperable applications with each other. In sometime, there will be much request (Ex: 10,000 req/trasaction) then I've discards using SOAP. I've seen ICE from ...

8. Getting started with SOAP in Java    stackoverflow.com

I wanted to get started with learning how SOAP works. To do this, i am planning on writing a simple client and server, where a client sends SOAP messages to server,which ...

9. SOAP1.1 vs SOAP1.2    stackoverflow.com

I have a server using jax-rpc framework hence uses SOAP1.1 encoding. I got a new client(third party) which is supposed to emit only SOAP1.2 encoded message. I would like to know ...





10. Microsoft Access 2010 Link Data Service to SOAP web service    stackoverflow.com

I have been tasked with calling a web service from Microsoft Access 2010 when a row is inserted into a table. As far as I can work out, with Access 2010 you ...

11. How to find out where the SOAP endpoint is    stackoverflow.com

The previous app dev team added code to send details about a new user via SOAP to another database. I have to add a tel number to the list of details. ...

12. Web service showing the status of Jabber (XMPP) user    stackoverflow.com

Do you know any free web service which returns the status of given JID? I preffer JSONP, but it may be in any format.

13. Calling SOAP Web Service from Java    stackoverflow.com

What is the best way to call a soap based web service and map the results to a Java objects? The only thing I have is a wsdl url. ...

14. Are SwA and MIME packaging same thing    stackoverflow.com

Reading Soap with attachment(SwA) specification at link gives an impression that SwA is nothing but using MIME packaging with mime content type :multipart related". Is that all about SwA ...

15. Set the reference from a report to its Data Source using SOAP?    stackoverflow.com

I am writing a script for RS.EXE tool to deploy reports onto a server running Microsoft SQL Reporting Services 2008 R2. Using the Mgmt2010 SOAP endpoint, I am able ...

16. How to set a timeout to a SOAP call    stackoverflow.com

I need to set a timeout to a SOAP call using javax.xml.soap over HTTPS However I don't know how to do that, there must be a trick to do it but I ...





17. How to produce XSD for a SOAP Webservice    stackoverflow.com

I have written webservices clients for many webservices over the years and almost all the time I am given an XSD in addition to the WSDL and I use this ...

18. @XmlAttribute appears as @XmlElement    stackoverflow.com

on my webservice i define a variable as @XmlAttribute

@XmlAttribute
protected String domain;
but when I make a querry via SoapUi it appears as XmlElement
<ns:domain>domain</ns:domain>
I can't find any mistake in my code.. can someone ...

19. Can't get the text from a node in XML    stackoverflow.com

This is probably a simple question but using xmlhttp, how do I get the text of the token node in this XML? There has to be a better way than this:

XML.FirstChild.NextSibling.FirstChild.FirstChild.FirstChild.FirstChild.NextSibling.Text
<soap:Envelope ...

20. pbm de balise < et > dans flux xml soap    stackoverflow.com

Bonjour, j'ai un soucis lors des appels à mes webservices depuis mon application xcode. En fait je suis obligé de mettre @gt; à la place de > lorsque j'appel mes webservices bien ...

21. Read timeout on a web service, but the operation still completes?    stackoverflow.com

I have a Java web service client running on Linux (using Axis 1.4) that invokes a series of web services operations performed against a Windows server. There are times that some ...

22. how to get XML element ()    stackoverflow.com

<?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
      <soap:Body>
        <TimNhanh_Text_ListNews_OfflineResponse xmlns="http://tempuri.org/">
       ...

23. Integrating the Play Framework with existing J2EE applications    stackoverflow.com

Is it possible to integrate the play framework into an existing J2EE project? I have a J2EE project that serves up SOAP/XML based web services. I am unable to find anything ...

24. Best way to write JUnit tests for SOAP service    stackoverflow.com

What are the best Junit tests for soap services. Would connecting to the web service fall under a unit test or an integration test? I need to pick useful unit tests and ...

25. Explanation of the SOAP example using libcurl    stackoverflow.com

I am new to libcurl and SOAP requests. While researching for examples, i came across one example on the net, the code is below:

#include <stdio.h>
#include <string.h>
#include <curl/curl.h>


int main(void)
{
    ...

26. In a JAX-WS web service, how do I force a socket close after each Soap call is returned?    stackoverflow.com

I am using com.sun.httpserver.HttpServer and javax.xml.ws.Endpoint to publish a JAX-WS web service, which was generated by running wsimport on an existing WSDL and implementing the genereated service interface. All this ...

27. What is the best way to secure SOAP web service on an internal private network    stackoverflow.com

Today's there is more and more web services developed for internal use to connect applications together. We do not have an ESB to control and secure this web services so I ...

28. web services and custom soap handlers    stackoverflow.com

I want to know if we can we publish web services just with the help of wsdd file? I have a custom made wsdd file and if i deploy it in ...

29. Java WebService Type Basic Difference    stackoverflow.com

I am new to Java.....I know that there are two types of web service....1. SOAP Webservice and 2. RESTful Webservice. can any one please tell me what is the basic difference between ...

30. Is storing sensitive info via SFTP any less secure than via SOAP?    stackoverflow.com

Is a file transferred via SFTP any less secure than the same data transferred via SOAP into a database?

31. How to define a global JAX-WS MessageHandler that intercepts all services in a transparent way?    stackoverflow.com

We have a set of web services implemented in JAX-WS and a SOAPHandler that adds control attributes in the SOAP headers. Today, we need to add the @HandlerChain annotation in every new ...

32. Java web service to transfer file to Local system    stackoverflow.com

I want to create a web service in java with two methods 1) to transfer a file from the internet to a local file server by returning local URL 2) to retrieve ...

33. Better understand Read Timeout During SOAP Request/Response    stackoverflow.com

I would like someone to clarify something for me: There are two kinds of timeouts that exist during SOAP requests/responses: 1- Connection Timeout 2- Read Timeout This applies at least to Axis1/Axis2, which I'm currently ...

34. What is WS-Addressing good for?    stackoverflow.com

I am just getting started with SOAP web services and stumbled across WS-Addressing. I have read the Wikipedia page, but I'm having a hard time understanding just what the point ...

35. Regression testing of SOAP services    stackoverflow.com

I have a SOAP service that takes in a customerId and returns offers for that customer. The response can contain multiple offers and is not always returned in the same order. An example ...

36. Exchange Web Services, Create All Day Appt in another Time Zone    stackoverflow.com

Exchange and Time Zones are going to be the death of me. My Exchange Server is located in EST (UTC -5). Version of Exchange is 2007 SP1. User is located in Paris ...

37. NetSuite - Get the internalId via SOAP/WS for department, category, currency    stackoverflow.com

please tell me that there is a way to get the internal ID of a department, expense category or currency if I do not have the internalID via a webservice?

38. Hosting DSML SOAP Endpoint    stackoverflow.com

I have an OpenDS directory service (LDAP) and OpenDS' DSML Gateway installed. I'm able to successfully connect to my DSML gateway via JXplorer (so I know it's up). Now ...

39. Passing ArrayList in Web Service Call in Java    stackoverflow.com

I have an ArrayList containing 10 values.

ArrayList<String> a=new ArrayList<String>();
a.add("a1");
a.add("a2");
a.add("a3");
I am invoking WebService to pass this ArrayList as an input parameter.. However when I created a dummy client and tested for the ...

40. Calling web service using Java    stackoverflow.com

I am trying to call a web service that is defined inside a server by using Java and I have the WSDL of the web service. I used Web Service Client ...

41. How to parse soap xml    stackoverflow.com

I am able to parse normal XML using Java but I'm not able to parse SOAP XML. My SOAP XML is as follows:

<?xml version="1.0"?>
    <soap:Envelope
    xmlns:soap="http://www.w3.org/2001/12/soap-envelope"
 ...

42. Web Service ‘mandatory/optional’ fields: XSD Design time vs Runtime    stackoverflow.com

We are currently building a pile of SOAP Web Service to front the access of various backend systems. While defining our Request/Response message XML, we see multiple services needing the ‘Account’ ...

43. Creating SOAP webservices    stackoverflow.com

i want to create SOAP web service that have CRUD operation on it with the use of JAX?WS. Any body give me some insights/examples.

44. Number of persistent HTTPUrlConnections for a request/response pair    stackoverflow.com

I have an application that is using the HTTPUrlConnection to POST soap envelopes to a server and read the response in. We are having some problems, mostly likely to do ...

45. Chaining SOAP calls    jmeter.512774.n5.nabble.com

hi In orderto simulate realistically how a client uses web services, I need to chain SOAP calls together. For example the output of 1 soap call might be a series of keys that need minor processing and then fed into SOAP call 2 with in a different data (XML) structure. I am not sure this can be accomplished with basic regex ...

46. LEARNING - Differences between WebService(SOAP) & SOAP/XML-RPC    jmeter.512774.n5.nabble.com

I've been reading about the two SOAP services (WebService(SOAP) Request and SOAP/XML-RPC Request) but I'm still not sure I understand them both. In my previous posts, I was under a crunch to get some tests going using this but now that I have the time, I would like to discuss these two options more in depth to further understand them. From ...

47. Question about the SOAP Web Services Sampler    jmeter.512774.n5.nabble.com

48. Question on configuring SOAP xml data    jmeter.512774.n5.nabble.com

Hi, I need a help. I have to send a SOAP request wherein, I will encode some string before it is send to the server. Also I have to use some user defined variables in tha SOAP xml? How can I do that. Your help will be most appreciated.. Thanks a lot.. Regards, Sivakumar V Disclaimer: This message and any attachment(s) ...

49. RE: Substitution in SOAP    jmeter.512774.n5.nabble.com

50. SOAP data repeated across different Webservice samplers    jmeter.512774.n5.nabble.com

Sounds like a bug. Please can you raise a Bugzilla issue, and attach a test-case etc? Thanks. On 14/02/06, Ivan Rancati <[hidden email]> wrote: > I have a very simple test plan for a Web Service, which looks like this > > Thread group (1 loop - 1 thread) > User defined variables (http server name and port) ...

51. SOAP - javax/mail/MessagingException    jmeter.512774.n5.nabble.com

> How do I open several jmx files together ? > > I went for modularizing my test plans by saving individual test > elements. Thus, there is a jmx file containing a test plan with only > server defaults and auth and cookie managers and timers, in addition to > a set of jmx files each containing only a single ...

52. SOAP / XML-RPC    jmeter.512774.n5.nabble.com

> Do you need the HTTP request? I'm sending XML-RPC over HTTP, and I only use the SOAP/XML-RPC request. > > > -----Original Message----- > From: Peter Jasovsky [mailto:[hidden email]] > Sent: 02 December 2005 10:33 > To: [hidden email] > Subject: SOAP / XML-RPC > > > Hi everybody, > > I'm using JMeter 2.1.1 and I'm trying to ...

53. Timeout problem with SOAP testing    jmeter.512774.n5.nabble.com

Benjamin Novack Reply | Threaded Open this post in threaded view | Report Content as Inappropriate Timeout problem with SOAP testing Hi, I'm currently using JMeter to benchmark some web services (eg, SOAP requests) that go through a broker for various numbers of simultaneous users. Due to what appears to be a bug ...

54. Twin problems with a SOAP load test    jmeter.512774.n5.nabble.com

Hi list. Just when I thought I was getting to grips with JMeter, a client threw me a curveball :o( I'm trying to load test a third-party SOAP web service to confirm it can cope that the traffic we're going to be putting down it. I have, from one of the developers, a precise XML conversion with three samples -- and ...

55. Variables in SOAP sampler XML input files    jmeter.512774.n5.nabble.com

Hi Folks, I am pretty new to JMeter and suddenly find myself at sea with a particularly teeth-grinding, nut-twisting problem... I am reading values from a csv file to populate script variables then firing off SOAP requests with these variables used in the XML body. This works fine when the XML is embedded into the SOAP sampler, the variable values being ...

56. webservice(soap) sampler    jmeter.512774.n5.nabble.com

I'm using the webservice (soap) request sampler to hit a .net based web service. From my windows machine everything works fine, but from my centos machine I'm getting this error: 2008/09/09 03:45:02 WARN - jmeter.protocol.http.sampler.WebServiceSampler: [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: java.net.ConnectException: Connection timed out; targetException=java.lang.IllegalArgumentException: Error opening socket: java.net.ConnectException: Connection timed out] If I swap ...

57. Processing UDP (Radius) and (TCP) SOAP packets    coderanch.com

Hi All I'd like to create 2 server process within one JVM to do the following: 1. A UDP application process, that receives Radius protocol (UDP application) requests and sends a response. I am thinking about using Datagram Socket class for this. 2. A SOAP process that receives SOAP/HTTP requests and sends a response back. Are there classes availabe in J2SE ...

58. CORBA vs. SOAP    coderanch.com

I started to do some basic applications in CORBA when I've heard about SOAP. People were telling me that is much faster and easier, so I am wondering what is main difference between these two and is the SOAP much faster. Right now I do some Perl applications and SOAP example doesn't look so complicated. So I was thinking about connection ...

59. SOAP    coderanch.com

60. what is SOAP    coderanch.com

I think the best explanation is that SOAP is XML on steriods. What I mean by that, is that is used for Interop between operating systems and programming Languages. In a SOAP file is not only the data, but also information about the complete object, like methods and such. It is used in conjunction with a WSDL file, which has the ...

61. Replacing RMI with SOAP    coderanch.com

62. CORBA and SOAP    coderanch.com

63. Which one CORBA, SOAP or ...?    coderanch.com

Experienced ranchers please share your wisdom. Which would be the best solution, CORBA or SOAP (or another sexy beast), based on your experience. Problem: - A Tomcat based remote web application is running on a shared web hosting site at the ISP, on machine REMOTE_BOX. - The company's customer database (Intuit Quickbooks) is running on a closely held machine in the ...

64. diffrence between SOAP and RMI    coderanch.com

RMI is well named - Remote Method Invocation. It allows Java-to-Java remote method calls. A nice thing for sure. SOAP is badly named. It is not simple, not object oriented, not an access method and arguably not a protocol. But it is highly interoperable. You can provide SOAP services or call SOAP services using just about any language, OS, platform, etc. ...

65. Urgent SOAP and DIME question    coderanch.com

Hi, I have a small urgent question. I want to communicate with a .NET Webservice using Java together with JAXM and DIME (so no RPC call). The reason is that I need to upload a big file to this webservice. I now we use nowadays MTOM but the client doesn't want to use this yet. If someone could provide me with ...

66. Comparing CORBA, RMI, SOAP    coderanch.com

how do you want to compare and contrast them? Corba is a lot like RMI, but is designed to be cross language and cross platform. Since I tend to use Java, I dislike all the extra "stuff" that Corba brings. But if you want to do C++ to Java from an Intel PC to a Itanium Server, Corba is your solution. ...

67. Apache Soap    coderanch.com

Just start getting into the details of it, and found 1. It does not mention any support to UDDI 2. Also in the section of Interoperability with Other SOAP Implementations in the User Guide, it has following comment Apache SOAP is not WSDL aware and is unlikely to become so. Does this hinder Apache Soap to be a viable Web Service ...

68. SOAP messaging    coderanch.com

69. SOAP testing tool    coderanch.com

70. From where to download SOAP    coderanch.com

71. SOAP doubts    coderanch.com

72. SOAP Engine    coderanch.com

Hi, I'm trying to incorporate some caching logic into the Apache SOAP Engine. That is, I am trying to modify RPCRouterServlet.java, RPCJavaProvider.java and RPCRouter.java to enable caching of frequest responses of the servlet. This is the scenario that I guess happens 1. RPCRouterServlet receives the request from the client. (doGet(..) method is called) 2. RPCRouterServlet will make RPCJavaProvider as the 'provider' ...

73. What is SOAP ?    coderanch.com

74. Must Have SOAP Books    coderanch.com

75. Soap and webservices    coderanch.com

76. SOAP realtime use    coderanch.com

Hello All I am new to SOAP and going through some tutorials in w3schools. I am not able to visulize the exact use of SOAP.If the SOAP message is simple ordinary XML document then we can as well receive an XML document and send backthe responce through HTTP request and responce protocol. Can somebody help me in what kind of applications ...

77. How to run soap examples    coderanch.com

78. 'O' in SOAP    coderanch.com

From Understanding SOAP published in MSDN: It seems like just yesterday SOAP wasn't more than a cleaning product. Now most developers can't hear the word without seeing angle brackets. SOAP originally stood for "Simple Object Access Protocol". If you had asked anyone what SOAP meant several years ago, they would have probably said something like "it's for making DCOM and Corba ...

79. SOAP Document Style    coderanch.com

Hi all, I'm back after a while out of the webservices world... and I've got questions again and again..... To exchange xml requests with Axis, would you consider using SOAP DOC/LIT or SOAP with SAAJ (I mean the XML doc as an attached file) What are the differences (performance, industry-standard, etc..) Thanks for your hints

80. package javax.xml.soap does not exist    coderanch.com

I am using J2SDK 1.4.1_05 and JWSDP 1.3. I have added the appropriate paths to my system variables, I think. All I have is an import statement that says import javax.xml.soap.*; , but when I compile I get the message package javax.xml.soap does not exist. I don't know what else to do. Do I need J2EE instead of J2SE? If someone ...

81. simple SOAP Request/Response    coderanch.com

Hi all, actionR and locationR are form parameters in the same jsp page. Somehow I always get exception. It is so simple, what might be the problem? I just want to get the acknowledgement and show success message on the jsp page. boolean successful = false; String dateR, actionR, locationR; dateR = request.getParameter("date"); actionR = request.getParameter("actionR"); locationR = request.getParameter("locationR"); if (dateR==null) ...

82. One call vs Many for SOAP    coderanch.com

I am rewriting a Delphi soap server, which an existing Java application makes calls to. The Java application calls the SOAP server 5 times to get information, and the SOAP server goes to a Sybase database to get the results. The results are parsed into XML and returned in 5 separate return trips (obviously). Now, is more ideal to reduce the ...

84. About SOAP    coderanch.com

85. soap testing    coderanch.com

86. Java call SOAP???    coderanch.com

Time to clean out that classpath too, lots of double entries which might at some point come to bite you as/if/when they become out of sync! C:\>echo %classpath% .;D:\web\j2e\lib\dt.jar;D:\web\j2e\lib\tools.jar;D:\web\j2e\bin;D:\web\j2e\lib\classes12.zip;D:\web\j2e\lib\servlet.zip;D:\web\jakarta-tomcat\common\lib\;F:\Program Files\RUPBuilder;F:\Program Files\common\java\swingall.jar;F:\Program Files\common\java\javahelp\jh.jar;D:\web\j2e\lib\soap\soap.jar; is the most you need. I suspect you can get rid of more... swingall.jar, dt.jar and tools.jar shouldn't be needed for example if you're using a modern environment (1.2 ...

87. How to display a xml in browser after inoke soap?    coderanch.com

public class viewXML extends HttpServlet { public void service(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { response.setContentType("text/html"); //play with the response to work in all browsers PrintWriter out = response.getWriter(); //prepare the DOM document by reading your list from SOAP response Document Dom = .. // Convert DOM to String // see XMLWiki of javaranch for example on converting dom to ...

89. Asynchronous SOAP    coderanch.com

I am starting a new project which involves subscribing to a service at our clients server. The access is gained through SOAP over HTTP/S. In their documentation they say we can subscribe to a particular service and they will send asynchronous responses. The way they achieve this is for us to give them an address and port number in the subscription, ...

90. SLSB as Web Service with SOAP?    coderanch.com

Ray Lai, Can you describe how to configure a stateless session bean as a web service endpoint that canprocess SOAP messages? Around this question I am wondering: can the SOAP message be carried in an RPC call? I think a SOAP message would have the advantage of supporting attachments that JAF can marshall, whereas the plane JAX-RPC would not. If so, ...

91. Reliable on SOAP.    coderanch.com

92. SOAP and Applets    coderanch.com

93. SOAP    coderanch.com

94. SOAP intermediaries    coderanch.com

A typical example would be a message gateway on the edge of a company's network where all integrated business partners send their SOAP requests to. This message gateway then processes incoming SOAP requests by proxying them forward according to what the SOAP headers say. The benefit is a more loose coupling between the service and clients, and that certain operations such ...

95. SOAP faults    coderanch.com

I believe a SOAPFault envelope can be sent with headers included, but I don't think I've ever actually seen that happen. The reason why the fault message is only sent to the immediate sender is that 1) the ultimate receiver may not have any means to send the message to anyone else but the immediate sender (with which it has a ...

96. SOAP over FTP    coderanch.com

I am new to this discussion group. Currently, our application is using SOAP over HTTP to retreive documents(PDF, TIF, XLS) in the form of attachments. Everything seems to be working fine untill we run into issues with the size of the data being pulled by the Client. If the size exceeds a certain limit, they run out of memory to load ...

97. SOAP Format    coderanch.com

98. Parsing XML to make SOAP call    coderanch.com

Hi, Just an update on this -- I basically used alternate approaches to create the soap message: 1. Parse the read XML message node by node and create an envelope, header, body and action elements incrementally 2. Use SOAP::Lite APIs (I did not try this, but I theorize that this will circumvent the problem) - I basically used some other perl ...

99. Regarding SOAP Proftocol    coderanch.com

100. SOAP over FTP or SMTP    coderanch.com