Hi All; 1.4 Alpha has been released and could be downloaded at http://www.apache.org/dist/ws/axis-c/ The following features were added to this release: 1. SSL...
Srinivasan R has invited you to join hi5. By joining hi5, you will be connected to Srinivasan and all of Srinivasan's friends.<br> <br> hi5 is the place where...
Is anyone currently supporting [1]? Also, is this on the WS-I radar for addressing XML Signature interop? [1]http://www.w3.org/TR/2004/WD-xml-id-20041109/ Much...
... I don't think it's a WS-I issue (Im' on the security group), but rather more of a WS-Security and SAML issue. There has been lots of heated discussion in...
Thanks Glen, I have a web page here that shows the Infopath wizard (no error message) and the WSDL and TCP trace. All help appreciated! Lee ... useful, ... and...
Hi Lee: Try using "wrapped" style instead of "document" in Axis (i.e. change the WSDD). That should, I think, solve your problem. --Glen...
Glen Daniels
glen@...
Dec 14, 2004 1:15 pm
10045
Hi All; 1.4 Final has been released and could be downloaded at http://www.apache.org/dist/ws/axis-c/ The following features were added to this release: 1. SSL...
Great, thanks Glen that did it. Can I ask why and not understand the answer :) Is it that MS Soap or whatever is underneath only understands the wrapped...
Hello, Axis recently fixed up its type mapping system and our users have reported some interop problems. Specifically, .NET client does not seem to understand...
Could be because WS-I BP1.x disallows use of SOAP encoding. It has always been my understanding that .NET would not support SOAP encoding. Bottom line, you...
Well, that is cool for document/literal web services, but there are still *many* toolkits (like say, Axis) that default to rpc/encoded. WS-I says nothing about...
Hi Tom, Does your WSDL contain xsd:import for soap-encoding schema? While we're on the topic, any plans to change your default from encoded to literal? Thanks ...
Kirill Gavrylyuk
kirillg@...
Dec 17, 2004 7:48 pm
10051
Yup, at the top of my <schema> section: <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> I attached the whole WSDL for reference. No plans to...
Hi Kirill, I could not resist but ask the other question any plans to support literal, other than by pointing at r2d on gotdotnet ? Eric ... From: Kirill...
Hi Eric, you mean rpc/literal? Our current plan is to support rpc/literal in .Net 2.0 - it's available in 2.0 Beta1 released this summer. ... gotdotnet ? ... ...
Kirill Gavrylyuk
kirillg@...
Dec 17, 2004 8:16 pm
10054
Yes, it's what I meant. Thanks Eric ... From: Kirill Gavrylyuk [mailto:kirillg@...] Sent: Friday, December 17, 2004 12:16 PM To:...
Tom, Right, WS-I says not to use rpc/encoded for a reason. SOAP encoding is the bane of interoperability in Web services. Note also that neither SOAP1.1, nor...
... +1, especially to your comments about WS-I BP, and soap-encoding. IMHO, Web services should be document oriented/focused, but I do have a question about...
Hi Chris, all: ... Oy. I'm sorry, but I've heard this too many times now. The fact is that RPC/enc interop was working with tons of toolkits LONG before the...
Glen Daniels
glen@...
Dec 17, 2004 10:03 pm
10058
Chris, This isn't the forum for this. I was taking the WS-I axe grinding in good humor up until now. <rant> The line that rpc/encoded is the bane of interop is...
Tom, Don't use soapenc types. It all works fine if you use soapenc:Array as the array mechanism, but use xsd types underneath the covers. This is what we did...
... +1. We use SOAP Encoding for encoding and XSD schema for types description. We do not use the SOAP Encoding types to describe the actual data type in WSDL...
... As a builder of SOAP services intended for public use, I can confirm how big a problem this is. Trying to use document/literal web services from clients in...
Hi I am new to Soap I was trying to design a client application for a web service using wsdl. One of the methods require sending arrayofstring, but i am unable...