Hello All, I need help to decide whether I want to send string array which could be the size of few Mega Bytes in the normal SOAP response without using SWA...
Hi, I am relatively new to axis and I am trying to figure out a way whereby I can generate a JMS Client using WSDL2JAVA. As I understand, if i use a wsdl2java...
Raghuvis, The right place for questions like these would be on the axis-user mailing list. Please see http://ws.apache.org/axis/mail.html. To answer your...
Raghuvis, As my understanding, JMS has not yet been a standard transport protocol for SOAP. It's rather to be a extension. So different vendors may have...
The tool i used is MS SOAP Toolkit3.0 and MS VC++6.0, The platform if MS WindoswXP+SP2. Below is the source code : #include <stdio.h> #import "msxml4.dll" ...
Hi, I have to work with soap + wsdl with perl. Can anybody pls tell me the difference between soap + perl or soap :lite + perl, which would be the correct way...
soap+perl means implementing soap technology using perl soap::lite+perl::soap::lite is the perl module that help u to implement SOAP in perl installation of...
If I set a user/password from my Axis client, I can access it on the Axis server, but if I set user/password from a .NET client I can't seem to access it from...
There is no specification that details how these values are passed from client to service. You should be able to crack the SOAP Envelope in .NET and get the...
Hi Tom, The AXIS client puts the info in the HTTP header, and presumably the AXIS server pulls it from there. The problem is that the .NET client doesn't put...
... Yup. This is as expected. No specification or standard means no interop. I am pretty sure that you can *put* the u/p in the HTTP header with the .NET ...
Why aren't you using the OASIS WS-Security username token profile? That is the standard for these things. WSE 2.0 is the .NET library that serializes this...
Hi I'm new to webservice technology. and I'm doing a module in Aplication Integration Technologies (J2EE). No I have to do an practicle for it. it is about...
Hi, I am using webspehre app server 5.0.2 and when i generated soapelemnt it creates nameapce for each element and that causes lot of issues. Did any one ever...
i need some help on webservices h to design webservice? security cosiderations while developing web service? pls guide me if someone have worked on it thanks...
hi there, for developing a webservice u must have some knowledge about xml because the moment we talk about webservices three things comes in to the picture....
HI, I had recently designed a webservice and then i had the same questions which u have today. because there was a tight deadline i could not get all the...
hi, my name is aditya. i am a final year computer engg student of pune university. i am working on my final year project titled "implementation of MMAP server...
Dear Aditya, I am Ram, working in France. My suggestions, 1. SOAP supports directly packing a message in XML format with the method WriteXML(). So, I think you...
Hi Aditya, This is Shishir Working in Indore. I have also worked with soap and webservices. well from your design description i can sya if you want to use java...
Note: forwarded message attached. ... PRADEEP TIWARI B.Tech., Final Year Computer Science and Engineering, Room No. 144,Manas Hostel, Indian Institute of...
I tried gSoap and SOAP/Client.php to convert the following to wsdl file to client functions. wsdl file is located at http://www.lbfsbo.com/IfxService.wsdl With...
hi all, can any body tell me about SOA architecture and SOA implementation for business (webservice) integration......that will be a great help to me..... ...
Hi, All I am facing following problem :: I have declared my web service object in VC++ like this ... WebReference::Service1* ob = new WebReference::Service1();...
Hi, Friends Greetings and best regards!! I am able to add web reference and by specifying the complete URL of the webservices I am able to fetch them. But this...
Hi All; 1.5 alpha has been released and can be downloaded at http://www.apache.org/dist/ws/axis-c/ The 1.5 release is to be a major bug fixes release plus some...
Hi all, Although I know about webservices, I would like to know a bit more regarding interoperability. What are the sort of interoperability problems...