This is an interesting thread. I am just starting work creating on an Axis 1.2 based service and have discovered this issue while doing interop testing with a...
10164
cblackburn_sw
Apr 2, 2005 1:20 am
I have a .net client and am trying to use a third party web service. I can successfully call all web service methods that return simple types, but I run into...
10165
Anne Thomas Manes
annemanes
Apr 3, 2005 1:15 pm
This is not the proper forum to ask user questions. Please send Axis related questions to the Axis user list. See http://ws.apache.org/axis/mail.html. Anne...
10166
mohitmagic81
Apr 12, 2005 7:22 am
Hi All, I am trying to call external webservice using gSOAP & vc++. As I m behind the firewall, so need to provide username, password credentials in the code...
10167
KumarSambhav Manu
kumarsambhav...
Apr 12, 2005 10:05 am
As far as I know you can't do that. Also please clarify about the CREDENTIALS being sent? mohitmagic81 <mohitmagic81@...> wrote: Hi All, I am trying to...
10168
lopata_66
Apr 14, 2005 7:53 pm
Hi all, I want you to ask to help me find something about SOAP and Corba interop. I've found on OMG the idl2wsdl binding specification. I've read st about...
10169
Anne Thomas Manes
annemanes
Apr 14, 2005 10:14 pm
I know that IONA and Cape Clear provide SOAP/CORBA interoperability. I think Borland does, too. Anne...
10170
Donahue Bryon
bryondonahue
Apr 18, 2005 3:24 pm
My experience is that most products are limited to enabling CORBA servers as Web Services and have variable (limited) IDL type support. Iona's Artix, however,...
10172
wongdarrell
Apr 19, 2005 4:47 pm
Was reading this article: http://www.findarticles.com/p/articles/mi_m0MLW/is_11_1/ai_94550944 and it mentioned I could find the WSDL file to implement a test ...
10173
Enric Jaen
ejv02
Apr 19, 2005 6:49 pm
Hi all, Does it make sense to say that interoperability problems are caused exclusively at the wire layer, i.e, at the SOAP layer and not at the Application...
10175
axis cpp
axiscppteam
Apr 20, 2005 7:11 am
Hi All; Axis C++ 1.5 Final has been released and can be downloaded at http://www.apache.org/dist/ws/axis-c/ The 1.5 Final Release is a major bug fixes release...
10176
stef_binder
Apr 20, 2005 9:52 am
Hi there. i am implementing a ws-client with gSOAP Toolkit to consume a WS on an Axis Server (1.2rc1). I have no problem with normal usage, but with exceptions...
10177
Anne Thomas Manes
annemanes
Apr 20, 2005 1:16 pm
I disagree. The interop problems occur almost exclusively at the application layer. The interop problems are caused by ambiguities in the specifications, which...
10178
Tom Jordahl
tomj_88
Apr 20, 2005 2:18 pm
This is a question better suited for the Axis mailing lists. See http://ws.apache.org/axis/mail.html Axis does support mapping faults in to typed exceptions...
10179
Enric Jaen
ejv02
Apr 20, 2005 9:00 pm
Thank you for the reply, I agree. Well just as an aside, I was considering the stub layer as part of the SOAP layer. I hand't heard about the impedance...
10180
Anil John
aniltj
Apr 21, 2005 2:39 am
The impedance mismatch in question is caused by various web service stacks implementing a subset of the W3C XML schema...... and they are not all the same...
10181
Rich Salz
rich_salz
Apr 21, 2005 5:11 am
... It never makes sense to say that problems are caused exclusively at one layer. Mainly or mostly, perhaps. IF a legacy Corba application, with a WS wrapper...
10182
Anne Thomas Manes
annemanes
Apr 21, 2005 1:06 pm
And just to clarify -- Anil said that you shouldn't have problems if you are using the same technology/platform -- and by that he refers to a particular SOAP...
10183
Nelson Minar
nelson_minar
Apr 21, 2005 3:28 pm
This discussion is very useful. ... Worse, the toolkits implement the same subset in different ways. My favourite example is .NET 1.0's problems with handling...
10184
John, Anil
aniltj
Apr 21, 2005 3:58 pm
... Was this resolved in 1.1 by any chance? On this topic at least does anyone have any pointers to any documents that try to show exactly which Schema...
10185
erikj999
Apr 21, 2005 4:43 pm
The idea behind the WS-I Basic Profile was to make sure that a service description defines an unabiguous wire format. One of the first decisions taken by the...
10186
John, Anil
aniltj
Apr 21, 2005 5:23 pm
... Schema Agreed. ... Unfortunately, in the current state of affairs is not half the issue finding out exactly what is unsupported by the toolkit vendors? I...
10187
erikj999
Apr 21, 2005 9:26 pm
First, I noticed a typo in my earlier post. In paragraph 6, sentence 1, the word "merge" should have been "emerge". ... I don't know of any matrix comparing...
10188
John, Anil
aniltj
Apr 21, 2005 9:36 pm
... Experiences .. Call for Participation: W3C Workshop on XML Schema 1.0 User Experiences 2005-03-23: Position papers are due 20 May for the W3C Workshop on...
10189
Anne Thomas Manes
annemanes
Apr 21, 2005 11:23 pm
The JAX-RPC specification defines the subset of XML Schema types that must be supported by a JAX-RPC-compliant implementation and their mappings to Java types....
10190
Anil John
aniltj
Apr 22, 2005 1:15 am
... must ... to Java types. True... But even there you have ambiguity as you have the "Required" and "Optional" support. Per the spec: [...] Any XML data types...
10192
uae_star97
Apr 24, 2005 11:37 am
Hi All, I am new to webservices. I installed jakarta-tomcat-3.3.2 and Apache SOAP-2.3.1. I dwonloaded all needed jar files and set the classpath. But When...
10193
Anne Thomas Manes
annemanes
Apr 24, 2005 5:30 pm
Two things: 1- Please submit user questions to the appropriate user discussion list for the SOAP implementation you're using -- in your case the Apache...
10196
John, Anil
aniltj
Apr 25, 2005 2:37 pm
Greetings, Reposting the question that Erik asked earlier: === "But here is my question back to this group: How would you define toolkit support for a given...
10197
mohit chawla
mohitmagic81
Apr 26, 2005 12:35 pm
Hi all, I m able to deploy a service written using gSOAP on my machines IIS. And also can access this service using gSOAP client. Can any one help me out how...