Ok, I've narrowed the problem down to the ns0 namespace alias on the RegistrationResponse and RegistrationResult tags. MSWord does not like that these names...
I'm looking for some help on accessing a webservice using soap & VBScript. The service simply copies a file over to an ftp, but I am having trouble with an...
I am attempting to write a web service using ADO.NET datasets that can interoperate with clients on other platforms. All of the information I have found about...
Hi Sudhakar, The easiest way to create a Java Web Service client for accessing any Web Service is using the WSIF i.e. the Web Services Invocation Framework. It...
Does anyone know if there is a perl module that handles sending and recieving complex types? I have looked at SOAP::Lite but it doesnt go into complex types...
... SOAP::Lite works fine. I'm using it to send/receive deeply nested structures (arrays of structures containing arrays of structures with substructures),...
Sudhakar, If you would like to use the latest Java standard for Web Services. Check out the Java API for XML Web Services (JAX-WS) project at Java.net. The...
Hi Doug, Thanks for giving me such good stuff. I have to create standalone java web service client that invokes methods of .net web service server. I allreday...
hi, use axis i'm using it now in project and it works fine. There is class generator to build your code with wsdltojava. Bye. ... Hi Doug, Thanks for giving me...
Hi, xavier.......axis is use with tomcat..but my project specs is making a desktop java client that invokes .net services.. i have a wsdl2java tool ..its...
Axis client doesn't require Tomcat. Look through the wiki to find info on how to package the client without Tomcat. Or ask a question on the Axis discussion...
Hello everyone, right now I am working on Web services in Java. I am using Toat5.5 and axis to develop a web service. I am able to deploy and run simple web...
hi, yes me too; i have client webservice and i'm not using tomcat in my project. Read FAQ on ws. http://wiki.apache.org/ws/FrontPage/Axis/WritingYourClient ...
Hi Xavier, Thanks a lot .I Created a java web client with the help of this link..Right now i m using wsdl2java complier that bring from axis server.. one thing...
Sudhakar, JAX-WS does not require a servlet container. In fact, JAX-WS will be part of the upcoming Java SE 6 release. We don't have a sample for this yet,...
... If you are listening for incoming calls on a port, you are a server. It doesnt matter whether that is hidden in the many-months-from-shipping java6...
Hi All, I am new to soapbuilders group and also to SOAP. I am trying to install Apache-SOAP with TomCat with following specs. Apache Tomcat 3.3.2 jaf-1.0.2 ...
Hi All, Are there any good C / C++ implementations of SOAP? Please do reply. Thanks & regards, Somesh S. Shanbhag __________________________________ Yahoo!...
I know that Apache AXIS has a C++ version. I am not sure how good that is. http://ws.apache.org Regards, Rajiv K Nistala ... From: soapbuilders@yahoogroups.com...
On the commercial side, I'm aware of: 1) Iona's Artix, which we use and is a good product. 2) Systinet 3) RogueWave I have no meaningful experience with the...
Dear soapbuilders, I'd like to draw your attention to the newly formed W3C XML Schema Patterns for Databinding WG: http://www.w3.org/2002/ws/databinding/ Whose...
gSoap is a widely used implementation . You can download it from http://sourceforge.net/project/showfiles.php?group_id=52781 Regards, Isuru Somesh S Shanbhag...