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 1131 - 1160 of 2160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1131
Hi, I'm looking for a tool that let me translate my PHP classes into WSDL files. Anybody can help me? I've been looking for an example of a web service with...
Urdinola
Offline Send Email
Mar 6, 2003
9:54 pm
1132
Check out NuSOAP: http://dietrich.ganx4.com/nusoap/...
Anne Thomas Manes
annemanes
Offline Send Email
Mar 7, 2003
12:41 am
1133
Webservices.org reports about this amusing Apple Switch video about Web services. Methinks the CapeScience guys have too much time on their hands? It does...
zastrossi99
Offline Send Email
Mar 10, 2003
10:58 am
1134
... with .NET. Ravi- You may wish to look into http://www.omniopera.com There's a step by step for using it with VS.NET: ...
James Yegerlehner
jyegerlehner
Offline Send Email
Mar 10, 2003
10:13 pm
1135
Hi all, Since there are web services that currently support version 1.1 and 1.2 of the soap specification. I would like to know how a user should state the...
Dharminder Singh
danvers66
Offline Send Email
Mar 11, 2003
2:05 am
1136
In the binding you specify the protocol. You indicate the SOAP version via it's namespace....
Anne Thomas Manes
annemanes
Offline Send Email
Mar 11, 2003
12:35 pm
1137
The binding in general use is defined at: http://groups.yahoo.com/group/soapbuilders/files/soap12WSDL.htm RC ... e stay on-topic....
Bob Cunnings
cunnings@...
Send Email
Mar 11, 2003
4:42 pm
1138
Hi I am new to WSIF.I Have a WSDL file which contacts the C++ application on Apache server I have written a Client program using WSIF .WHen i am trying to run...
Sirisha
siri11061974
Offline Send Email
Mar 19, 2003
4:36 am
1139
Hi, Please post such questions to wsif-user@.... Could you give some more information about the nature of the error? What SOAP engine are you using...
Nirmal Mukhi
nmukhi@...
Send Email
Mar 19, 2003
1:56 pm
1140
Hi Nirmal Thanks for the quick reply .Actually my server application is in C++ and they are running on the apache server.I have written the WSDL files for...
Sirisha
siri11061974
Offline Send Email
Mar 20, 2003
7:27 am
1141
In WSDL schema, <documentation> is defined to hold any content whatsoever where as extensibility elements have to come from a specific namespace other than...
fake_rolex_replica_wa...
fake_rolex_r...
Offline Send Email
Mar 20, 2003
9:24 am
1142
My guess is that The XML schema does not provide any such way of descrbining arbitrary mark up content .. MAy be you can try makin CDATA as the type of your...
vivek200120
Offline Send Email
Mar 20, 2003
10:23 am
1143
fake- Use the processContents attribute on the any: <xsd:complexType name="Anytype"> <xsd:sequence> <xsd:any maxOccurs="unbounded" minOccurs="0" ...
James Yegerlehner
jyegerlehner
Offline Send Email
Mar 23, 2003
6:40 pm
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
Messages 1131 - 1160 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