Hi all, Systinet has public wsrm endpoints for http://schemas.xmlsoap.org/ws/2005/02/rm [1,2]. They correspond to the original wsrm interop. For scenario...
Tomas Bahnik
tomas.bahnik@...
Dec 1, 2005 10:25 am
10501
Hi, You can try using MTOM rather than with WS-attachments. MTOM is the standardized way to send attachments with SOAP. Even though the specification is still...
Hi all I have to create perl client .. dont have any idea about perl..i used soap::lite for perl client.i got this error "Unrecognized method 'UploadFile'....
You need to use WSE 3.0, which you can download from Microsoft's web site. You will also need to use Visual Studio 2005 because it supports SOAP 1.2 ...
... Hash: SHA1 Apache Axis2 team is proud to announce the 0.93 release. You can download the release from: http://www.apache.org/dyn/closer.cgi/ws/axis2/0_93/...
Is the SOAP over TCP support compatible with MS WSE or Indigo? Thanks, Tim- _____ From: soapbuilders@yahoogroups.com [mailto:soapbuilders@yahoogroups.com] On ...
Hi Tim, We haven't tested that with WSE, but U think it should. For your information, we had a very successful interoprability workship with Indigo, in the...
Hi everybody I want to make a simple program that will do the following : - Client: Send the information from log files to a server - Server: get the data from...
The W3C Web Services Addressing Working Group plans to hold an Interoperability Event to test the Web Services Addressing family of W3C Technical Reports in...
... Mark, I see we have a whole twenty test cases that define the required behaviour of a WS-A stack. Above and beyond those 20 test cases, if two stacks fail...
... Hello ... Well thats it you see. "Demonstrates that systems can be made to interoperate in controlled circumstances" is fundamentally different from...
I have tried getting nusoap to work with php and a clients wsdl, but I am unable to generate the structure that the wsdl is expecting. An example of the code,...
Hi I am Madan Mohan working in Bangalore as software engineer. I can give one solution to you. Please down load the nusoap 0.7.2 version and see some examples...
... Unfortunately I only see the output of the php script when it runs and good.xml isn't well formed, missing the soap ns declaration, for example. Providing...
Hi Ajith, Is Axis2-C completed and ready to use?Are there any more things to be developed on top of Axis2. Isuru Ajith Ranabahu <ajith.ranabahu@...>...
Well, Axis2 C effort is very fresh and my guess is its not upto the level of a fully functional SOAP stack yet. However Axis2 C follows the Axis2 Java ...
Hi, I am working on web service in C#. I am communicating with the SAP through SOAP programming. I have written only function in web service to execute. Now...
Hi everybody, I am new to your group and also new to SOAP technology. so can you please help me to build web services using jwsdp1.6 for security. actually i...
Sorry, but this is not a user support list. This list is for folks that are building SOAP implementations (like jwsdp-- i.e., the Sun developers), not SOAP...
Folks, JMS support has been ported to Axis2 SVN head (from Axis 1.X). No, our TCP support is not compatible with Indigo's NetProfileTCPBinding. Any pointers...
I wll try to get more in-depth info. Stay tuned... Cheers, Christian ... http://beuchelt.blogdns.net:8080/2005/10/05/More+On+The+Indigo+TCP+Transport.aspx ... ...
... Don't use unions. I usually end up making a complex type with a bunch of optional elements. I expect there to be only one in the instance document. I...
... Well, that sucks. But it's what I was afraid of. Thanks! Happy christmas, new year, etc. /r$ -- SOA Appliance Group IBM Application Integration Middleware...
One more thing... You could use a choice, which is a little cleaner, but has the problem that it doesn't work with some kits. It does work with .NET, I don't...