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...
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...
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...
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...
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...
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...
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,...
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 ...
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...
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...
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...
I disagree. The interop problems occur almost exclusively at the application layer. The interop problems are caused by ambiguities in the specifications, which...
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...
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...
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...
... 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...
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...
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...
... 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...
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...
... 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...
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...
... 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...
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....
... 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...
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...
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...
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...
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...