soap 2 « soap « Java Enterprise Q&A





1. soap java: read and change nodes in xml files    stackoverflow.com

I have a number of pre-generated, static xml files containing soap requests. I can read them, send the request, and get back and answer from the server. I would like to ...

2. value not coming properly from web services usin soap friends    stackoverflow.com

I am getting the value from web service using soap but value are in html tag format and some special character are coming .I am not getting proper value the actual value ...

3. Free Web Application with SOAP, XML Public Web Service?    stackoverflow.com

I want to install a web application internally in my data centre environment, which has public web services that I can use to access outside data. Does anyone know of any ...

4. How to decode or replace xml cahracter like > coming from soap web service value in java    stackoverflow.com

I am getting the value from web service like ><&  etc I want to replace the character and parse the value can anybody tell how to decode all special charcter? give ...

5. SOAP XML with AS3    stackoverflow.com

I have been banging my head against a wall for the last couple of hours, and need a little advice on how to get around a ( what I think is ...

6. How can I parse this xml?    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>
    <PaymentNotification xmlns="http://apilistener.envoyservices.com">
      <payment>
        <uniqueReference>ESDEUR11039872</uniqueReference>     ...

7. Exchange Web Services?    stackoverflow.com

does Exchange Server 2007 and 2010 allows us to create Appointment, Emails, Contacts through EWS (Exchange Web Service)? I'm truing using SoapUI to test that and I keep getting

HTTP/1.1 405 ...

8. Am I using SOAP if I have a web service?    stackoverflow.com

Say I create a simple web service that adds two numbers together. I send the service two numbers, I get back an answer. If you like better, I send ...

9. When writing a new SOAP web service why would I choose to use version 1.2 over 1.1?    stackoverflow.com

The numerous technologies for writing SOAP web services allow me to create services which adhere to either SOAP 1.1 or 1.2. It's not clear to me what benefits 1.2 provides over ...





10. When to use SOAP for developing a web service    stackoverflow.com

So, I have heard a lot of strong opinions on REST vs. SOAP here and in other forums. However, it seems SOAP developers aren't very vocal about their choices and hence ...

11. Best Java Web-Services/SOAP book for the SERVER-SIDE    stackoverflow.com

EDIT: Think, what I'm specifically looking for is how to desicn JAX-RPC on the server-side. I've effectively inheritted a whole bunch of server-side Java Web Services code. Is there a good book ...

12. Manual verification of XML Signature    stackoverflow.com

I can successfully do manual reference validation (canonicalize every referenced element --> SHA1 --> Base64 --> check if it's the same of DigestValue content) but I fail with the verification of ...

13. SOAPMessage - SOAPConnection - gzip - how to    stackoverflow.com

I need to use compression when sending SOAP requests and receiving responses from the WebService. Unfortunately I didn't find any references on how to enable GZIP compression. Here is the simple ...

14. KXmlParser.require(KXmlParser.java while accessing SOAP web service in java    stackoverflow.com

I have added the library "ksoap2-android-assembly-2.4-jar-with-dependencies.jar " but i am getting below error :

Exception in thread "main" java.lang.NullPointerException at org.kxml2.io.KXmlParser.require(KXmlParser.java:1353) at org.ksoap2.SoapEnvelope.parse(SoapEnvelope.java:127) at org.ksoap2.transport.Transport.parseResponse(Transport.java:63) at org.ksoap2.transport.HttpTransportSE.call(HttpTransportSE.java:100)


    private ...

15. SOAP href XML mapping problem - which mapping helps?    stackoverflow.com

I'm implementing SOAP client to existing service of which i have WSDL file. I use axis2 - http://axis.apache.org/axis2/java/ I'm having problem with the mapping to classes: WSDL specifies just 3 possible responses:

 ...

16. XMLGregorianCalendar 2010-12-21T08:55:17E-7+01:00 E-7. What does E-7 mean    stackoverflow.com

From a SOAP webservice, a date field is returned as the string:

2010-12-21T08:55:17E-7+01:00
which .NET has problems parsing. Jax has no problems with this. What does E-7 mean. And what can I do ...





17. Which design pattern to use for handling content from distributed services?    stackoverflow.com

I have a requirement of having an admin portal which talks to distributed services for gathering the content. The solution is based on SOA. I am pondering upon following solution:

  1. Have gateway web ...

18. Whats the best and most comprehencive SOAP library available with relation to querying not serving    stackoverflow.com

My google-fu is not turning up very promising results for a SOAP library in java, mostly they are for setting up SOAP services where as I need to communicate WITH such ...

19. Are DataSets Returned from Web Services Cross Platform Interoperable?    stackoverflow.com

I am creating a web service in Visual Studio 2010. If it returns a DataSet (strongly typed), can someone from another platform access this endpoint and use the XML as needed, ...

20. How does processing a SAML assertion work?    stackoverflow.com

I need to be the service provider in a SAML solution and want to know how the processing of assertions work. I could not find the answer here. I imagine ...

21. can you access soap xml's in SQL and parse it in XQuery without the use of CLR?    stackoverflow.com

as the title suggests, is this possible?

22. why soap web services    stackoverflow.com

whats the real reason behind using soap to pass values between web-service and client application ? Why cant we use XML ? What advantages does soap give over XML?

23. Example of using Mule ESB to route web service calls    stackoverflow.com

I'm looking for an example of how to set up a very simple Mule configuration to route a SOAP web service call from a client to a service provider. Initially, ...

24. UTC or local time with zone offset for my schema?    stackoverflow.com

I am defining a schema for my web service that will be accessed from multiple countries. I am wondering which of the below 2 should be used (both are valid according ...

25. Element or attribute do not match QName production    stackoverflow.com

I have a schema that i have "flattened" using XML Editor. After i flatten it i get a validation error. What can i do to fix it? Error Message:

F ...

26. What port number does SOAP use?    stackoverflow.com

What is the default port number that the SOAP protocol works on?

27. What does the digest and signature fields correspond to in the WS-Security x509 token profile?    stackoverflow.com

an x509 cert has: a) the info, b) the public key, c) a signed value made from hashing (a)+(b), and then encrypted using the private key The x509 token profile includes the ...

28. Problem in reading and displaying XML , SOAP webservice in tableview    stackoverflow.com

I am trying to read and display an array values through web service in table view. Any one help me

29. Referencing an external schema from JAX-WS web service    stackoverflow.com

I'm currently developing a SOAP web service using JAX-WS RI. I've taken a code first approach and so the WSDL is being generated automatically. This is fine, but for one of ...

30. unable to display data in tableview from soap webservice    stackoverflow.com

Any one help me how to display the data in table view from webservice thanks

31. Parsing Compound type XML    stackoverflow.com

I have a SOAP web service that returns an XML in this format

<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  <SOAP-ENV:Body>
    <ns1:GetResponse>
      <ret SOAP-ENC:arrayType="ns2:Map[2]" xsi:type="SOAP-ENC:Array">
    ...

32. Zimbra : Cancel an instance of a meet SOAP    stackoverflow.com

In the soap-calendar.txt, there is a function to cancel a meet

CancelAppointment(DEFAULT-INVITE-ID, COMPONENT-NUMBER) NOTE: If canceling an exception, the original instance (ie the one the ...

33. How to Execute SAP RFC using SOAP?    stackoverflow.com

I have a requirement where I need to run an RFC from an ETL (Datastage) job. It can be done by executing a unix command also, of course (the Datastage server ...

34. Getting started with SOAP    stackoverflow.com

A site I developed has a new requirement to get weather data from the National Weather Service. They have quite a bit of info on how to use SOAP to get ...

35. how does SOAP differ from XML-RPC?    stackoverflow.com

How does SOAP differ from XML-RPC?

36. Java class to call a SOAP - Web service    stackoverflow.com

I have a SOAP that i need to call from Oracle and i have heard that the only way to work it out is through a Java class , Unfortunately im ...

37. Is there a way to get addresses back from Bing SOAP Search Service?    stackoverflow.com

I'm currently using Bing's SOAP Search Service in order to get points of interest around a certain location. However, the return items only have a GeoCoordinate for ...

38. JAX-WS and Joda-Time?    stackoverflow.com

How do I write a JAX-WS service so the @WebParam of my @WebMethod is a Joda-Time class like DateTime? Will @XmlTypeAdapter on a parameter work? I'm deploying to GlassFish ...

39. Why Won't Asynchronous SOAP Web Services Calls Work    stackoverflow.com

I used WSMakeStubs (in the dev tools) to generate stub code for accessing a SOAP web service. The calls I make to the object just block currently. When I try to ...

40. How to detect an I/O problem using a SOAPConnection?    stackoverflow.com

I'm using the javax.?xml.?soap for a SOAP w/Attachments API call, and I'm trying to detect when there is an underlying I/O issue and retry those, but not ones at a higher ...

41. SOAP TCP Tunnel/Monitor alternatives    stackoverflow.com

I've been using TCP Tunnel/Monitor for examining the payload data as it's passed over the network. Functionally, it's fine, but it's really ugly and I would have thought there would be ...

42. Transferring large files with web services    stackoverflow.com

What is the best way to transfer large files with web services ? Presently we are using the straight forward option to transfer the binary data by converting the binary data ...

43. Getting Method Signature Name form a SOAPMessage on JAX-WS    stackoverflow.com

I'm using JAX-WS to consume SOAP web services and I'm looking for an easy way to find the method that's being called via SOAP which generated my current SOAPMessage I believe one ...

44. EWS SOAP get ChangeKey from ID?    stackoverflow.com

using SOAP is it possible to get the ChangeKey of an item identified by Item ID ? cheers

45. Design idea suggestions: data coming from 6 different systems, write to one model    stackoverflow.com

I need to build a middle layer on Java environment to transform the data that is coming from 5-6 different systems to one model. This design should be extensible if ...

46. Read XMl Attribute VBA    stackoverflow.com

I am trying to get the attribute of a single node in vba, ,but cant manage it using DOM The XML looks like following:

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

47. Any news about soap handling in Java?    stackoverflow.com

I've worked with Axis and Saaj for a few years, then I switched to spring-ws, which I prefer because it's more xml-oriented. Then I switched all my projects to axiom due ...

48. Do you know of any free SOAP webservices (for tutorial purpose)    stackoverflow.com

Only for tutorial purpose, I would like to try to use a free SOAP web services available. Which ones come to your mind ? The business implied behind is not important/relevant: Only the ...

49. ojdbc14.jar not found while trying to run irca.bat    stackoverflow.com

I have just dived into web services and trying to configure oracle soa suite 10g on window vista. I am stuck with running the irca.bat file with the following error:

cannot find ...

50. How to receive xml responce without curl or code    stackoverflow.com

I am trying to learn SOAP and I was wondering if it was possible to view the responce of an xml message sent through a software? Preferably for Mac, without going ...

52. soademo - Deploy the SelectManufacturer BPEL process using Ant     stackoverflow.com

I am trying to work through the Oracle SOAEssential Tutorial and want to deploy the SelectManufacturer bpel project but the project does not deploy successfulluy because of the following error:

BUILD FAILED
C:\labs\SOAEssentials\SelectManufacturer\build.xml:173: ...

53. OmniPCX XML Framework    stackoverflow.com

We have omnipcx phone systems all over the company, I am wanting to write something to download the phone listing off them. Alcatel's API documents have been less than helpful. The problem ...

54. SOAP 1.1 and multidimensional Arrays    stackoverflow.com

Does SOAP 1.1 support multidimensional Arrays?

55. XMPP Soap Box library not giving out full vcard    stackoverflow.com

In soapbox library used to read XMPP stanza's sent by ejabberd server, it does not send the full vcard instead it cuts down the vcard to basic fields, I would like ...

56. How do I retrieve incident work items from BMC Remedy ARS via the SOAP interface?    stackoverflow.com

I'm using the Helpdesk_Query_Service method from the HPD_IncidentInterface web service in BMC Remedy ARS 7.5 to retrieve incident data. I can get the top-level incident data as expected, but I don't ...

57. Use the BusinessObjects repository as a datasource for a Crystal Report    stackoverflow.com

I would like to use the information contained in BusinessObjects repository as a datasource for a Crystal Reports. Unfortunately, this information isn't persisted in a simple table structure--most of the ...

58. How to hide the soap4r gem warnings    stackoverflow.com

I write the ruby code to access the magento core api, with the help of soap4r gem. When i run the code it works perfectly, but the problem is it should ...

59. XSD design issues in Java    stackoverflow.com

Currently our software is interacting with a remote web service via XML/SOAP. We're using XSDs to conveniently create the requests to be sent to the remote system. That's fine, and it's ...

60. WebClient and SOAP calls lock up in MonoTouch 4.0.0 and 4.0.1. Works in 3.2.6. Demo inside. What's causing it?    stackoverflow.com

My app is making heavy use of webservice calls. Lately, some of the calls got stuck. After playing around I figured out that it

  • happens mostly for release builds
  • happens in the Simulator ...

61. How to use openSAML to extract the Reference elements from signature element?    stackoverflow.com

I'm on an instance of the SignatureImpl class (which represents the ds:Signature element) in openSAML, and I'm not sure exactly how to pull the ds:Reference elements out of ds:SignedInfo in order ...

62. SOAP Webservice with Java - Framework?    stackoverflow.com

which is the best framwork for implementing and defining a SOAP web service with Java? Is it JAX WS? Basically, I want to send a business report (based on XML) from the ...

63. Distributed Testing of WSSE Webservice Calls    stackoverflow.com

for an application I need to do a load test for a webservice which is secured with WS Security Username/Password. We need to test for 5000 concurrent unique users which call ...

64. Removing ws-address emelement from SOAP messge    stackoverflow.com

I am using WSE 3.0 to build a client application for a java web services which does not support WS-Address.I want to remove the ws-address elements from the SOAP header ...

65. Simple java SOAP webservice - consistent poor performance    stackoverflow.com

I have a very simple webservice that is essetially an interface between a database and external callers. When calling the service methods directly during unit testing the results are processed instantly. ...

66. Call soap service web at runtime    stackoverflow.com

I wonder if it is possible to call a soap service web at runtime. Using only service's adress I want to create configuration file and use it's methods. is that possible? ...

67. Problem: BPEL Array population    stackoverflow.com

I created a BPEL process which doing some business logic(lets have fetching data from Department list). and on next activity I have to use the same fetched list. then I created one ...

68. how to call SOAP Webservice call in Flash    stackoverflow.com

hi i am a new to flash and i want to use SOAP webserive in that.my question is that what is procedure to call SOAP webservice in flash builder (MXML)? is LiveCycle Data ...

69. insertAfter function use in Java Embed Activity    stackoverflow.com

Is there any way we can use insertAfter function(given in assign activity) in Java Embed Activity.. Thanks

70. How to expose desktop application as a Secure Web Service?    stackoverflow.com

The Window desktop application provides C++ API that gives an array of customer information such as name and address. I want to expose this as SOAP Web Service with Security so ...

71. SOAP with WS-Security UsernameToken for Cocoa (Touch)    stackoverflow.com

I am looking for a library / code generator that supports the UsernameToken profile of WS-Security for using a SOAP webservice. I looked at wsdl2objc and WSClient++, but neither of them seem ...

72. Tools to document SOAP webservices?    stackoverflow.com

I have an application with several webservices that need to be documented. What tools should I look into to make this easier? Is there something like JavaDoc for webservices? Anything that will ...

73. What web service on lighttpd    stackoverflow.com

I have to do web service + web page on openwrt device. From web page I can send comunicates to program wich is running on device, so I need to build web service ...

74. what does "XMP over SOAP protocol" mean?    stackoverflow.com

what is the meaning of the following line ? "The interfaces are built using XMP over SOAP protocol" ....the interfaces referes to webservices.

75. Web Service call results in an System.Xml.XmlException: '.', hexadecimal value 0x00    stackoverflow.com

I get the following unhandled exception thrown from my web service - this isn't anything to do with my code and it only happens intermittently when calling the server asynchronously many ...

76. sftp versus SOAP call for file transfer    stackoverflow.com

I have to transfer some files to a third party. We can invent the file format, but want to keep it simple, like CSV. These won't be big files - a ...

77. Kynetx and SOAP    stackoverflow.com

I have been searching the web and Kynetx.com for any documetation or examples of how to use SOAP with KRL but have come up with nothing. Sadly the web services I ...

78. Java SOAP webservice always return null    stackoverflow.com

I have a simple SOAP webservice server like this:

public class receiver extends JAXMServlet implements ReqRespListener {

    public SOAPMessage onMessage(SOAPMessage soapm) {
        ...

79. JAX-WS RI: Best way to implement a Method Interceptor    stackoverflow.com

I want to provide my own method interceptor for my webservice invocations. Basically, this method interceptor should be called right before the real method is called... See the snippet below:

public class ...

80. Re-using results from webservice    stackoverflow.com

I am using Java and SOAP. I have two webservices. One (A), which generates some data, and one (B), which will update that data given specific parameters. My question is: How ...

81. Web Service with User-Defined Data Types    stackoverflow.com

I want to create web service with user defined data type, for example the web service method takes a parameter ArrayList of type key in which Key is user defined data ...

82. Calling a soap web service using java    stackoverflow.com

In my java program, I need to call a SOAP web service that is deployed on a remote server. Looks like there are several different approaches when explored in web. But I ...

83. SOAP in Node.js    stackoverflow.com

Sure, you're gonna tell me that SOAP is depracated and all, well i'm forced to use it. Now, i've tried with the douche module (https://github.com/marcgreenstock/douche) but it fails when I do this ...

84. JAX-WS dynamic webservice url    stackoverflow.com

Here's my requirement for a university class: I have to develop a web service that different hotels must implement. For instance they all have to implement the method boolean checkAvailability(Room r, ...

85. soap tags using JiBX    stackoverflow.com

I am a web services developer. In all of my XML requests I send to a different webservice, I need to add soap envelope, soap header, soap body tags. and in ...

86. Adquiring a SOAP trace for debugging is not woking    stackoverflow.com

I am using Docusign API to create and retrieve "envelopes" for signing. (docusign.com for more info). Basically i am having some issues trying to adquire a SOAP trace based on their ...

87. Can I get the source IP of a SOAP call done with JAX-RPC?    stackoverflow.com

I need to know the IP of whoever sent me a SOAP request - I'm using JAX-RPC and cannot seem to find how I can get the IP from it. As far ...

88. Call webservice from gps device    stackoverflow.com

I have a web service which I want to call from GPS device. I have hosted this web service on hosted server and this web service has a method called upload. ...

89. Preserve sort order of SOAP result    stackoverflow.com

I've built a SOAP service with JAX-WS, and it returns a number of sorted results, that are basically sorted in the order the customer finds aesthetically pleasing. I've got this handled ...

90. Which Java structure should I use to store XML records in?    stackoverflow.com

Ok, so I am still relatively new to Java and I'm making pretty good progress. My task is this:

  1. Build a SOAP request to initiate communicates with a web services server ...

91. Alternative to SOAP?    stackoverflow.com

I've read somewhere that there is a lightweight and simpler webservice alternative to SOAP. Now I cant find it again. In the exapmle I saw, I think it was used in Android ...

92. IIS authenticated SOAP Webservice    stackoverflow.com

How can I authenticate to a web service hosted in IIS that is secured with Integrated Windows Authentication? Do I use HTTP headers to add username and pwd? I am trying to call ...

93. Webservice-request with array    stackoverflow.com

I've got a webservice which takes a RequestDTO with 6 strings in it. When testing the webservice I simply send an XML like this and it works just fine:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"  ...

94. One port per SOAP service or multiple SOAP services per port?    stackoverflow.com

We have a legacy integration project where we need to have interoperability between applications on the same machine. These are written in different prog. languages, using different technology stacks and so ...

95. javax xml SOAPFaultException    stackoverflow.com

My application connected to Web Service. It is work Ok 2 days, but after 2 days I got this exception, I don't understand what is the error:

javax.xml.ws.soap.SOAPFaultException: Couldn't create SOAP message ...

96. Stop back button during data pull?    stackoverflow.com

Is it possible to stop the back button from working during a data call? For instance, when registering, I don't want someone to press the back button otherwise they may register ...

97. Calling a web service from an html page    stackoverflow.com

I want to know about few things required to call a web service from an html page. My query is detailed below:
I have made a web service which I use to ...

98. Problem in building war for web services    stackoverflow.com

We are involved in the development of web services and also web portal which is Java/J2EE based. Which uses tomcat6 application server. The web services are written using netbeans IDE and ...

99. Tool recommendation for generating a SOAP web service in Java    stackoverflow.com

I'm now learning JavaEE, and I'd like to know which cool tools are out there for generating a SOAP Web Service (from classes or from WSDLs). I value simplicity above everything else. ...

100. While using WebService handler, Not able to get SOAP Body in Java?    stackoverflow.com

This is the Code for the handler:

public class LoggingHandler implements SOAPHandler<SOAPMessageContext> {
// change this to redirect output if desired
private static PrintStream out = System.out;
public Set<QName> getHeaders() {
    return ...