Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

soapbuilders

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1852
  • Category: Protocols
  • Founded: Jan 27, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 10163 - 10197 of 10831   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
10163 gddamm Send Email Apr 2, 2005
1:14 am
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 Send Email 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 Send Email
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 Send Email 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... Send Email
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 Send Email 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 Send Email
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 Send Email
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 Send Email 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 Send Email
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 Send Email
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 Send Email 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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email 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 Send Email
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 Send Email 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 Send Email
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 Send Email
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 Send Email
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 Send Email 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 Send Email
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 Send Email
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 Send Email
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...
Messages 10163 - 10197 of 10831   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help