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 10798 - 10831 of 10831   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
10798 ladislav_urban Send Email Feb 21, 2007
2:49 pm
For people who implement web services. Webswell Connect provides open source technological infrastructure that enables companies to take part in documents...
10799 Jody R. McKinzie
hanks9872 Send Email
Mar 17, 2007
5:29 am
Team, I need help. I am trying to get information to build a soap web service using PERL::SOAP and I do not have access to the WDSL or do not know the exact...
10800 John Lim
johnlimyh Send Email
Mar 19, 2007
1:30 pm
Hi Gregor, I have not had the opportunity to experiment with the situation that you described, but I have encountered issues with the opposite - meaning, I ...
10801 ZhuSheng ShengZhu
zhusheng_zs Send Email
Apr 20, 2007
11:13 am
... From: soapbuilders Moderator <soapbuilders-owner@yahoogroups.com> To: zhusheng_zs@... Sent: Friday, April 20, 2007 2:06:08 AM Subject: Yahoo! Groups:...
10802 its_mba Send Email Apr 28, 2007
8:37 am
Hello Group I am a true newbie, new to this group and new to SOAP technology. I've developed an application with Btrieve 6.15 and have a few XML files as a...
10803 Samisa Abeysinghe
samisa.abeysinghe@... Send Email
May 7, 2007
3:50 am
Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C version 1.0.0 You can download this release from ...
10804 yogya_johan Send Email May 24, 2007
4:54 am
Hi, I'm a new developer in VB + SOAP 3.0 SDK, I would like to sending out a header of message like this: POST /mm7extadapter HTTP/1.1 Content-Type:...
10805 Jorgen Thelin
jthelin_micr... Send Email
May 31, 2007
10:49 pm
Web Services Interop Plug-fest - 10-12 July 2007 Microsoft Corporation would like to invite you to a 3-day Web Services Interop Plug-fest on Tuesday July 10,...
10807 nilesh_s_ghorpade
nilesh_s_gho... Send Email
Aug 23, 2007
2:18 pm
Hi Ian, Once you have the WSDL of the Web Service you can use any of the available tools which allow you to parse the WSDL and create a SOAP message. Once you...
10809 Samisa Abeysinghe
samisa.abeysinghe@... Send Email
Oct 1, 2007
6:01 am
Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C version 1.1.0 You can download this release from: ...
10810 Arjen Poutsma
poutsma Send Email
Oct 5, 2007
12:37 pm
Hi builders, About a year ago, RC1 of the SOAP over Java Message Service spec was released. See http://mail-archives.apache.org/mod_mbox/ws-axis-dev/ ...
10811 Doug Bunting (WSSP)
dougb62 Send Email
Oct 26, 2007
10:20 pm
Broadening the distribution... From: Doug Bunting (WSSP) Sent: October-26-07 15:13 To: 'WS-Builders@yahoogroups.com' Subject: Reminder: Web Services Interop...
10812 Doug Bunting (WSSP)
dougb62 Send Email
Dec 21, 2007
11:14 pm
Web Services Interop Plug-fest - 18-20 March 2008 Microsoft Corporation would like to invite you to a 3-day Web Services Interop Plug-fest on Tuesday March 18,...
10813 Pooia
pooia_acm Send Email
Feb 19, 2008
10:44 am
httprio component makes an alive connection. how can I close the connection after the server response?...
10814 James McGovern
jm04469 Send Email
Apr 2, 2008
9:55 am
10817 Glen Daniels
glen@... Send Email
Jun 9, 2009
12:37 pm
Hi all: The Apache Axis2 team is pleased to announce the release of Axis2 version 1.5. Major Changes Since 1.4.1: - Refactored, pluggable transports (separate...
10818 Glen Daniels
glen@... Send Email
Jun 11, 2009
7:48 pm
Hi Andreas: Good catch - I just added it to svn. https://svn.apache.org/repos/asf/webservices/axis2/tags/java/v1.5/ Thanks, --Glen...
10819 kensonpeh Send Email Jun 21, 2009
3:26 pm
Hi All, I need to call third party web services from my php NuSoap. The Web Services abc.asmx?WSDL is look like below: <?xml version="1.0" encoding="utf-8" ?> ...
10820 Glen Daniels
glen@... Send Email
Oct 23, 2009
11:21 pm
Hi all: The Apache Axis2 team is pleased to announce the release of Axis2 version 1.5.1. Major Changes Since 1.5: * Fix for the dreaded "CLOSE_WAIT" problem...
10821 ahooi99 Send Email Apr 19, 2010
4:24 am
Hi, My WS provider is built on Apache Axis, and my soap client is on MS.NET 3.5. I need to create the soap message, generate the digest value and sign the...
10822 dougb62 Send Email Apr 19, 2010
7:48 pm
- Was the .NET 3.5 client generated from WSDL for the Axis service? - What is the configuration (app.config or web.config contents) for the .NET 3.5 client? -...
10823 ahooi99 Send Email Apr 20, 2010
7:14 am
I am following this example (http://msdn.microsoft.com/en-us/ms229745.aspx) to generate the digest message and sign the soap message. Of course, I generate my...
10824 yaron.naveh Send Email Apr 20, 2010
3:05 pm
I agree you should publish here a sample working and failing soap. Also in ws-security the Id attribute of the encrypted element should be under the ...
10825 Doug Bunting (WSSP)
dougb62 Send Email
Apr 20, 2010
4:44 pm
I would also suggest using Windows Communication Foundation (WCF) rather than the low-level .NET security APIs. WCF is the .NET component for Web services...
10826 ahooi99 Send Email Apr 21, 2010
12:14 am
Here is the required format in the soap message. <soapenv:Envelope xmlns:SOAP-SEC="http://schemas.xmlsoap.org/soap/security/2000-12"...
10827 yaron.naveh Send Email Apr 21, 2010
4:52 am
What is the format you actually send? Not sure WCF will help here as the message uses rpc/encoded format. Yaron NavehWeb Services Security Blog ...
10828 ahooi99 Send Email Apr 21, 2010
4:59 am
Sorry, but what do you meant by format I send?...
10829 yaron.naveh Send Email Apr 23, 2010
8:07 am
What is the soap you actually send? Yaron NavehWeb Services Security Blog <http://webservices20.blogspot.com/> ... ...
10830 jzhang_ximpleware
jzhang_ximpl... Send Email
Feb 27, 2011
8:05 am
VTD-XML 2.10 is now released. It can be downloaded at https://sourceforge.net/projects/vtd-xml/files/vtd-xml/ximpleware_2.10/. This release includes a number...
10831 Yans
yans_dc Send Email
Feb 12, 2013
2:21 pm
         http://www.1sco-international.com/phww/8rk6wi6a3qhwg377pz6rrob.v15nmadw0btjc0a9c6x596p43ly  &nb...
Messages 10798 - 10831 of 10831   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