Search the web
Sign In
New User? Sign Up
wsdl
? 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.

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 1340 - 1369 of 2160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1340
Hi All, I'm currently doing a report on the suitability of WSDL for a project we're working on, not to be used exclusively to describe web services, it could...
ocionnaithe
Offline Send Email
Sep 1, 2003
5:23 pm
1341
Hi, Using WSDL as a normalized description language has potential for great benefits. In fact the WSIF project at Apache defines WSDL bindings so EJBs, JCA and...
Nirmal Mukhi
nmukhi@...
Send Email
Sep 1, 2003
9:18 pm
1342
There's nothing better than me, a short little blonde with a rack thats big for my body. It doesnt get any hotter than me. While your ramming your dick into my...
darleen_jacobs315
darleen_jaco...
Offline Send Email
Sep 2, 2003
12:43 am
1343
When i generate client stub using Sproxy tool of .NET then it give errors when my WSDL file has soap Fault in it. The problemetic part of my WSDL file is as...
shivonkar
Offline Send Email
Sep 2, 2003
6:49 am
1344
What error message do you get? Please also provide the <message> definition for QueryCapabilityNotFoundException. And the associated <types> definitions. Anne...
Anne Thomas Manes
annemanes
Offline Send Email
Sep 2, 2003
12:37 pm
1345
Hi Anne Thanks for your mail. Now we are able to generate client stub using Sproxy tool of .NET. We achieved this by putting name attribute in "wsdlsoap:fault"...
Shiv Kumar
shivonkar
Offline Send Email
Sep 3, 2003
8:10 am
1346
Thanks for that Nirmal, I've had a look at the WSIF resources and given the possibility of extending wsdl to describe different bindings as illustrated I would...
D
ocionnaithe
Offline Send Email
Sep 3, 2003
12:39 pm
1347
Hi, I have a question regarding the usage of the WSIF framework. As in our project we wish to generate proxy classes based on the WSDL, i.e soap service...
D
ocionnaithe
Offline Send Email
Sep 3, 2003
2:10 pm
1348
Damien, I know of no other general purpose interface definition languages. All other IDLs (CORBA IDL, DCE IDL, MS IDL, etc) are tied to their specific ...
Anne Thomas Manes
annemanes
Offline Send Email
Sep 3, 2003
2:21 pm
1349
Shiv, I notice that your service is not returning the fault that you have defined. Instead it returns the default Axis Fault -- ...
Anne Thomas Manes
annemanes
Offline Send Email
Sep 3, 2003
2:56 pm
1350
Yes -- but you should ask this question on the WSIF mailing list. See http://ws.apache.org/wsif/ and http://ws.apache.org/wsif/mail.html Anne...
Anne Thomas Manes
annemanes
Offline Send Email
Sep 3, 2003
3:35 pm
1351
Hi to all, I am studying the WSDL specification but I am unable to understand the "Notification" style of messaging. The notification style means that service ...
Piero Campanelli
pierocampanelli
Offline Send Email
Sep 5, 2003
10:50 am
1352
I have autogenerated the WSDL for a web service created using the gSOAP 2.2 toolkit. When I try to browse/verify the wsdl in the .NET I get errors relating to...
ravikalaputapu
Offline Send Email
Sep 8, 2003
4:28 pm
1353
Ravi, First: .NET doesn't *require * document/literal. .NET generates doc/literal by default, but it can generate and consume RPC/encoded services. It's just ...
Anne Thomas Manes
annemanes
Offline Send Email
Sep 8, 2003
5:33 pm
1354
Anne: Thanks for the reply. Here is my WSDL.. Best Regards <------------ <?xml version="1.0" encoding="UTF-8"?> <definitions name="SemioCatAPI" ...
ravikalaputapu
Offline Send Email
Sep 8, 2003
6:14 pm
1355
guys if you want to shoot the ceiling with your load, have your girl poke your ass right before you cum, its totally worth it ...
darleen_jacobs315
darleen_jaco...
Offline Send Email
Sep 8, 2003
6:43 pm
1356
Ravi, Your WSDL is definitely invalid. You've defined all your input messages as RPC/encoded and your output messages as doc/literal. That won't work. You have...
Anne Thomas Manes
annemanes
Offline Send Email
Sep 8, 2003
7:09 pm
1357
this all new revolutionary ADULT dating site helps you find the woman your looking for.especially if your looking for fun ...
darleen_jacobs315
darleen_jaco...
Offline Send Email
Sep 10, 2003
1:42 am
1358
So here is the deal, I made a some fast cash a few weeks ago making a movie. They told me that the more people that watch my movie the more money I would get...
booboo_beckie1
Offline Send Email
Sep 18, 2003
1:14 am
1359
I found out how to create a WSDL for an single array, but I am trying to create a multi-dimensional array using nusoap. Anyone have any examples because if I...
Doisneau, Olivier
odoisneau
Offline Send Email
Sep 18, 2003
1:25 pm
1360
Hi, I found the following code in the WSDL document specifying interface to the www.xmethods.com web services (http://www.xmethods.net/wsdl/query.wsdl): ...
Hrvoje Nezic
hnezic
Offline Send Email
Sep 23, 2003
2:50 pm
1361
The original schema for WSDL 1.1 allowed arbitrary attributes to appear in the <documentation> element. The current version (at ...
barryf999
Offline Send Email
Sep 24, 2003
12:00 am
1362
XSD attribute declaration allows adding attributes from namespace other than schema namespace. From http://www.w3.org/TR/xmlschema-1/#Attribute_Declaration XML...
Dinesh_Shahane
Offline Send Email
Sep 24, 2003
12:16 am
1363
Hi, I am using wsdl2java to generate a Java proxy for my .NET remoting object that exposes a WSDL file. I am getting a wierd error about an undefined port type...
pprasan
Offline Send Email
Sep 24, 2003
10:21 pm
1364
Can you provide us with the WSDL file? ... <snip>...
Anne Thomas Manes
annemanes
Offline Send Email
Sep 24, 2003
10:37 pm
1365
Here is the WSDL file. COrganizerWSObject is my .NET remote object that implements the ICMCMGuest interface. My remoting config file is configured to expose...
pprasan
Offline Send Email
Sep 25, 2003
1:24 pm
1366
There's at least one namespace error in your WSDL -- and this is the error that Axis is reporting: This binding: <binding name="ICMCMGuestBinding"...
Anne Thomas Manes
annemanes
Offline Send Email
Sep 25, 2003
2:28 pm
1367
The binding type should be ns2:ICMCMGuestPortType since the ns2 namespace denotes the ICOrganizerWS.dll, which is the assembly where the interface type...
pprasan
Offline Send Email
Sep 25, 2003
5:50 pm
1368
No -- the binding "type" attribute must reference a <portType> definition. The <portType> definition is in the WSDL's targetNamespace, which is the ns0:...
Anne Thomas Manes
annemanes
Offline Send Email
Sep 26, 2003
2:36 am
1369
Oh, so is this a bug in Microsoft's WSDL implementation? Because as I said before, the WSDL file was automatically generated by Microsoft. Thanks, Prasanna ......
pprasan
Offline Send Email
Sep 26, 2003
1:37 pm
Messages 1340 - 1369 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