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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1851 - 1881 of 2160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1851
Hi Im trying to do WSDL first development of a client and a server, the server will be SOAP::Lite and the client will be .NET. But i get problems from .NET...
parcelstring
Offline Send Email
Nov 2, 2005
6:19 pm
1853
.NET does support RPC/encoded. Two suggestions: - consolidate your two WSDL files -- put the <types> section inline the service WSDL. - when using RPC/encoded,...
Anne Thomas Manes
annemanes
Offline Send Email
Nov 3, 2005
2:23 pm
1854
First of all, thanks for your help, i have been trying different newsgroups and mailing lists for days but i still have a problem with your suggestion. Putting...
parcelstring
Offline Send Email
Nov 3, 2005
3:18 pm
1855
While IBM will not be attending this event I'd like to remind people of IBM's interop endpoints (listed at: ...
Doug Davis
dugibm
Offline Send Email
Nov 4, 2005
10:00 pm
1856
... inline the ... But isnt the soap-enc:array,deprecated as per WS-I ? http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html#refinement16556272 I...
Vivek krishna
vivek200120
Offline Send Email
Nov 7, 2005
6:32 am
1857
Replace the string[] with your type. I was just giving you the basic structure of how to compose a soapenc:Array type. When using SOAP encoding, you should...
Anne Thomas Manes
annemanes
Offline Send Email
Nov 7, 2005
11:10 am
1858
Hey Guys, I am trying to use the WSDL2Java tool from AXIS and ran into a SAX Exception. I am able to run the samples without any problems but when i give it my...
praful_gupta
Offline Send Email
Nov 10, 2005
8:56 pm
1859
Hi all, I'm signing here to search a good environement to discuss about SOAP, WSDL and specially about Php implementations. I'm in the right place? We'll see.....
genialbrainmachine
genialbrainm...
Offline Send Email
Nov 16, 2005
5:15 pm
1860
This isn't a particularly active discussion list, so it might not be the list you're looking for. You might do better looking for a PHP list. ZEND is also...
Anne Thomas Manes
annemanes
Offline Send Email
Nov 17, 2005
12:51 am
1861
Send Nusoap-general mailing list submissions to nusoap-general@... To subscribe or unsubscribe via the World Wide Web, visit ...
Juan Camilo Rincon
jcamilorincon
Offline Send Email
Nov 17, 2005
4:40 pm
1862
Hi all. I want to use one of the web services desicribed by WSDL from xmethods.com . I try to test the following example but I got error. 1. Do you guys have...
janarbek
canarbekmatay
Offline Send Email
Nov 23, 2005
10:35 pm
1863
I will be out of the office starting 11/21/2005 and will not return until 11/28/2005. I will respond to your message when I return....
Rick Rineholt
rickismyid
Offline Send Email
Nov 23, 2005
11:08 pm
1864
Hi, Seems like the site is down. Try other services. You can find it at www.xmethods.net Regards, Herbert ... xmethods.com ... any source code? ... ...
sirkriz
Online Now Send Email
Nov 23, 2005
11:41 pm
1865
Thank you for your response. Using wsdl2java i genereted java files. for example http://demo.wsabi.org/axis/services/YahooUserPingService?wsdl from these I...
janarbek
canarbekmatay
Offline Send Email
Nov 24, 2005
3:12 am
1866
Hi, I want to know the difference between soap:address and http:address tags in wsdl. Consider I have two ports both refer to the same soap:binding. One port ...
gokhale_ashwini
Offline Send Email
Nov 24, 2005
6:42 am
1867
Try axis website http://ws.apache.org/axis/java/reading.html. There are some good articles, although it is not up todate. But still it explains the basic...
sirkriz
Online Now Send Email
Nov 24, 2005
11:39 pm
1868
You should use soap:address for a SOAP binding, and http:address for an HTTP binding. A SOAP binding contains the following soap extension definition in the ...
Anne Thomas Manes
annemanes
Offline Send Email
Nov 26, 2005
6:09 pm
1869
hi, i have to create vb client that consume .net web service, my vb client code is ************************************************************ Dim soapclient...
sudhakar_jpr
Offline Send Email
Nov 29, 2005
6:09 am
1870
Hello, I am the maintainer of a php xmlrpc library (the easy side of web-services ;). I recently picked up interest in wsdl as a general-purpose web-service ...
gaetanogiunta2000
gaetanogiunt...
Offline Send Email
Dec 3, 2005
12:20 am
1871
Keep in mind that WSDL 2.0 isn't finished yet, and until it is, I doubt you'll see very many WSDL 2.0 compilers. Per the WSDL 1.1 spec, XSD is the preferred...
Anne Thomas Manes
annemanes
Offline Send Email
Dec 3, 2005
10:18 pm
1872
Please let me know of websites which offer paid online market surveys as well as paid focus groups in Toronto Canada. Sincerely, Venkat...
vlakshmanan100
Offline Send Email
Dec 3, 2005
10:52 pm
1873
Hi All, Is there any API in solaris (SunOS 5.9) which can generate C++ files from wsdl. our client is apprehensive about using Freeware tools(say gSOAP). ...
shalu
sweetiestshalu
Offline Send Email
Dec 6, 2005
9:46 am
1874
Hi, I am trying to modify a wsdl document that should specify that it accepts both XML and base64 encoded XML. I have the input type as string, <message...
Eddie
kawas7
Offline Send Email
Dec 6, 2005
4:26 pm
1875
Hello. In my quest for the 'perfect' wsdl description of xmlrpc webservices, I think I might have reached a point where the wsdl is good enough to validate,...
gaetanogiunta2000
gaetanogiunt...
Offline Send Email
Dec 7, 2005
11:27 pm
1876
why isnt that WSDL allows modelling of faults on one-way invocations - i see that the client does not expect a response, but in the event that the client can...
Ramkumar Menon
rammenon1999
Offline Send Email
Dec 8, 2005
6:19 am
1877
That message exchange pattern (MEP) isn't supported by WSDL 1.1, although it is supported in WSDL 2.0. WSDL 1.1 views one-way messages as a "fire and forget"...
Anne Thomas Manes
annemanes
Offline Send Email
Dec 8, 2005
12:34 pm
1878
Hello , I am writing a web service using C#.net. Actually I want to communicate with the SAP . I have written some functions for this .... COde is [WebMethod] ...
umesh_345
Offline Send Email
Dec 10, 2005
8:11 am
1879
Hi, i'm trying to create a MSSOAP.SOAPCLIENT30 object in ASP. I installed SOAP Toolkit 3.0 in the ASP server machine, It has installed Windows 2000 Advancer...
aniferlop
Offline Send Email
Dec 16, 2005
8:46 pm
1880
Is it possible to create WSDL for static internal perl server ? Internal means that the module is in the server file. example: #!perl -w use...
teokrastev
Offline Send Email
Dec 19, 2005
4:53 pm
1881
Is it possible to create WSDL for static internal perl server ? Internal means that the module is in the server file. example: #!perl -w use...
teokrastev
Offline Send Email
Dec 19, 2005
4:54 pm
Messages 1851 - 1881 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