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...
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@...
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...
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...
What error message do you get? Please also provide the <message> definition for QueryCapabilityNotFoundException. And the associated <types> definitions. Anne...
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"...
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...
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...
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 ...
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 ...
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...
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 ...
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...
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...
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...
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): ...
XSD attribute declaration allows adding attributes from namespace other than schema namespace. From http://www.w3.org/TR/xmlschema-1/#Attribute_Declaration XML...
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...
Here is the WSDL file. COrganizerWSObject is my .NET remote object that implements the ICMCMGuest interface. My remoting config file is configured to expose...
The binding type should be ns2:ICMCMGuestPortType since the ns2 namespace denotes the ICOrganizerWS.dll, which is the assembly where the interface type...
No -- the binding "type" attribute must reference a <portType> definition. The <portType> definition is in the WSDL's targetNamespace, which is the ns0:...
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 ......