You can also try Systinet Server for C++ , which is free for development and test. For list of features see [1] Tomas Bahnik [1]...
Tomas Bahnik
tomas.bahnik@...
Jan 2, 2006 9:19 am
10549
Software Development Engineer in Test @ Microsoft http://www.testing-post.com/testing/viewtopic.php?t=934 for other jobs visit http://www.testing-post.com ...
Hi, I have developed a set of webservices that I want to conform with the WS-I Basic Profile 1.1. After running the WS-I Analyzer tool, I have the same (1)...
Annette, Please post your WSDL. -Bhuvan ... From: "askaarus" <askaarus@...> To: <soapbuilders@yahoogroups.com> Sent: Tuesday, January 03, 2006 5:01 PM ...
Hi, I have attached the wsdl-file (Text.wsdl) as we have not published the new code yet. In addition, I have attached the tracelog-file from the Monitor...
[Sorry if this message gets duplicated]Annette,I sort of recall seeing an issue like this in .NET / BP 1.x if you have multiple methods that take an argument...
Hi again, If you have any problems with my attachments, I have also published the wsdl here: http://www.geocities.com/askaarus/Text.wsdl.xml Let me know if you...
Hi Eric, Thanks for the tip, I will look into it. I believe we have one Webservice where two webmethods have the same name, but this does not apply for the...
Get Free Web Hosting Guide, Hi Everyone, All that you need to know about web hosting. Just go through this comprehensive Guide and explore your share of web...
Hi, I posted a question here yesterday regarding inconformance to WS-I Basic Profile 1.1. I started thinking if it has something to do with the .NET framework....
It depends on what you mean by "support". You *can* develop WS-I BP compliant services with .NET 1.1. But .NET 1.1 cannot necessarily interoperate with all...
Hi, Thanks for the information. What I mean is that a webservice created in Visual Studio 2003 with .Net framework 1.1 does not pass the Analyzer tool (from...
In the better late than never category... Rich, have you run this Schema through WSDL2Java? I believe Axis has rudimentary support for unions. At least I...
Hi all, I am writing a .net client to a java webserivce hosted on axis. Though i fixed the interoperability issue of soap messages with arrays by, intercepting...
.NET should be able to deal with encoded faults, though (at least it used to). The issue here might be that there isn't an encodingStyle attribute on the...
Glen Daniels
glen@...
Jan 5, 2006 9:10 pm
10566
Glen, thanks for the quick response. This soap fault is a valid xml. the ns1:fault tag has no elements it just references to another tag with the id id0. and i...
is there some way i can tell the client side to de-serialize the soap message in rpc/encoded. and also, i read that soap fault format is the same irrespective...
Dear ALL, I need some help on a web service about rececing DIME attachment. Please contact me if you have experience in writing a SOAP service that can receive...
 Hello all, Can anyone tell me SOAP website or linke from where I should able to Start learning and working with SOAP. I am a Windows Developer. Thanks in...
This is a good url for a beginner, I guess http://www.w3schools.com/soap/default.asp Isuru vinay balpande <vinay_balpande@...> wrote: Hello all, Can...
One additional thing, is what are you expecting .NET to do with this? it won't for example map this to .NET exceptions based on faults defined in the WSDL...
... Start learning and working with SOAP. I am a Windows Developer. IBM's developerWorks site has some pretty good high level tutorial material on Web Services...
noah_mendelsohn@...
Jan 6, 2006 9:58 pm
10575
I'm not sure what you are asking, but if you want to be able to write a soap server in perl, you may want to look up the following references. Hope this helps....
yeah true, but the webservice is a third party one, so i dont have control over the format it returns. without fixing the format, .net client would throw an...
The WSDL 2.0 specification [1,2,3] is now officially a W3C Candidate Recommendation, the phase during which we test the implementability of the spec and...