Search the web
Sign In
New User? Sign Up
wsdl
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1144 - 1173 of 2160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1144
comment faire pour deployer une application qui contient plusieurs packages ? j'ai TOMCAt4.1 et xml-axis-1O -- ...
ouiam elmoustamid
elmoustamide...
Offline Send Email
Apr 3, 2003
12:35 pm
1145
Hi, We are planning to expose JMS bindings in WSDL. Any consensus reached yet on this. Can anyone give me a pointer to what is being proposed which may end up...
sanga_v
Offline Send Email
Apr 4, 2003
1:50 am
1146
WASP, GLUE, XMLBus, Oracle, Axis all support JMS bindings. There's no standard WSDL extension for JMS, though....
Anne Thomas Manes
annemanes
Offline Send Email
Apr 4, 2003
1:06 pm
1147
Hi, WSIF (http://ws.apache.org/wsif) defines WSDL binding extensions so that stuff accessible through JMS can be directly exposed via WSDL. ...
Nirmal Mukhi
nmukhi@...
Send Email
Apr 4, 2003
5:00 pm
1148
I found what Axis supports, however I wanted to compare it with what other people are supporting today. Is there any difference between what Axis supports and...
sanga_v
Offline Send Email
Apr 4, 2003
6:04 pm
1149
Hi All, Please read the following scenario We have an internal system that accepts orders. The orders are first queued and processed later. Order processing...
Ammad Amjad
ammad_java
Offline Send Email
Apr 5, 2003
7:20 am
1150
Ammad, Looks like you need a Web Notification Service. Clients would register with the service once, providing a way to get back to them (such as email, sms,...
Jeff Lansing
zipcode92108
Offline Send Email
Apr 5, 2003
1:47 pm
1151
Ammad, there's not a mechanism for keeping a connection open, probably because it would be wasteful of resources on the server. Typically a 'later response',...
Graeme Riddell
bowlimey
Offline Send Email
Apr 7, 2003
12:41 pm
1152
Hi all, I need to retrieve Types information from a WSDL file and I'm using the following code snippet to do so: WSDLFactory factory =...
xserty
Online Now Send Email
Apr 7, 2003
1:49 pm
1153
Have you tried iterating through like this to see what shows up?: Types types = _wsdl.getTypes(); if (types != null) { _typesNamespaceMap =...
Graeme Riddell
bowlimey
Offline Send Email
Apr 7, 2003
2:06 pm
1154
Thank you Graeme, Very best regards Ammad Message: 1 Date: Mon, 7 Apr 2003 08:41:03 -0400 From: Graeme Riddell <griddell@...> Subject: RE:...
Ammad Amjad
ammad_java
Offline Send Email
Apr 8, 2003
6:34 am
1155
What about the "Http keep alive "option .Can this be used .I am not sure how this works but if some one can shed light on this it would be great . ... ...
vivek200120
Offline Send Email
Apr 8, 2003
6:49 am
1156
Hi! :) ... I've tried, but no luck! You can see inline what I get from the code. BTW, I'm using the following wsdl file ...
xserty
Online Now Send Email
Apr 8, 2003
10:50 am
1157
Hi, now I'm able get the Type element, but I did no changes to the code! I only changed the APIs I was working on, from WSDL4J to WSIF and worked fine. I then...
xserty
Online Now Send Email
Apr 8, 2003
11:55 am
1158
Apologises, but I also updated my wsdl4j.jar from v1.2 to v1.4. I guess that was the problem! I can't test it now, since I have overwrited the old version. ...
xserty
Online Now Send Email
Apr 8, 2003
12:01 pm
1159
Hi everybody. As you know WSDL makes it possible to define quite advanced XML to be transfered. I have a situation where I would like to do a request for a ...
Jesper L. Nielsen
lyager
Offline Send Email
Apr 10, 2003
2:34 pm
1160
Jesper, I think the question will really go to the implementations you've looked at. I know many are focused on being Java (bean) oriented and don't...
Graeme Riddell
bowlimey
Offline Send Email
Apr 10, 2003
3:39 pm
1161
... as the ... style or ... a ... (you might ... toolset)? Hi Graeme.. Actually Java is the one programming language I haven't looked at yet, I've been around...
lyager
Offline Send Email
Apr 11, 2003
7:19 am
1162
Hello all - I have a simple question to which I have so far been unable to find an answer... Does the order in which Operations are specified under a portType ...
Martin Stanton
chilli_farmer
Offline Send Email
Apr 11, 2003
12:24 pm
1163
Some open source/freeware implementations are pretty minimal. The commercial implementations tend to give you more power. You might try Systinet WASP for C++....
Anne Thomas Manes
annemanes
Offline Send Email
Apr 11, 2003
12:25 pm
1164
xmethods has some tutorials and pointers to a variety of SOAP implementations and toolkits. I'd encourage you to look at Java. Axis is one of the current...
Graeme Riddell
bowlimey
Offline Send Email
Apr 11, 2003
12:34 pm
1165
Nope. ... From: Martin Stanton [mailto:m.stanton@...] Sent: Friday, April 11, 2003 8:24 AM To: wsdl@yahoogroups.com Subject: [wsdl] WSDL Operations Hello...
Graeme Riddell
bowlimey
Offline Send Email
Apr 11, 2003
12:35 pm
1166
... Thanks Graeme.. I'll have a look at it! -- Jesper L. Nielsen http://phunkbros.dk...
Jesper L. Nielsen
lyager
Offline Send Email
Apr 11, 2003
12:40 pm
1167
No. It's makes no difference....
Anne Thomas Manes
annemanes
Offline Send Email
Apr 11, 2003
1:25 pm
1168
Hello Group, I'm having some problems with a simple WSDL document. Here is my situation.. I have a soap server script in Perl which makes a small handful of ...
iammeeh68
Offline Send Email
Apr 14, 2003
7:30 pm
1169
SOAP RPC requires that the result of the response is encoded in a <result> tag . Are you trying to access the return values correctly.?? vivek ... ...
vivek200120
Offline Send Email
Apr 15, 2003
4:37 am
1170
Subject: Our Visual C++ (MFC) library and web-services ??? Hi All, We are planning to use our already built library (lib file) using Visual C++ 6 in .NET...
Ammad Amjad
ammad_java
Offline Send Email
Apr 15, 2003
5:46 am
1171
Hi , I have a doubt regarding the wsdl:arrayType .(see below) <restriction base="soapenc:Array"> <attribute ref="soapenc:arrayType" wsdl: ...
vivek200120
Offline Send Email
Apr 15, 2003
11:12 am
1172
Just to clarify, The SOAP spec doesn't specify the name of the response message -- in fact it says "the name of the struct is not significant" (so it doesn't...
Anne Thomas Manes
annemanes
Offline Send Email
Apr 15, 2003
12:53 pm
1173
Tim, Now, looking at your WSDL... It's not just you -- WSDL is complicated. But it's also very powerful. I find these problems: - you're trying to use...
Anne Thomas Manes
annemanes
Offline Send Email
Apr 15, 2003
12:54 pm
Messages 1144 - 1173 of 2160   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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