All, The WSDL that my .Net Web Service is generating contains the following statement: <s:import namespace="http://www.w3.org/2001/XMLSchema"/> This import is...
Hi Ryan, ... I assume prefix "s" in this case refers to the "http://www.w3.org/2001/XMLSchema" namespace uri and import is located inside the <s:schema>...
Kirill Gavrylyuk
kirillg@...
Jun 2, 2005 4:48 am
10282
I just scanned through the WS-I Basic Profile and could find no prohibition about importing the xsd namespace, so I don't believe it's invalid. As Kirill says,...
The WS-I profile doesn't prohibit importing sorry about that. They just specify a certain way it needs to be done. .Net didn't specify a location and...
... BP does not require schemaLocation for xsd:import BP requires location attribute for wsdl:import. The failure you see seems like a bug in WS-I test tools...
Kirill Gavrylyuk
kirillg@...
Jun 2, 2005 4:04 pm
10285
And FYI, the location of the xsd schema is http://www.w3.org/2001/XMLSchema.xsd....
... This is a long standing and very annoying bug in the WS-I test tools (it also gives this if your WSDL contains 2 schema sections and one imports the...
... I think I saw this error in the WS-I test tools running in SoapScope early this year. I thought it was odd that an empty ASMX service would throw a BP...
The Apache Axis2 Team is pleased to announce the second milestone release of Apache Axis2. You can download the releases from: ...
Srinath Perera
hemapani@...
Jun 7, 2005 7:06 pm
10290
hi, i wonder what is the (current) best practice to describe in WSDL 1.1 that a service endpoint supports WS-Addressing (and in particular that it may send...
... Alek ;-) ... thanks for link! however looking on WSDL used in this interop (at the end of the document) how one can determine that service supports ...
I've recently uploaded a recent release of my C++ implementation of ASAP using easysoap. It includes modifications to the included easysoap distribution to ...
... (fyi: Noticing several downloads of 5.3.8 instead of 5.3.8.3 after these posts, likely because source-forge's list listed the former last, I removed the...
 Hello...Everyone...please Help me I am Getting following Deserialization Error.. No Deserializer found to deserialize a 'http://schemas.xmlsoap.org ...
This isn't the right forum to ask user questions. I suggest you ask your question on a .NET user forum. The problem is caused by a namespace error. There's an...
Hi folks: In the continued spirit of "release early and often", the Apache Axis team is pleased to announce the release of version 1.2.1, an incremental change...
Glen Daniels
glen@...
Jun 15, 2005 1:32 pm
10304
Hi, I am to implement a client in c#.net for a java/axis web service. this webservice needs that the soap message include a header of the form, ...
I will be out of the office starting 06/14/2005 and will not return until 06/20/2005. I will have limited access to email. While I'm out, please contact ...
Kate Hobbie
kate_hobbie@...
Jun 17, 2005 9:51 pm
10307
I think something like this would work: Connector.BeginMessage Set Serializer = New SoapSerializer30 Serializer.Init Connector.InputStream ...
I am using MS SOAP client provided with SOAP Toolkit 3.0. I have set the timeout for this application to 20 seconds. On some occasions, when there are network...
We are pleased to announce the release of the gSOAP 2.7.3 C/C++ Web services toolkit. gSOAP toolkit fact sheet - Intended for C and C++ with optional use of...
Hi friends, just check the following links...and share your comments... http://soapoverhttps.blogspot.com http://entintegration.com regards shishir ...
... 1. .net1.1 time assumes that times are in local tz, so if your service is working w/ GMT zones then you only get interop problems in the GMT locations. 2....
Hello All. I am back on the mail list, with a dedicated alias for the purpose. That way spam mail to the list wont interfere with the unique business ...
Hello all, Somewhat of a newbie here and coming up to speed... looking for a "raw" (for lack of a better term) implementation of SOAP, independent of WSDL and...
Use AXIOM in http://ws.apache.org/axis2/ (see http://today.java.net/pub/a/today/2005/05/10/axiom.html for a write up) -- dims ... -- Davanum Srinivas...