Hello, I am new to .net and web services. Has anyone written a vb.net client that accesses a java based web service? Did you encounter any problems? My company...
Hello, I have the following web service ... Imports System.Web.Services Imports System Imports System.IO Imports System.Runtime.Serialization.Formatters ...
Hello, I also have a .net soap-client that needs to access a websphere soap- server. I am new to .net and web services and don't know much about the wsdl.exe...
How does one infer the operation name in document/literal mode ? In rpc mode the operation name is part of the element directly undeneath soap:Body. However,...
From the WS-I Basic Profile: 5.6.7 Wire Signatures for Operations An endpoint that supports multiple operations must unambiguously identify the operation being...
You've quoted ws-i, which forbids http binding. Thanks. Suppose, hypothetically, that one is using wsdl 1.1 which allows http binding. Then one can specify...
I am confused about whether ws-i prohibits use of soap encodingStyle everywhere, and anywhere, or just in certain places ? ws-i states: R1005 A MESSAGE MUST...
I believe the intent of the WS-I Basic Profile is to prohibit the use of SOAP encoding in all circumstances. The reasoning is simple. SOAP encoding is...
... From: Bonneau, Richard Sent: Wednesday, October 08, 2003 11:41 AM To: wsdl@yahoogroups.com Subject: WSDL.EXE generating a Sub instead of Function in VB? ...
... someone can point me to the right place. ... to create VB.NET web services from WSDL files. I have a fairly innocuous simple HelloWorld WSDL file (two...
Hi, I have several questions about Java exceptions into WSDL mapping... First of all, "5.5.5 Exceptions" says: 'name' attribute of 'wsdl:message' is the same...
Hi everybody, i'me new in this group as i am in web services... I need to create a method in a WS that returns a complex type. It should have an array of...
Hi EReanha, I know this is possible, you will need to be using apache axis for your web service to work though, I had this problem on a web services project a...
Hi I'm writing a doc/literal service. One of function take void parameter and return a integer. Should input message for such a function contain some part to...
IMO both forms produce the same soap-envelope for doc/literal service. ... From: naresh_iitd [mailto:naresh_iitd@...] Sent: Friday, October 17, 2003...
Hi Dinesh, I'm not sure about the soap message, but client proxy generator tools for .NET, AXIS etc. treats them differently. The interface generated by tools...
Hi there, I am using VB.NET to access java web services created in apache axis. In vb.net you need to add web reference to your WSDL file and instantiate an...
Hi there, I am using VB.NET to access java web services created in apache axis. In vb.net you need to add web reference to your WSDL file and instantiate an...
... The purpose of soapbuilders is for: "Builders of SOAP implementations can use this forum to discuss cross-implementation interoperability issues, spec...
Just for completeness: The WSDL.EXE tool within the .NET Framework SDK appears to be implicitly called by the VS.NET IDE when you bring in a Web Reference to...
Hello Everybody: I´m pleased to introduced you the most recently research for PHP developers... It's a code generator tool for wsdl client proxies... In...
We are running a Web Service using Axis. I am now trying to build a client using C#. I generated the proxy classes using wsdl.exe sucessfully and can post...
In the WSDL supplied I think that the "style" attribute on the soap:operation is in each case overriding the style setting on the binding, and each of those...
In the meantime I found out that the binding has DOC style, while operations have RPC style, which answers my question. However, the question is why the...
Hi everyone, I have a webservice developed for exchanging custom data types ( Geometric Types, points, lines and polygons) using GML (Geographic Markup...
I think (in both cases) the tool consuming the WSDL may not be handling/expecting the <map:java-operation> extensibility element below the wsdl:operation. Just...
You can also try just removing the map: extensibility element. It's extraneous information that VB.NET doesn't need to process. (The .NET WSDL compiler should...
You'll have to ask the author of the WSDL document that question. The style attribute on the individual operation elements overrides the style attribute on the...
Hello, I have been tasked with creating a wsdl interface to something that I am working on. Basically it adds records to a database or allows users to change...