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 967 - 996 of 2160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
967
Hi All, I'm having problem with .Net Release version. Wsdl attached here is working ok with .Net Beta versions. But now with release it's giving me error as, ...
dakolkar
Offline Send Email
Aug 2, 2002
8:13 am
968
... Thank you, James. My unintentional mixing of document/literal and RPC/encoded appears to have been the cause. The resulting error message/crash from .NET...
David Crowley
davidcrowley
Offline Send Email
Aug 3, 2002
1:10 am
969
Hi, I downloaded Bill Hahn's tutorial recently, but it seems to focus on the database aspects. How about security: since there are no .htaccess-files, there...
horst chessy
horst_chessy
Offline Send Email
Aug 5, 2002
2:11 pm
970
Hi i have a WebService, which is deployed using SOAP over a different transport protocol (Say X - different from http). The WSDL file for this web-service has...
Naresh Agarwal
naresh_ka
Offline Send Email
Aug 8, 2002
6:36 am
971
Naresh, Systinet WASP Server for C++ can build a SOAP envelope from WSDL, and it allows you to use whatever transport you like. See ...
Anne Thomas Manes
annemanes
Offline Send Email
Aug 8, 2002
3:20 pm
972
Hello I've just started a new web site: http://www.webserviceoftheday.com The aim of this site is very simple. Web Services are cool - but some are going to be...
James Pearce
kuriuskat2001
Offline Send Email
Aug 10, 2002
5:34 pm
973
Hi Anne thanks for the reply. I downloaded the WASP Server C++ Version 4.0. But i could not find any APIs, which can can build a SOAP envelope from WSDL for a...
Naresh Agarwal
naresh_ka
Offline Send Email
Aug 12, 2002
1:34 pm
974
Naresh, There a tool called wsdl2c, which compiles an abstract WSDL document into a dynamic client proxy. The client proxy builds your SOAP envelope for you...
Anne Thomas Manes
annemanes
Offline Send Email
Aug 12, 2002
2:48 pm
975
I have tried to go through the specifications to understand the references if any a SOAP document have regarding the WSDL it conforms to but I have not found...
soapbuilder
Offline Send Email
Aug 14, 2002
11:05 pm
976
Hi Supriyo, The appropriate place to define such structure is in the <types> section of your WSDL document. You can define your entire structure within using...
bants73
Offline Send Email
Aug 15, 2002
1:44 am
977
You will need to define your own extensibility elements to represent your categorization scheme. You define the extensibility elements in an XML Schema. See...
Anne Thomas Manes
annemanes
Offline Send Email
Aug 15, 2002
1:14 pm
978
Gary, In this example: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <m:foo xmlns:m="Some-URI"> ...
Anne Thomas Manes
annemanes
Offline Send Email
Aug 15, 2002
1:35 pm
979
I'm just getting started with SOAP. I'm having to work with a client that is using Apache SOAP and we are a dedicated Microsoft shop (unfortunately) using...
cbpittma
Offline Send Email
Aug 19, 2002
2:36 am
980
Hi , ... target namespace as ... I also know that there are commercially availble tools or free tolls which can do this for me, but I was trying to understand...
ws_dev2001
Offline Send Email
Aug 19, 2002
12:02 pm
981
Chrys, You're right -- there are interoperability issues between Apache SOAP and both MS SOAP Toolkit and .NET Framework. But there are work arounds. You can ...
Anne Thomas Manes
annemanes
Offline Send Email
Aug 19, 2002
1:22 pm
982
Hello, I would like to publish my WSDL the way examples do ie http://myservice?WSDL? For the moment when I try to access it, Tomcat says No WSDL document...
Mederick Thebault
mthebault
Offline Send Email
Aug 20, 2002
6:59 am
983
I'm having a hard time understanding how I should construct SOAP request messages when the WSDL describes an operation as document literal. Could someone...
marionm59
Offline Send Email
Aug 27, 2002
10:23 pm
984
Marionm, below is a sample request message, and below that again is the sample WSDL file which describes it. The key thing to remember when dealing with ...
James Pasley
jepasley
Offline Send Email
Aug 28, 2002
9:40 am
985
Is there any tool available that validates an WSDL ? I am not looking for a dynamic proxy builder, that reads a WSDL and builds a Web interface. I am looking...
Rosimildo daSIlva
rosimildo
Offline Send Email
Aug 28, 2002
4:02 pm
986
I use WSDL2JAVA. It has side effects of its validation: it creates Java source code to connect to the service. :) Dave Angulo University of Chicago...
Dave Angulo
dangulo@...
Send Email
Aug 28, 2002
4:05 pm
987
... Ok. Thanks you. I know about this one, and the .NET wsdl.exe. __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get...
Rosimildo daSIlva
rosimildo
Offline Send Email
Aug 28, 2002
4:13 pm
988
Others: - XMethods WSDL Analyser at http://www.xmethods.com/ve2/Tools.po <http://www.xmethods.com/ve2/Tools.po> - XMLBus WSDL Client at...
Graeme Riddell
bowlimey
Offline Send Email
Aug 28, 2002
4:19 pm
989
Hi, Coincidentally (really, I've got nothing to do with Mr. daSIlva), we'll be releasing a free utility next week that will, among other things, validate your...
Darren Barefoot
ministerofca...
Offline Send Email
Aug 28, 2002
4:42 pm
990
Will this be open source? Dave Angulo University of Chicago...
Dave Angulo
dangulo@...
Send Email
Aug 28, 2002
4:43 pm
991
methinks it will not be open source ;) ... From: Dave Angulo [mailto:dangulo@...] Sent: Wednesday, August 28, 2002 5:43 PM To: wsdl@yahoogroups.com...
Darren Redmond
darredmond
Offline Send Email
Aug 28, 2002
4:46 pm
992
That's correct...for reasons which will become clear once we release the thing, it won't be open source. Thanks. DB. ... From: Darren Redmond...
Darren Barefoot
ministerofca...
Offline Send Email
Aug 28, 2002
4:49 pm
993
Sanga, in WSDL 1.1, section 3.6 it says that the name attribute of soap:fault element "relates the soap:fault to the wsdl:fault defined for the operation"....
Jacek Kopecky
kopretinka2
Offline Send Email
Aug 28, 2002
4:52 pm
994
A few comments about WSDL validation, based on our experience building the Google Web APIs, WSDL at http://api.google.com/GoogleSearch.wsdl WSDL is really...
Nelson Minar
nelson_minar
Offline Send Email
Aug 28, 2002
4:56 pm
995
I found these open source tools: http://www.pocketsoap.com/wsdl/ (scroll down to find the tool -- it doesn't check the types section for you, though) ...
Anne Thomas Manes
annemanes
Offline Send Email
Aug 28, 2002
5:00 pm
996
... Thanks to everybody that replied. Now I have no excuses, but look at least 3 of them. <g> Rosimildo. __________________________________________________ Do...
Rosimildo daSIlva
rosimildo
Offline Send Email
Aug 29, 2002
1:26 am
Messages 967 - 996 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