Hi everybody,
for a web service, depending on a XML file, there are a couple af classes in C# generated.
Depending on these classes, there is at compile time then the WSDL file generated.
Is there a possibility at runtime to simply replace the XML file and to have the WSDL file generated on the fly?
Best regards,
Valer
...
Quick note: any links in this document with a space after the "http" is just because I'm a new member, which apparently means I can't post more than one hyperlink. I don't actually have this space in my code.
I'm trying to use Acrobat javascript in Adobe Acrobat to communicate with a web service. Specifically what I'm trying to do is ...
Hi,
I'm using WebService class with WSDL.
How to list available operations in WSDL and their parameters?
There is operations property but it's empty.
...
hi..i've problem when create a wsdl client using Qt framework. wsdl file is from ejbca wsdl. my program is client for ejbca server and using wsdl to access ejbca services.but i don't know how to handle this. plz give me some suggestion to do...
...
Hi,
i need single file wsdl,
how to build single file wsdl?
Thanks.
...
Do you know of any comparison made for comparing WSDL4J WSDLReader class against the .NET solution (e.g., WSDLImporter)?
...
I've got wsdl files for a single service that I'd like to convert to a single wsdl file.
From what I've read, I believe this is possible by giving each one a separate namespace, however I'm not sure what process one would use to do this.
I'm aware there are programs that would help me do this, but I'd like a better understanding of the...
In the process of my daily work, I am trying to use the WSDL and XSD from this article:
http://www.ibm.com/developerworks/webservices/library/ws-restwsdl/
as a template from which to generate some java code. My desire is to use the generated java code to in some way validate that my (to be) hand-rolled WSDL and schema are reasonably s...
Is there any way of publishing the parameters expected by the RESTful methods in Ruby on Rails? Using SOAP, we can use WSDL, but does RoR implement WADL or WSDL 2.0 for RESTful services?
Edit: I am aware of a SOAP based solution using ActionWebService. I was refering to a RoR equivalent of https://wadl.dev.java.net/
...
I have a web service, defined(WSDL) and implemented in PHP. This one is relatively simple, important bits defined as the following:
<message name='registerAccountRequest'>
<part name='key' type='xsd:string'/> <!-- key -->
<part name='data' type='xsd:array'/> <!-- account data -->
</message>
<message name='registerAccount...
Does anybody know how I can troubleshoot web services responses?
When I get my soap message back from a web service call I get this error "The string '' is not a valid AllXsd value" as soon as it's a value type like a datetime per example.
My proxy classes are generated from wsdl's using wsdl.exe, the wsdl seems valid.
I have seen not...
With the SoapClient class on PHP5.x and working against a SOAP web service that has optional parameters in its methods, you won't have any problem if you use the non-wsdl mode.
But, at least by default, with the wsdl mode, if you don't fill all the parameters you will get an error like:
SOAP-ERROR: Encoding: object hasn't 'xxx' property...
Hi, I'm developing a SOAP web service. One of the functions is isAlive(). It has no input parameters. What's best practice for the WSDL? I tried...
<wsdl:operation name="isAlive">
<wsdl:output message="tns1:isAliveMessage"/>
</wsdl:operation>
...but got a parse error in one of my tools because of the missing input. I found a coupl...
Preface
We are providing customers with our service API.
Each customer has own subdomain (e.g. sergii.ourwebsite.com) and own WSDL URL, it looks like http://sergii.ourwebsite.com/api/bsapi.cfc?wsdl
Also, all the websites (including API, of course) using the same codebase.
Problem
Say, two applications on same CF-server. This can ...
Is there a tool to generate stubs for me, or a library to interact with a wsdl web service?
This is a generic question I know, but I'm looking for pointers of where to start.
...
How to do WSDl testing. What is Schema Validation of WSDL. Any open source tool, or anyAPI's available to achieve the same.
...
I created a "java web application" in Netbeans, added "web service clients" using three WSDL files. Netbeans created a webclient.war file. So far so good.
I created another "java web application" in netbeans and now I want to refer to all objects and generated methods that are now available in the "webclient.war" file. How do I do that...
Environment:
Python v2.6.2
suds v0.3.7
The WSDL (server) I work with, have the following schema sub-sections (I tried to write it clearly using plain text) -
[ sub-section #1 ]
searchRequest: (searchRequest){
userIdentification = (userIdentification){
username = ""
password = ""
}
itineraryArr = (i...
Hi- I have a webservice that returns a list of "Clinics" near a certain lat/long. However, in my calling web, I can't compile as an error is occuring on the following code.
private static List<Clinic> GetClinicsNearLocation(Coordinate coordinate, int searchDistance)
{
var wsDental = new ProviderLocation_Dental();
List<Clinic> c...
I've got a soap envelope that is returned from a encoded RPC PHP service that I wrote that declares a namespace in the root node of the SOAP envelope. However, I want that namespace to be in the root node of the xml payload in the SOAP body. Basically, I want this:
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/...