Hello, a quick question regarding the use of the transport specifier "http://schemas.xmlsoap.org/soap/jms" : Since JMS is a standard programming interface to a...
Oops, sorry, I'll answer my own question - I missed the use of the "provider" attribute, which of course is the answer to how to differentiate between...
Hi WSDL 1.1 includes a binding for SOAP 1.1 endpoints. It specifies the binding, if SOAP is used along with HTTP. If i wish to use SOAP over FTP, then i need...
Naresh Agarwal
nagarwal@...
Jul 2, 2002 2:33 pm
942
Hi WSDL 1.1 supports four transmission primitives * One-way. The endpoint receives a message. * Request-response. The endpoint receives a message, and sends a...
Dietrich, thanks for the tip off, we've added a page to our web site based on this service, http://www.capescience.com/webservices/wsdltransformer/ Thanks, ...
Wanted for an india's top 10 It companies If This vacancy does not suit your profile than please forward it to someone to whom it does These are the following...
Version 3.0 of the SOAP Toolkit has been released and is available for download from [1]! The major features in the Microsoft SOAP Toolkit 3.0 release are as ...
Hi, I'm thinking of having a hierarchical structure to the service description in my WSDL file, for example: 1. Output device 1.1 Printer 1.1.1 Laser Printer ...
Supriyo Chatterjea
supriyo_chatterjea@...
Jul 15, 2002 1:08 pm
947
Hi everybody, i'm trying to use the xrpcc tool providing by the JWSDK. There is something that i didn't get. The tool requires an xml file in parameter wich is...
Is anybody has already get this error using the XRPCC tool ? Error: [failed to localize] invalid.element(2, Configuration) What does it mean ? Thx Guillaume...
Guillaume, You must start either with a Java interface or with a WSDL file. If you start with the Java interface, xrpcc will generate the WSDL file. If you ...
Anne, thank you for your reponse... i generated the skeleton from the interface (extending java.rmi.remmote). The problem is that XRPCC doesn't generate the...
Guillaume, You also need to input a config.xml file to xrpcc. See the Java Web Services Tutorial included with JWSDK (the simple Hello World example) for more ...
Guillaume, You might want to ask questions that pertain to Sun's JAX-RPC implementation on the JAXRPC-INTEREST@... discussion list. Best regards, Anne...
Anne, i've read the tutorial but there is still something wrong... The XRPCC tool should generate an WSDL file like ProxyHelloWorld.wsdl in the helloword...
I found something strange... During the generation of the stubs ans ties, the WSDL file is created, it is filled and at the end of the process, the file is ...
It works with -keep option. I'll have a look on the alternative soon. Thanks for your usefull help. Best regards. Guillaume. ... interest&D=0&P ... line of ......
I am using Axis to create web services.Right now I'm trying to use a WSDL file to automatically set all the parameters in a Call object through these methods. ...
Hi folks does anyone know how to call a corba method from a webservice and wheather it is possible to do that way. I have a simple corba object exposiong a...
Hi All, Can a binding for a one-way operation be a soap:fault? That is the message will go as a soap:fault over the wire. For example <definitions .... > ...
According to the SOAP spec, a SOAP fault can only occur in a response message. Anne ... From: sanga_v [mailto:sanga_v@...] Sent: Friday, July 26, 2002...
Hi, WSDL has four transmission primitives (Section 2.4, WSDL 1.1 ) that an endpoint (say X) can support- * One-way. The endpoint X receives a message. *...
Where do you read that? I can't find that statement within the current spec (1.2) or existing spec (1.1). ... From: Anne Thomas Manes [mailto:anne@...] ...
My mistake. I just read through the specs and realize that it was an assumption on my part based on the fact that all examples are shown as response messages....
Hi, I am using soap toolkit and calling a method in the server from VB client. In the form, I have a combo box and on the dropdown event of that combo box I am...
I think I solved my problem. I used .NET SDK Framework to generate the proxy(using wsdl.exe ) classes agains WEBSPHERE web services. I used this proxy classes...
So coming back to my original question. what would the wsdl look like. Is the wsdl below right? especially the binding part? thanks Sanga ... as ... SOAP node....
Hi All, I'm having problem with .Net Release version. Wsdl attached here is working ok with .Net Beta versions. But now with release it's giving me error as, ...
... Thank you, James. My unintentional mixing of document/literal and RPC/encoded appears to have been the cause. The resulting error message/crash from .NET...