Search the web
Sign In
New User? Sign Up
soapbuilders
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 10690 - 10726 of 10820   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10690
... I'm not convinced that hard coding deployment options in source is any better than coding them into XML descriptors, but that is a separate topic. What I...
Steve Loughran
steve_loughran
Offline Send Email
Jun 6, 2006
1:17 pm
10691
Steve, First, deployment options do not need to be encoded in sources, 109 has just defined resonable defaults that a DD is no longer necessary. You have the...
Doug Kohlert
dckohlert
Offline Send Email
Jun 6, 2006
3:12 pm
10692
... seems good. ... How do they reconcile the need for JAXRPC to depend upon one version of SAAJ and the JAXWS needing a different version? -steve...
Steve Loughran
steve_loughran
Offline Send Email
Jun 6, 2006
7:28 pm
10693
Steve, I believe that JAX-RPC and JAX-WS in glassfish both use the same version of SAAJ....
Doug Kohlert
dckohlert
Offline Send Email
Jun 6, 2006
7:39 pm
10694
... OK. It looks like Axis1 is a bit too intimate with its implementation of SAAJ, so running stuff side-by-side is going to be trickier. Its an interestinf...
Steve Loughran
steve_loughran
Offline Send Email
Jun 6, 2006
10:03 pm
10695
I am trying to talk with other endpoints that implement a WSRF/WSDM based API, but am failing on every request. They can talk to my endpoint, but whenever my...
Steve Loughran
steve_loughran
Offline Send Email
Jun 7, 2006
10:01 am
10696
One anomaly that I noticed is that you are using Content-Type as application/soap+xml with a SOAP 1.1 message. Though this is no reason for sending faultcode...
Ashutosh Shahi
ashutosh.shahi
Offline Send Email
Jun 7, 2006
11:41 am
10697
... I tried text/xml; same result. I am starting to suspect that the cause is that my wsa:Action isnt a valid URI. thanks anyway, -steve...
Steve Loughran
steve_loughran
Offline Send Email
Jun 7, 2006
12:01 pm
10698
Hi All, We are pleased to announce the release of Apache Axis2/C version 0.92. You can download this release from http://ws.apache.org/axis2/c/download.cgi We...
Samisa Abeysinghe
samisa.abeysinghe@...
Send Email
Jun 17, 2006
4:16 pm
10699
Hi guys I am completely new to SOAP and trying to write a client for a web service our company intend to use. My problem is i am not able to figure out why...
manoj patil
mnpatil01
Offline Send Email
Jun 21, 2006
10:49 am
10700
Web Services Interop Plug-fest - 26-28 September 2006 Microsoft Corporation would like to invite you to a 3-day Web Services Interop Plug-fest on Tuesday...
Jorgen Thelin
jthelin_micr...
Offline Send Email
Jun 30, 2006
10:51 pm
10701
Hi, i'm trying to write a perl program using SOAP with a remote system. The remote side already has a WDSL file, and i'm wondering if anyone has an example how...
Justin Zygmont
solarflow99
Offline Send Email
Jul 13, 2006
8:25 pm
10702
I will be out of the office starting 07/09/2006 and will not return until 07/15/2006. If this is going to a mailing list, I apologize. In case of emergency,...
Richard Salz
rich_salz
Offline Send Email
Jul 13, 2006
9:29 pm
10703
Hi Justin, StrikeIron created a "How-to" guide for perl developers using SOAP::LITE. I've uploaded it into the Files folder in this Yahoo Group. You can find...
Dave Nielsen
getdavey
Offline Send Email
Jul 19, 2006
4:51 am
10704
Hi to all I just started learning SOAP...................... I think it one of the groups that helps in learing SOAP regards cyber ...
cyber rebyc
cyber3080
Offline Send Email
Jul 25, 2006
1:52 am
10705
Wrong list. This is not a user help discussion list. This list is used by the vendors and open source communities (the people that build SOAP implementations)...
Anne Thomas Manes
annemanes
Offline Send Email
Jul 25, 2006
11:23 am
10712
Hi, For a product to support Document/literal encoding as in .NET. Is it a must for it to be able to understand the WSDL file? Thanks and Regards, M Shetty...
mshetty_p_2006
Offline Send Email
Aug 16, 2006
2:19 pm
10713
I need to use an outside web service that I've discovered has an unconventional trait. If something goes wrong, either in the input message body, message...
Karr, David
davidmichael...
Offline Send Email
Aug 16, 2006
3:41 pm
10714
... I don't think this violates any spec. It's certainly more polite to return a SOAP fault, but there will always be cases where a problem actually occurs...
Glen Daniels
glen@...
Send Email
Aug 16, 2006
3:49 pm
10715
... SOAP 1.1 requires that faults be returned with HTTP status 500. SOAP 1.1 does not require that HTTP never send 500 under any other circumstances. ... SOAP...
Richard Salz
rich_salz
Offline Send Email
Aug 16, 2006
4:33 pm
10716
... Um, nope. See table of response codes here: http://www.w3.org/TR/2003/REC-soap12-part2-20030624/#http-reqbindwaitstate SOAP 1.2 did clarify things, but it...
Glen Daniels
glen@...
Send Email
Aug 16, 2006
4:42 pm
10717
Damn, I keep getting that wrong. Thanks Glenn /r$ -- SOA Appliances Application Integration Middleware...
Richard Salz
rich_salz
Offline Send Email
Aug 16, 2006
5:37 pm
10719
I have a question to SOAP client/server builders. A server published the WSDL schema with a complex type described like this: For example: <xsd:schema> ...
tkogan2002
Offline Send Email
Aug 17, 2006
5:42 pm
10720
I have a question to SOAP client/server builders. A server published the WSDL schema with a complex type described like this: For example: <xsd:schema> ...
Kogan, Tamara
tkogan2002
Offline Send Email
Aug 17, 2006
9:33 pm
10721
Hi all, I need to test with DataSets. Does anyone know the endpoint of any public .NET web service returning a DataSet? It is quite annoying looking by hand...
ejv02
Offline Send Email
Aug 19, 2006
8:19 am
10722
... but we do stick the original Http error code in there somewhere so you can distinguish your 404 from your 302, and maybe even the nested error text,...
Steve Loughran
steve_loughran
Offline Send Email
Aug 20, 2006
10:11 am
10723
... Of course; that is exactly what xsd:any implies. There's some complexity related to namespaces, specificially whether you allow content the ##other and...
Steve Loughran
steve_loughran
Offline Send Email
Aug 21, 2006
1:39 pm
10724
I wanted to run this past these groups before putting it to the WS-I AP and WSDL WG lists in case I'm missing something. The MIME WSDL 1.1 schema...
Peter Hendry
peter.hendry@...
Send Email
Aug 28, 2006
1:24 am
10725
I was wondering if anyone knew of any repository of collected wisdom (or even just single experiences) on writing SOAP toolkits. I have some rudimentary SOAP...
Joe Hourcle
jhourcle
Offline Send Email
Aug 30, 2006
8:12 pm
10726
We are pleased to announce the release of Apache Axis2/C version 0.93. You can download this release from http://ws.apache.org/axis2/c/download.cgi Key...
Samisa Abeysinghe
samisa.abeysinghe@...
Send Email
Sep 2, 2006
12:02 am
Messages 10690 - 10726 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