Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

soapbuilders

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1852
  • Category: Protocols
  • Founded: Jan 27, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 10067 - 10096 of 10832   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
10067 Bhanu Prakash Madhineni
sunshine_btech Send Email
Jan 13, 2005
2:24 pm
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...
10068 raghuvis Send Email Jan 13, 2005
3:25 pm
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...
10069 Tom Jordahl
tomj_88 Send Email
Jan 13, 2005
6:27 pm
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...
10070 Trung Nguyen
mdktindia Send Email
Jan 13, 2005
9:58 pm
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...
10071 snowlovingboy Send Email Jan 17, 2005
2:40 am
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" ...
10072 subirformatrix Send Email Jan 17, 2005
6:43 am
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...
10073 bijith
bithu24 Send Email
Jan 17, 2005
8:45 am
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...
10074 Bill Keese
wkeese Send Email
Jan 19, 2005
1:27 am
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...
10075 Tom Jordahl
tomj_88 Send Email
Jan 19, 2005
2:50 am
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...
10076 wkeese Send Email Jan 19, 2005
5:53 am
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...
10077 Tom Jordahl
tomj_88 Send Email
Jan 19, 2005
10:37 pm
... 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 ...
10078 Michele Leroux Bustam...
michelelerou... Send Email
Jan 20, 2005
2:01 am
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...
10079 Bill Keese
wkeese Send Email
Jan 20, 2005
2:33 am
Interesting. Is the link below what you are talking about? ...
10080 Bimal Eranda Egodage
bimmal Send Email
Jan 20, 2005
11:37 am
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...
10081 Ravisankar Subramani
penholderpro Send Email
Jan 26, 2005
9:23 pm
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...
10082 kulwant gangurde
kullug99 Send Email
Jan 27, 2005
4:16 am
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...
10083 Shishir Shah
shishiratyash Send Email
Jan 28, 2005
4:37 am
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....
10084 Abhijit Suvarna
mail2abhi2001 Send Email
Jan 28, 2005
5:53 am
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...
10085 aditya_rao_2000 Send Email Jan 31, 2005
8:35 am
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...
10086 Ramakichenane Douress...
ramkid_2000 Send Email
Jan 31, 2005
12:50 pm
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...
10087 Shishir Shah
shishiratyash Send Email
Jan 31, 2005
2:41 pm
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...
10088 pradeep tewari
ptewari2003 Send Email
Jan 31, 2005
2:55 pm
Note: forwarded message attached. ... PRADEEP TIWARI B.Tech., Final Year Computer Science and Engineering, Room No. 144,Manas Hostel, Indian Institute of...
10089 jbogale Send Email Jan 31, 2005
5:54 pm
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...
10090 Shishir Shah
shishiratyash Send Email
Feb 5, 2005
7:47 am
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..... ...
10091 Pradeep
ptewari2003 Send Email
Feb 6, 2005
6:21 am
Hi, All I am facing following problem :: I have declared my web service object in VC++ like this ... WebReference::Service1* ob = new WebReference::Service1();...
10092 Pradeep
ptewari2003 Send Email
Feb 7, 2005
1:31 pm
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...
10093 axis cpp
axiscppteam Send Email
Feb 8, 2005
2:37 pm
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...
10094 ejv02 Send Email Feb 13, 2005
8:32 pm
Hi all, Although I know about webservices, I would like to know a bit more regarding interoperability. What are the sort of interoperability problems...
10095 Nelson Minar
nelson_minar Send Email
Feb 13, 2005
8:54 pm
... From my experience nothing interoperates well, even in the basic SOAP stack. rpc/encoded used to work OK, within its limitations but now that's deprecated...
10096 Darma Muthiayen
dmuthiayen Send Email
Feb 13, 2005
9:35 pm
Can't agree more... at least rpc/encoded had the grace of being "workable"; even with .NET, Python, Perl clients, as long as you stick to SOAP-compliant data...
Messages 10067 - 10096 of 10832   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help