1. soap java: read and change nodes in xml files stackoverflow.comI 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.comI 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.comI 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.comI am getting the value from web service like |
5. SOAP XML with AS3 stackoverflow.comI 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
|
7. Exchange Web Services? stackoverflow.comdoes 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.comSay 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.comThe 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.comSo, 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.comEDIT: 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.comI 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.comI 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.comI have added the library "ksoap2-android-assembly-2.4-jar-with-dependencies.jar " but i am getting below error :
|
15. SOAP href XML mapping problem - which mapping helps? stackoverflow.comI'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.comFrom a SOAP webservice, a date field is returned as the string:
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.comI 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:
|
18. Whats the best and most comprehencive SOAP library available with relation to querying not serving stackoverflow.comMy 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.comI 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.comI 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.comas the title suggests, is this possible? |
22. why soap web services stackoverflow.comwhats 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.comI'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.comI 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.comI 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.comWhat 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.coman 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.comI 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.comI'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.comAny one help me how to display the data in table view from webservice thanks |
31. Parsing Compound type XML stackoverflow.comI have a SOAP web service that returns an XML in this format
|
32. Zimbra : Cancel an instance of a meet SOAP stackoverflow.comIn 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.comI 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.comA 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.comHow does SOAP differ from XML-RPC? |
36. Java class to call a SOAP - Web service stackoverflow.comI 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.comI'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.comHow 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.comI 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.comI'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.comI'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.comWhat 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.comI'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.comusing 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.comI 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.comI am trying to get the attribute of a single node in vba, ,but cant manage it using DOM The XML looks like following:
|
47. Any news about soap handling in Java? stackoverflow.comI'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.comOnly 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.comI 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:
|
50. How to receive xml responce without curl or code stackoverflow.comI 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 ... |
51. Strange DIV shifting when returning responce from a SOAP service stackoverflow.comWorking on a site for a client, and have hit a total brick wall This is a template page I intend to use to house the response from the SOAP ... |
52. soademo - Deploy the SelectManufacturer BPEL process using Ant stackoverflow.comI 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:
|
53. OmniPCX XML Framework stackoverflow.comWe 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.comDoes SOAP 1.1 support multidimensional Arrays? |
55. XMPP Soap Box library not giving out full vcard stackoverflow.comIn 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.comI'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.comI 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.comI 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.comCurrently 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.comMy app is making heavy use of webservice calls. Lately, some of the calls got stuck. After playing around I figured out that it
|
61. How to use openSAML to extract the Reference elements from signature element? stackoverflow.comI'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.comwhich 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.comfor 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.comI 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.comI 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.comI 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.comI 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.comhi 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.comIs 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.comThe 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.comI 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.comI 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.comI 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.comwhat 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.comI 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.comI 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.comI 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.comI have a simple SOAP webservice server like this:
|
79. JAX-WS RI: Best way to implement a Method Interceptor stackoverflow.comI 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:
|
80. Re-using results from webservice stackoverflow.comI 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.comI 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.comIn 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.comSure, 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.comHere'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 |
85. soap tags using JiBX stackoverflow.comI 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.comI 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.comI need to know the IP of whoever sent me a SOAP request - I'm using |
88. Call webservice from gps device stackoverflow.comI 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.comI'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.comOk, so I am still relatively new to Java and I'm making pretty good progress. My task is this:
|
91. Alternative to SOAP? stackoverflow.comI'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.comHow 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.comI'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:
|
94. One port per SOAP service or multiple SOAP services per port? stackoverflow.comWe 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.comMy 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:
|
96. Stop back button during data pull? stackoverflow.comIs 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.comI want to know about few things required to call a web service from an html page. My query is detailed below: |
98. Problem in building war for web services stackoverflow.comWe 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.comI'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.comThis is the Code for the handler:
|