1. Factoring web services? stackoverflow.comWhat are some guidelines for factoring of web services? On one extreme you have different procedures for every operation, and expose all types through WSDL. This seems to result ... |
2. Autocomplete Dropdown - too much data, timing out stackoverflow.comSo, I have an autocomplete dropdown with a list of townships. Initially I just had the 20 or so that we had in the database... but recently, we have noticed that ... |
3. Why exactly would I want to use a WSDL to describe a Web service? stackoverflow.comI'm having trouble understanding why a WSDL would be so beneficial, when the truth is that the service definition is not that human-readable, and most developers will use automated tools to ... |
4. Developing Web services applications from existing WSDL files stackoverflow.comI have done this on Websphere (re: title of this topic) using wsdl2java for generating wsdl to java mapping xml file. My endpoint is a generic stateless EJB. The code in EJB ... |
5. Which type of creation of web-services is your primary choice? stackoverflow.com"Bottom up" or "top down"? First I used top down but I felt to much design options that didn't have any implementation or validation. Now my approach is "bottom up" heaven when a ... |
6. Granularity of WSDL stackoverflow.comI'm looking for some pros and cons of creating one operation per wdsl against bundling operations in a single wdsl Small example below:
|
7. WSDL first for existing service layer stackoverflow.comI am working on an existing Java project with a typical services - dao setup for which only a webapplication was available. My job is to add webservices on top of ... |
8. WSDL Testing stackoverflow.comHow to do WSDl testing. What is Schema Validation of WSDL. Any open source tool, or anyAPI's available to achieve the same. |
9. WSDL Testing stackoverflow.comHas anybody worked on wsdl testing? Namely,
|
10. What is the sense define several services in single WSDL file stackoverflow.comI understand it makes sense to exposes the same functionality (interface in WSDL 1.2, portType in WSDL 1.1) under different endpoints (ports in WSDL 1.1), depending on underlying transport protocol (definined ... |
11. Declarative web-service authorisation & WSDL typing stackoverflow.comWe currently have a group of web-services exposing interfaces to a variety of different client types and roles. Background:
|
12. Abstract types in webservice definition (wsdl) stackoverflow.comI'm using the framework xFire to publish a webservice in my web application. In this service I use abstract return types in the operations like List<GlobaleType>. The operations concrete return values ... |
13. WSDL Object model stackoverflow.comI'm using the WSDL object model (WOM) along with XSOM for a project of mine. The WOM gives me a way to drill down and look at messages and the message ... |
14. How can I describe a web service in plain english? stackoverflow.comI'm looking to document a few simple web services to a (mostly) non-technical audience. The rub there is "mostly". Some are very technical, and I want the form of the ... |
15. What was the book that you found most useful when learning WSDL? stackoverflow.comI have worked with SOAP in SAAJ and JAXM, and I want to extend on that, and throw in some WSDL and UDDI. What was, for you, the most useful book or ... |
16. What will the class be for a Web Service method result? stackoverflow.comI have been given by a partner a WSDL for their Web Services. I'm not too experienced with Web Services, so I'm a bit skeptical about something with the WSDL. One ... |
17. How can I add WSDL |
18. Web Services API Versioning stackoverflow.comI offer a small Web Services API to my clients which I plan to evolve over time. So I need some sort of versioning, but I can't find any information about ... |
19. asynchronus web services, callback problem stackoverflow.comI have a asynchronous web service using axis2 which I call two different times using the same CallBack Hanlder as follows :
|
20. Expose a web service (wsdl) as a webform stackoverflow.comJust wanted to ask if anyone knows of a reliable & easy way to expose a webservice (wsdl) as a webform to end-users. Our team develops a lot of software for external ... |
21. how to call a web service (described by a wsdl) from java stackoverflow.comKnowing nothing of web services, I'm just trying to call some "isAlive" service that is described by a wsdl. |
22. WSDL - at what stage of the project would you expect delivery? stackoverflow.comI'm working on my first project using an external supplier, who will develop some web services for the company I work for. My question is - at what stage of the project ... |
23. BizTalk Send Flat File to Web Service stackoverflow.comI currently have a BizTalk 2006 (r1) application which receives XML from a SQL stored proc using the SQL adapter. It maps this to another schema before sending out to a ... |
24. Given a Wsdl file what are the steps to consume a web service over the internet stackoverflow.comI have been given a wsdl file and i need to consume a web service using this wsdl file over the internet...i need to do this in jave ...could someone tell ... |
25. How to access a webservice using .wsdl file stackoverflow.comI need to consume a Webservice written in pearl in my .net Windows Application. I have been given a .wsdl file. Please let me know how can i use that Web ... |
26. How to make sure web services are kept stable from one release to the next? stackoverflow.comThe company where I work is a software vendor with a suite of applications. There are also a number of web services, and of course they have to be kept stable ... |
27. Create on the fly web service, Dynamic web service invoker stackoverflow.comI need to create dynamic invoker of webservices based on their WSDL. any idea? thanks |
28. How to start to make dynamic invoker? stackoverflow.comI want to make dynamic web service invoker based only on the wsdl. I want to make almost same thing like this. http://www.soapclient.com/soaptest.html Any idea? |
29. How to convert WSDL file to class file stackoverflow.comI have a WSDL file. I want to convert wsdl file to web service class file. Is it possible? If yes please explain it to me in detail. |
30. what is difference between WSDL and SPML? stackoverflow.comCan somebody please tell me whether there is any difference between SPML and WSDL? Are they related to each other? I have read things saying that WSDL is generic, used for any ... |
31. "The specified type was not recognized" exception when trying to invoke a webservice call stackoverflow.comI'm trying to call a third party webservice using WSE 3.0 as a client in Visual Studio 2005. The call works fine and I can see that I get a good response ... |
32. How to Call methods I see in a wsdl file someone linked me to? stackoverflow.comI am not a Java programmer by trade. C and Fortran mostly. However, I have this one-off project someone wants done. Connect to some web-based database and retrieve some data from ... |
33. I want to include some wsdl files in a jar file stackoverflow.comI have compiled some class files and a jar file. Now i want to include some wsdl into the jar file . Can you please tell me how can amend pom.xml ... |
34. NServiceBus: Using WSDL to make types discoverable stackoverflow.comWhat is the best way for a publisher to expose a publication? I would think that it would be just 3 pieces of information:
|
35. Web service WSDL - Type Expansion and backward compatibility stackoverflow.comI have a requirement to add additonal enumeration items to a web service response and I want to know any best practices around this. I assume this is considered a non-backward ... |
36. similarites between JAVA and WSDL? stackoverflow.comCould u give me some basics similarities between java and wsdl? |
37. What's the difference between WSDL,DISCO and EVENT? stackoverflow.comAll of them are web services, but what's the difference? |
38. comparing wsdl versions stackoverflow.comIs there a way to keep track of how a wsdl to a service has evolved over time? Right now what I do is add a service reference to a dummy project ... |
39. WSDL Definition Problem stackoverflow.comWe have been given a .wsdl file (listing below) which we will be using to generate c# code for use in our app. When I load the file into xmlspy I ... |
40. Is it possible to get a WSDL 2.0 from JAX-RS annotated class? stackoverflow.comIs it possible to obtain a WSDL 2.0 from a JAX-RS annotated class? Do you know any libraries that do this? ps. Maybe I can use Apache Axis2, Apache Woden or WSDL4J? pps. ... |
41. Abstract type not valid in Exchange web services FindItem request stackoverflow.comI'm trying to use EWS to search a Task folder on Exchange 2010. I'm trying to limit the due dates of the Tasks returned, but unfortunately there's no equivalent to the ... |
42. Axapta call a web service: The result of the method is type variant RESERVED20 stackoverflow.comGood morning, I'm new to the forum and need urgent help ... I am working with Axapta 3.0 and I am calling a Web service through a COM, and I can not ... |
43. Why WSDL introduce wsdl:message? stackoverflow.comWhy WSDL introduces wsdl:message? And message parts? What the advantage they have of the direct xsd using in the operations parameters (input, output, fault)? How they (wsdl messages with wsdl message parts) ... |
44. What is a good wsdl to use for testing? stackoverflow.comIdeally it would be simple and doesn't require me to register or use tokens. Any suggestions? |
45. WSDL is missing while deploying stackoverflow.comi am using vs 2010. a wsdl is available when starting a webservice in debug mode or release mode at localhost. a wsdl is missing after publishing the service (via vs, file system ... |
46. Accessing a Webservice with Java stackoverflow.comI apologize in advance if this is a duplicate, I'v searched for hours and can't find anything. I'm attempting to connect to a SOAP-based web service that provides a WSDL ... |
47. wsdl from java code stackoverflow.comcan somebody please tell me how to generate wsdl from java code ? |
48. help me understand a wsdl document stackoverflow.comthis is my java code
and this is the porttype ... |
49. What Standard Specifies how MTOM / XOP support should be indicated in a WSDL? stackoverflow.comI'm adding MTOM attachment support into existing webservice support in a Home Grown appserver. The webservice framework follows a similar pattern to JavaEE5, annotated services & objects being automatically exposed as ... |
50. wsdl generator for java code stackoverflow.comcan someone please recommend me a good tool to generate wsdl from java code |
51. Get working with WSDL.How to? stackoverflow.comI have to implement "service bindings" in a project in my school. I just learned WSDL from w3schools.com. I came to know that "WSDL" is. I know WSDL but I didn't do ... |
52. webservice descriptor file stackoverflow.comis a webservice descriptor file used to inform the webservice container the services that it expects from it ? |
53. Where in a WSDL contract is the wsdl version number defined? stackoverflow.comI have grabbed a wsdl defintion from a live web service but cannot find which xml element or http link defines the version number of wsdl standard used. |
54. consuming web service using wsdl stackoverflow.comI have a java web service deployed on my local Tomcat server. I am able to access it through a java client from my local machine. I would like to access the ... |
55. Web Services - WSDL Push API stackoverflow.comAny help much appreciated. I am looking for suggestions for an architecture for the following scenario. I am looking to setup a server/database to store a high frequency data set. The source ... |
56. JAVA: Interrupt Thread after so much time has passed stackoverflow.comI am currently working on a project that calls me to download a WSDL file from the internet. Everything outside of my problem works great however... I use the following code:
|
57. nusoap wsdl problem when moving to new server? stackoverflow.comI am trying to move a file which calls a wsdl service with the nusoap class. On the new server i get the following error:
|
58. What is the current state of Web Service Modeling Ontology (WSMO)? stackoverflow.comIt seems that the majority of recent activity relating to WSMO was in 2008, but not much since then. Is anyone still using/working on WSMO? How about WSMO-Lite? Did ever achieve any ... |
59. Where can I find WSDL.exe? stackoverflow.comI have Visual Studio 2010 Ulitmate (with MSDN Premium), but I can't seem to find this file. I have tried installing the Visual Studio SDK but I can't seem to find the ... |
60. WSDL problem in a simple Tuscany 2 composite stackoverflow.comI am building a composite using the Tuscany 2.0-Beta2, The composite includes a single component with one service. After compiling, the contribution loads in Tuscany with no issues. I can even ... |
61. WSDL/SOAP Test With soapui stackoverflow.comI have tested my web services (wsdl/soap) with soapui. and i have the errors : http/log : error 400 BAD REQUEST. What can be the error please with my wsdl ? error/log :
|
62. Defining common message across wsdls stackoverflow.comI'm writing three different web services in three wsdls. The services all share a common type of generic error message. The three services are defined in three different namespaces but I ... |
63. Retrieving WSDL for a single operation stackoverflow.comIm a Newbie in wsdl parsing and my information about WSDL is very limited. I have a scenario in which there is a wsdl file with multiple operations and i want ... |
64. How to create java class from wsdl(soap-1.2) file with java-jdk-1.5 stackoverflow.comI tried,
That file.xml uses soap-1.2 but i have java-1.5 with axis.jar.
I got this error:
How can i solve this problem ?
Thanks ... |
65. The input Web Services Description Language (WSDL) file is not valid (SSIS) stackoverflow.comI'm facing a problem when I deploy a DTSX File to a production server. In the DTSX file I consume a WebService through the Web Service Task, The WebService asks for a ... |
66. How to create base64Binary data? stackoverflow.comWhat is base64Binary and how can I create base64Binary from a given byte array in Java? |
67. WSDL operation name stackoverflow.comI am new programming in WSDL and I have some problems that I cannot find how to solve, it does not seem hard at all, but it is driving me crazy. I ... |
68. Create wsdl from HTML source stackoverflow.comIs there any way I can create a wsdl from a html source? right now I have results coming in html format when querying a page: results are: Name|birtday|case Name2|Birthday2|Case2 and so on. all new lines ... |
69. Are WSDLs always public? stackoverflow.comI am a newbie in WebServices. I wonder if all WSDLs are public? Aren't there any WSDLs that are kept after a login process like in OWASP's WebGoat project? Thanks in advance. ... |
70. JDeveloper ABCS problem stackoverflow.comSo I have created an ABCS BPEL process in JDeveloper, it compiles without any errors. I'm trying to test it via soapUI but I am getting the following error:
|
71. Unable to link tables in crystal reports stackoverflow.comI am using wsdl file to pull data, but i am unable to link tables in the links tab. can anyone help me how to do this. or do you think ... |
72. WSDL Problem - Document could not be read at line 0 stackoverflow.comI am having an issue with a WSDL that no one else around me seems to be having. This is even stumping my instructor. When you copy and paste the body ... |
73. Best practice to define multi-dimensional arrays in wsdl stackoverflow.comI'm developing a WebService with a function which returns a database result, which means an MxN array. My question is, what's the better way to define this in wsdl:
|
74. WSDL WebService stackoverflow.comI need comunicating using java with a WebService that uses the WSDL technology. I tried some libraries but with no success, thus, I decided to do it manually. My plan is getting a ... |
75. Convert WSDL1.1 To WSDL2.0 stackoverflow.comi am asking how can we convert a WSDL1.1 File that contains some WS-SecurityPolicy to a WSDL2.0 file. I have tried to use the apache woden framework to do so using this ... |
76. FedEx 556 - No no valid services available. when there should be stackoverflow.comHi I'm trying to use the wsdl api to get shipping cost calculated for my website. I'm using opencart and this module (http://www.opencart.com/index.php?route=extension/extension/info&extension_id=2055&filter_search=fedex&sort=e.date_modified&order=DESC). On checkout I'm getting this error:
|
77. How to insert a row into the Accounts table via the Sugar API stackoverflow.comThis is code I have tried:
|
78. Why my 2 Web Service read the same WSDL stackoverflow.comI'm using WAS 6.1 and on this server i've installed 1 EAR with 2 war that contains the same web service but with different WSDL. Why both services read the same WSDL? i've ... |
79. Can we have WSDL with multiple service? If yes can I have an example stackoverflow.comCan we have WSDL with multiple service? |
80. Is this wsdl fragment illegal? stackoverflow.comI'm scratching my head. This WSDL is generated by CXF. It liked the input WSDL and schema files but SOAPUI is complaining when I try to create a test ... |
81. Finding a Stocks and Shares Web Service (LSE) stackoverflow.comI have tried on a number of occasions to obtain a web service which provides data for the London Stock Exchange (real time information is not required). Are there any free ... |
82. Exposing only part of the services in a WSDL file stackoverflow.comWe have a WSDL file that is exposing more services than our clients need (it is generated from a proprietary system). We have disabled the services that the clients don't need, ... |
83. loading WSDL from local disk jmeter.512774.n5.nabble.comI am using the SOAP Sampler and was wondering if there is some way to load the WSDL file from my local hard drive if i don't have if available via a URL?? I imagine I don't even need to use this feature to create a soap request but it does make filing out some of the fields easier.? So if ... |
84. Re: Valid wsdl not loading jmeter.512774.n5.nabble.comI'll take a look at the test plan when I get home tonight. for the mean time, I would suggest use the previous version and enter the webservice binding URL manually instead of using JMeter to parse the WSDL. peter lin On 7/5/05, Bronagh McElduff <[hidden email]> wrote: > Thanks for the prompt response. > I can submit the same SOAP ... |
85. Reg. WSDL request jmeter.512774.n5.nabble.com |
86. Valid wsdl not loading jmeter.512774.n5.nabble.comApologies, please ignore this mail. My mistake.. The night build referenced below works fine. Cheers, bronagh Bronagh McElduff wrote: > Hi, > I am having difficulty finding a working night build. I know that > they haven't been tested but was hoping that you could point me to one > that will work and has the patch I require. > ... |
87. WSDL Loading from site with authentication jmeter.512774.n5.nabble.comIt's using http form auth. I did try loading it locally using file:///wsdlfile.wsdl and it didn't seem to like that either. When I placed the file on a web server with no auth, it worked ok. So, a tangential question is: is the "file:" protocol supported? Thank you! Rob > -----Original Message----- > From: Peter Lin [mailto:[hidden email]] ... |
88. WSDL Loading Revisted (not processing WSDL correctly?) jmeter.512774.n5.nabble.comI've been fighting with the Web Services testing all day using jMeter 2.1.1. I've pretty much determined that jMeter is not processing the WSDL properly. The WSDL is valid and in use in other applications. When I plug in the URL for the WSDL and click "load WSDL", and then pick a method and ... |
89. WSDL PROBLEM jmeter.512774.n5.nabble.com |
90. WSDL Question jmeter.512774.n5.nabble.comI am using jmeter2.2. The sampler "Web Service (SOAP) Request" window provides the ability to add a WSDL file but only from a URL. Does anyone know how I can load a WSDL file from one of the directories in my PC? What should be the extension of this WSDL file? Any help you can provide will ... |
91. very very urgent... WSDL Problem coderanch.comFriends.. I am right now doing the production deployment for my application using WSDL. I am getting weird error. I will be very much thankful to you for your help. I am using jwsdp-1.2 i am trying to generate WSDL by executing: java org.apache.axis.wsdl.Java2WSDL -o watermark.wsdl -l "http://geo.corp.apple.com:8080/axis/services/AmazeMarking" -n "urn:AmazeMark" -p "com.jnu.ist.amazemarking" "urn:AmazeMark" com.jnu.ist.Amazemarking.AmazeMarking but i am getting the following error: ... |
92. WSDL and WebServices coderanch.comWell, if a web service doesn't have a published WSDL document, how would anyone know how to use it? The WSDL doesn't have to be a physical file, however. Many platforms have such a feature that generates the WSDL document on-the-fly for a web service when invoked with a simple HTTP GET request having "?wsdl" appended to the URL. |
93. Learning WSDL coderanch.com |
94. WSDL coderanch.comWhen I tried the first method I got the error , so that means it is reading the file? Fatal Error: URI=file:///C:/Downloads/foobar.wsdl Line=1:XML declaration may only begin entities. Well, my document starts like this. - |
95. getting the wsdl for a found service coderanch.com |
96. wsdl problem coderanch.com |
97. WSDL file coderanch.com |
98. creating the wsdl + Pleeezz help coderanch.comOriginally posted by kishani liyanage: hi i used the ibm test registry along with the uddi4j API. i want to know how i could create a wsdl file for the services published in the ibm test registry so that i could get the web service. ps: im using axis to deploy web services |
99. WSDL Introspection coderanch.com |
100. Modifying WSDL and using wscompile ang model.gz coderanch.comOk, my problem is I want to generate a wsdl file with wscompile (having previusly the service interface...) After modyfing it and after that generating the model.gz. By now I didnt try to modify the wsdl, just to use the "wscompile" in tho steps instead of once, that is I first generate the wsdl and after that generate the model.gz, But ... |