We absolutely intend to, but haven't gotten around to it yet. If you're willing to help build it that'll be most welcome. Sanjiva. ... From: "jstlktht77"...
Hi all, I am new to developing SOAP package. My task is given a Romote Server URL: http://ABCD.org , I will click on a button in my ASP.NET Form (or invoke my...
Hi Kevin Zhang, Steps to Call Web method in VB.net 1. Add a web reference to the web service, this will automatically created proxy class for u. 2. Create a...
Hello, We have observed that various soap processors behave differently in regard to the whitespaces within soap envelope which has caused some interoperation...
saikat.saha@...
Feb 13, 2004 11:56 pm
9762
Saikat, whitespace in SOAP Body is considered significant by SOAP and therefore can only be changed by the actual application. I think the issue here is more...
Saikat, whitespace in SOAP Body is considered significant by SOAP and therefore can only be changed by the actual application. I think the issue here is more...
Hi, I was wondering if someone could help me with this question. I have been trying to find information on how to use web services that pass a set of data as a...
... There is a representation of ADO.net's ResultSet object, but I think only the .NET systems will handle it. Best to come up with your own datatypes/XML...
Has anyone prototyped or designed protocols for having two apps talk SOAP over stdio streams? I have a need to glue together two forked apps, and dont want to...
I get this error message when run the MSSoapSamples : Client (0x80020009) WSDLReader:The current version of the Soap toolkit needs english language support...
I am not very technical and apologies for asking a question that may be obvious to many. Our organization is creating a 'member access' web site but we still...
Srini, Thanks, I got my work done. I am new to SOAP and .NET. I don't even know VB.NET syntax. I didn't go for proxy, which I have no idea about it. I used...
Hello Dears I Have to design a Client/Server application with Apache Axis 1.1. The Client side must use a web service method (for example signIn(String ...
Hi, I will have to do the same thing, but I have not started yet. I was thinking about handlers. They have acces to a MessageContext object, which contains...
WS Transaction Feedback Workshop Due to a previously unforeseen clash with a F2F meeting at one of the transactions working groups at OASIS, many people who...
Hi All, I need to unwrapp SOAP envelope coming from various technology clients as Axis, Apache SOAP, Sun SOAP, DotNet ... I'm using the Sun Implementation from...
... Seems to be SOAP 1.1, not SOAP 1.2, which is okay. ... Perhaps you need to learn more about XML namespaces. /r$ -- Rich Salz, Chief Security Architect ...
Hello guys I am doing some perfomance analysis of soap attachments . Does anyone have any links or ideas where I can find some comparable studies or any kind...
There may be a bug with the SoapElementAttribute attribute. The overview of this class in MSDN indicates that a namespace property can be set: "If the...
Hi Jason: ... Soapbuilders is a group about SOAP interoperability issues, not about specific technology platforms. We do sometimes get into discussions about ...
Glen Daniels
glen@...
Feb 25, 2004 3:33 pm
9780
Hi , I got the above mentioned erros while using xjc to create classes for particular schema. The schema is perfectly valid and does not have any errors. ...
I've created a .NET webservice that I'd like to access from VB6 clients. I've implemented a solution using Microsoft's SOAP Toolkit. Unfortunately, it is...
Hi, I'm developing some web services to let our iSeries (AS/400) communicate with our Head Office Mainframe (I'm working in a bank). We MUST use low level...
Sorry, I though this list was for advanced soap enthusiasts, and though my question was specific I was of the opinion that programmers experienced with looking...
Well, I resolved it myself. My solution is to use MSXML and instantiate an XMLHTTP object. It's not as simple as implementing SOAP with the toolkit, but I...
... So lets see if I am getting this right. You want to simplify your distribution process, so you want to write a complete SOAP client that you can include...