Search the web
Sign In
New User? Sign Up
soapbuilders
? 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.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9372 - 9402 of 10820   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9372
http://groups.yahoo.com/group/SandHillEC/ See which soap stars will be the first to be funded by Silicon Valley's tier 1 venture firms; Submit your own plan to...
Seldon Wells
venturefinance4
Offline Send Email
Aug 1, 2003
7:40 pm
9373
I'm building a system in which the data being sent between clients and servers can be very large. We are currently working with files that are 10's of...
Paul Stodghill
Paul_V_Stodg...
Offline Send Email
Aug 3, 2003
2:51 pm
9374
Is there any reason not to have the 1st server act as a SOAP intermediary and forward the data to the second server directly? Or is it a design requirement...
Bob Cunnings
cunnings@...
Send Email
Aug 3, 2003
4:41 pm
9375
I don't think that the requirements preclude having the first server be a SOAP intermediary, but I don't see how that solves the problem. Let me explain, We...
Paul Stodghill
Paul_V_Stodg...
Offline Send Email
Aug 3, 2003
5:39 pm
9376
Hi, Can someone please forward me few samples on-the-wire format of a DIME message which contains a simple SOAP message? Also an example of DIME message where...
Saha, Saikat
saikat.saha@...
Send Email
Aug 4, 2003
3:39 am
9377
Hi, A while back I zipped up some traces captured during Soapbuilders round 4 document style DIME testing, they are located at: ...
Bob Cunnings
cunnings@...
Send Email
Aug 4, 2003
4:44 am
9378
Paul, while in SOAP/1.1 you can indeed put the URIs in the href attribute, in SOAP version 1.2 you can't do the equivalent and use the ref attribute because it...
Jacek Kopecky
kopretinka2
Offline Send Email
Aug 4, 2003
8:29 am
9379
... I think you'd be hard pressed to find a DIME impl. handling > 4GB in a single message, even though it is part of the spec. I don't know what the SwA limit...
Steve Loughran
steve_loughran
Offline Send Email
Aug 4, 2003
7:19 pm
9380
Hello, I just joined this group and have been browsing through all the posting on this discussion group. I am quite new in web servcies area. I want to do a...
biseftow6
Offline Send Email
Aug 5, 2003
2:26 am
9381
I have a web service accepting SOAP messages. I would like the client application to have a tool that will monitor the messages at the server. i.e, it should...
sooraj_j_77
Offline Send Email
Aug 5, 2003
2:43 pm
9382
Hi, Can anyone please point me to a WSDL validator which could validate wsdl syntaxes, doc/lit style as well as validates document schemas etc.? Schematron...
Saha, Saikat
saikat.saha@...
Send Email
Aug 5, 2003
5:25 pm
9383
Hi Saikat, At the risk of being self-promoting, you might want to check out the SOAPscope 2.0 Beta[1], which includes a very comprehensive WSDL analyzer. -...
Dave Seidel
davidseidel
Offline Send Email
Aug 5, 2003
6:11 pm
9384
If you want to do it programmatically in java WSDL4J from ibm is good . ... From: Saha, Saikat [mailto:saikat.saha@...] Sent: Tuesday, August 05,...
Karthik Kalyanaraman ...
kkalyana76
Offline Send Email
Aug 5, 2003
6:14 pm
9385
Open source: Cape Clear WSDL Editor (http://www.capescience.com/downloads/wsdleditor/) Commercial: Kamiak OmniOpera (http://www.omniopera.com) Altova XML Spy...
Anne Thomas Manes
annemanes
Offline Send Email
Aug 6, 2003
4:03 pm
9386
Bismillah Rahman Raheem (In the name of Allah, The Merciful, The Gracious) [Home Page] The media classifies Muslims as "terrorists," "highjackers" and...
Gary Miller
miller_2022
Offline Send Email
Aug 7, 2003
7:45 am
9387
I've got a situation where I need to call a Perl web service from a C# .NET. I've created a WSDL file for it but I recieve this error in C# when I try and...
richbell00
Offline Send Email
Aug 7, 2003
6:14 pm
9388
Richard, If you are expecting 'urn:RWS#getInfo' in your perl web service, it's what you need to advertize in your WSDL. currently, you are using 'urn:RWS'. ...
Eric Rajkovic
eccoonthenet
Offline Send Email
Aug 7, 2003
6:27 pm
9389
Eric, Thanks. I knew it must be something simple. Richard ... it's what you need to advertize in your WSDL. ... a ... error in ... perl/RichWebService.pl. ......
richbell00
Offline Send Email
Aug 7, 2003
7:13 pm
9390
I have problem with my WebService when I calling from ASP. When I use authentification I have no problem for calling my WebService but when I put windows ...
François Turpin
fbarney11
Offline Send Email
Aug 8, 2003
2:20 am
9391
It turns out the recently released Axis1.l product doesnt handle MustUnderstand headers right. It does throw a fault on not understood headers, but it does...
Steve Loughran
steve_loughran
Offline Send Email
Aug 8, 2003
8:48 pm
9392
Hello, Everybody. I'm May-Chan, webmaster of www.wondermay.com I glad to suggest my site. Let's you read and visit me just a litile time :D I love Cartoon...
MAY-CHAN
wondermayml
Offline Send Email
Aug 10, 2003
4:21 pm
9393
Hello all, Has anyone used EasySOAP++ before? I am using the O.6 version to build a C++ SOAP Client. When I try to compile my files I get wiered SOAPTypeTraits...
Joseph Egbulefu
Joe_EZ
Offline Send Email
Aug 10, 2003
10:22 pm
9394
Thanks for your suggestions. I've thought about this and I agree with you: the cleanest way to do this is to make it part of the application data. However, my...
Paul Stodghill
Paul_V_Stodg...
Offline Send Email
Aug 10, 2003
10:31 pm
9395
... Thanks for the warning. I will probably end up rolling my own DIME implementation for this and other reasons. ... Yes. ... Yes. ... Yes, I believe that I...
Paul Stodghill
Paul_V_Stodg...
Offline Send Email
Aug 10, 2003
10:36 pm
9397
Hello Guys, I am new to SOAP Builder's yahoo group. I came upon this group while trying to figure out an issue that has been haunting me. I have exposed a .NET...
Maths
wintersparks
Offline Send Email
Aug 11, 2003
7:32 am
9398
Hi all, I have a SOAP xml file. I try to validate it using java xml parser. So i have the soap-envelope.xsd reference in soap envelope. I also need to validate...
JOYCE JUSTIN
joyce.justin@...
Send Email
Aug 11, 2003
9:03 am
9399
The problem is, when you got a complete SOAP message like this: <SOAP-ENV:Envelope xmlns:SOAP- ENV="http://schemas.xmlsoap.org/soap/envelope/" ...
jacob_just_at_kirk
jacob_just_a...
Offline Send Email
Aug 11, 2003
12:06 pm
9400
Thanks for the note, Steve - I'd been working on a similar message, so I'll just add a few words here: MustUnderstand processing as per the SOAP 1.2 processing...
Glen Daniels
glen_macromedia
Offline Send Email
Aug 11, 2003
12:35 pm
9401
Hi, I created a simple web services application using Axis. When I run the java client application, it wroks perfectly. However, when I try to access this web...
yiwang_au
Online Now Send Email
Aug 11, 2003
1:08 pm
9402
Looks to me like the request is missing a namespace declaration on the <echo> element below <Body>. You can see what it should be by debugging your...
Jim Murphy
jjm_morgan
Offline Send Email
Aug 11, 2003
2:53 pm
Messages 9372 - 9402 of 10820   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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