Hi, the examples of Soap lite referring to Deserializers refers to SOAP::Serializer. I dont see them iN SOAP lite install folder. where does this come from? Is...
... ms> Hi, the examples of Soap lite referring to Deserializers refers to ms> SOAP::Serializer. I dont see them iN SOAP lite install folder. SOAP::Serializer...
I have .NET Server , .NET client and SOAP::Lite server When I talked from .NET client to .NET server , I get the expected out put but when same .NET client...
Guys!! Please read Jimmy's email.. Please help me as i have same problem.. sending hashes and arrays accross java and perl. any resource to help out? ? MS ... ...
Sam, Looking at the WSDL obtained from the URL below I have some questions about the Axis use of multiple schemas in a WSDL file - there are no 'import'...
Pete Hendry
peter.hendry@...
May 2, 2002 7:10 am
7631
Imo, the soap-enc namespace _should_ be imported. While current SoapBuilder WSDLs mainly do not provide this, I don't see why soap-enc namespace should be...
... I agree with this. Also, the wsdl namespace should be imported. It is not special either. A conforming schema parser should error with the current schemas...
Pete Hendry
peter.hendry@...
May 2, 2002 12:46 pm
7633
Looks like this Beta supports DIME only; which is a bit disappointing given the ubiquity of MIME - when should we expect to see MIME support? TIA. ... ...
Last i heard there were no plans for the MSFT toolkits to include SwA support. Cheers Simon www.pocketsoap.com ... disappointing ... the ... SOAP ... that ... ...
... Right, I raised the import for soap-enc issue at the last SOAPBuilders F2F. I'm less clear on why the WSDL namespace should be imported, I don't recall any...
soap-enc array definitions in WSDL use wsdl:arrayType <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd1:Snapshot[]"/> Obviously the wsdl schema...
Pete Hendry
peter.hendry@...
May 3, 2002 1:24 am
7637
Hi, But unlike soap-enc, the wsdl namespace is not used as a value in any of the schema defined element / attribute. Cheers Simon www.pocketsoap.com...
Does this matter? It is used as a namespace in the schema so should it not be included? Does the definition of anyAttribute in SOAP-ENC:arrayType as "lax" mean...
Pete Hendry
peter.hendry@...
May 3, 2002 10:54 am
7639
Yup, U R right! (I think) Since the wsdl namespace does not define an element or attribute in schema, i.e., nothing to validate. Sidebar--I do know that MS-SOM...
... This is not the general case though is it? If the SOAP-ENC:arrayType attribute were not defined having anyAttribute with processContents="lax" then would...
Pete Hendry
peter.hendry@...
May 3, 2002 12:08 pm
7641
... Highly unfortunate. I hope MS toolkit customers pressure them to continue on the interop trend, and not force us all to get on the DIME. /r$...
Pete, How do you validate something that does not exist, i.e., wsdl:arrayType="xsd:string[,]" ? Or is this the right question to even ask, Gudge Help! ...
Its a bit mystifying, isn't it? I don't understand what strategic benefit they'd gain from not supporting MIME, and clearly its a feature customers want. So...
I don't think there's a requirement for schema documents to import all namespaces that appear in the doc. I had a quick look through the schema spec and didn't...
A schema document must import every namespace that is used in a reference to a schema component. Thus, in the following fragment: <xsd:element name="e"...
noah_mendelsohn@...
May 3, 2002 6:32 pm
7647
For soap-enc arrays we are referencing soap-enc attributes, e.g., from below, the soap-enc namespace is *required* to be imported. However, the wsdl namespace...
Hello, A live endpoint is now available for DIME testing at: http://www.whitemesa.net/dimetest This implements a DIME test interface described here: ...
Bob Cunnings
cunnings@...
May 4, 2002 12:25 am
7650
Hi, Bob! ... This link returns 404; WSDL refers to http://delta.whitemesa.net/dimetest Best wishes, Paul. __________________________________________________ Do...
Hi Paul, Yes, the SOAP endpoint returns 404 for a GET, is that what you meant? I've fixed the WSDL to point to http://www.whitemesa.net/dimetest now. Thanks! ...
Bob Cunnings
cunnings@...
May 4, 2002 12:43 am
7652
I'm not disagreeing, just making sure I understand for the case of wsdl. If I have <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd1:Snapshot[]"/> ...
Pete Hendry
peter.hendry@...
May 4, 2002 1:19 am
7653
right, _Your_ processing might require the schema for the wsdl namespace, but that doesn't mean that XSD mandates an <xsd:import> element. How is this...
Pete, Here's my spin. <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd1:Snapshot[]"/> The attributes references "SOAP-ENC:arrayType" which requires...
Thanks for the question. Microsoft believes that interoperability is improved by having fewer, rather than more, protocols for achieving a function. This, of...