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...
.NET does support RPC/encoded. Two suggestions: - consolidate your two WSDL files -- put the <types> section inline the service WSDL. - when using RPC/encoded,...
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...
... 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...
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...
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...
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.....
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...
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...
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? ... ...
Thank you for your response. Using wsdl2java i genereted java files. for example http://demo.wsabi.org/axis/services/YahooUserPingService?wsdl from these I...
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 ...
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...
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 ...
hi, i have to create vb client that consume .net web service, my vb client code is ************************************************************ Dim soapclient...
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 ...
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...
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). ...
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...
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,...
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...
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"...
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] ...
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...