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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 10387 - 10416 of 10820   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10387
Hi, I am trying to write an apache soap client. The guidelines I am following are from apache web site. "Writing RPC clients". (attached with the email) One of...
Sudhamsu
sudhamsu007
Offline Send Email
Sep 1, 2005
1:16 pm
10388
HI I am very new to SOAP. I am using C# to build our application. i need to send our data in XML using SOAP to the other devices on the network. HOw can I do...
vidya
vidya_kulkarni
Offline Send Email
Sep 1, 2005
11:31 pm
10389
If devices on ur network expose thier remote object / remote procedute in a WSDL then u can create web refrence and then call the remote object from your...
pawandeep singh
pawansingh_del
Offline Send Email
Sep 2, 2005
8:34 am
10390
hi, can you explain in code? please.. regds, pawandeep singh <pawansingh_del@...> wrote: If devices on ur network expose thier remote object / remote...
Vidya kulkarni
vidya_kulkarni
Offline Send Email
Sep 2, 2005
3:28 pm
10391
Hi, I want to custumize the SOAP packate. Can anybody help me for this. I want to do it in .NET using C#. Vish....
vishal
vishalnandanwar
Offline Send Email
Sep 6, 2005
1:40 pm
10392
I suggest you upgrade to Apache Axis. It's much easier to use, and it's compliant with various standards like WS-I Basic Profile and JAX-RPC. See ...
Anne Thomas Manes
annemanes
Offline Send Email
Sep 8, 2005
10:38 pm
10393
Hey Anne, Thanks a lot for the reply. I was able to find the urn from the wsdl and was able to do the stuff. Yeah, I saw this stuff, AXIS, online and now I am...
Sudhamsu
sudhamsu007
Offline Send Email
Sep 9, 2005
12:17 am
10394
All, Are there any tests available for C14N (Inclusive and/or Exclusive) where the results are in bytes, i.e., not plain text? Thx, -Matt...
wmatthewlong
Offline Send Email
Sep 13, 2005
3:30 pm
10395
... As you know, the output of c14n and exc-c14n is utf8, so it's somewhat of an artificial distinction (as opposed to say, utf-16). Elliotte Harold,...
Rich Salz
rich_salz
Offline Send Email
Sep 13, 2005
4:16 pm
10396
All, Canonical Xml[1] states the following in Processing Model[2]: "...Comment Nodes - ...For canonical XML with comments, generate the opening comment symbol...
wmatthewlong
Offline Send Email
Sep 14, 2005
9:55 pm
10397
It means that if a comment appears before the root element, put a blank line at the end of the comment; if it appears after the root, put it before. <!-- this...
Rich Salz
rich_salz
Offline Send Email
Sep 15, 2005
2:51 am
10398
Yes, but... (1) (a) is the xml to canonicalize (I introduced #xD, #xA after then closing </a> tag) (2) (b) represents the xml post line feed normalization (3)...
wmatthewlong
Offline Send Email
Sep 15, 2005
2:02 pm
10399
... No, there should be a newline before the <a> ... Yes, wrong for two reasons: missing a \n before the <a> and you added an extra one after the </a> -- Rich...
Rich Salz
rich_salz
Offline Send Email
Sep 15, 2005
2:35 pm
10400
Sorry I forgot the '\n' after first comment. What I'm trying to emphasize is the case where '\n' exists in position relative to comment processing, i.e., post...
Matt Long
wmatthewlong
Offline Send Email
Sep 15, 2005
4:02 pm
10401
... Yes to all points. /r$ -- Rich Salz Chief Security Architect DataPower Technology http://www.datapower.com XS40 XML Security Gateway...
Rich Salz
rich_salz
Offline Send Email
Sep 16, 2005
11:25 am
10402
I'm developing in WSAD, working on a Java web service that needs to return a timestamp from DB2 that includes nanoseconds. I defined the timestamp in my WSDL...
Dave
dtregay
Offline Send Email
Sep 21, 2005
2:03 am
10403
Hello folks I need help sending an Arraylist from a Perl Client to a .NET WebService using SOAP::Lite. I am able to send int,arrays,strings and objects....but...
Vinit Samel
vinitns
Offline Send Email
Sep 21, 2005
11:14 pm
10404
Hello friends Our MNC client have Global operations requires profile matching the below given requirement. REQUIREMENT 2. Systinet Engineers Experience:5+...
ablr72
Offline Send Email
Sep 25, 2005
8:41 am
10405
You can download the release from: http://ws.apache.org/axis2/download.cgi What's in this release? This release includes the following features: * Complete XML...
Eran Chinthaka
sweranchinthaka
Offline Send Email
Sep 26, 2005
7:35 pm
10406
Marriages are made in heaven but we have to make it success on the earth!!! FREE FREE FREE...... Matrimonials http://www.Net4Matrimonials.com (HERE YOU WILL...
LoveLeen
meet2pkw
Offline Send Email
Sep 27, 2005
10:43 am
10407
Are you writing a soap request for any of these? -S LoveLeen <meet2pkw@...> wrote: Marriages are made in heaven but we have to make it success on the ...
Sudhamsu
sudhamsu007
Offline Send Email
Sep 27, 2005
12:57 pm
10408
Does any one in this group know about any openings in Embedded systems. I know of a person who has nearly 7 years of experience in it. Thanks, Sudhamsu ablr72...
Sudhamsu
sudhamsu007
Offline Send Email
Sep 27, 2005
1:01 pm
10409
hey all, How do I do this in Perl Soap::Lite - If (encoding==literal) { do this} else {do seomthing else} how do i find if the encoding is literal type (i.e....
Vinit Samel
vinitns
Offline Send Email
Sep 27, 2005
6:57 pm
10410
Hi, I have a C# Web Service proxy class that was generated from a WSDL file using the wsdl.exe program. I am trying to get the code to insert an additional...
psipjay
Offline Send Email
Sep 28, 2005
5:33 pm
10411
I am helping a client build a Web service from PHP code. The client's server supports only PHP 4.3 so we cannot use the PHP 5 built-in SOAP functions. It looks...
huckle34
Offline Send Email
Sep 28, 2005
6:07 pm
10412
Have you read related MSDN articles eg. [1] and in particular [2]? Tomas [1] ...
Tomas Bahnik
tomas.bahnik@...
Send Email
Sep 29, 2005
7:36 am
10413
Please can someone help me? I'm trying to connect to my NuSoap server from Excel. I configured my client using the web server references tool. It uses MS SOAP...
charlie_fadipe
Offline Send Email
Sep 29, 2005
6:55 pm
10414
Hi, I am new to web services and SOAP. I was wondering if there is a way to remove the soap tabs <soapenv:Body> and <soapenv:Envelope> completely from a soap...
namratadin
Offline Send Email
Sep 30, 2005
7:06 pm
10415
Seems like it was my "rookie" mistake. I instantiated a new soap client for every subsequent call - thus the server cookie was never captured!...
charlie_fadipe
Offline Send Email
Sep 30, 2005
8:15 pm
10416
... Nami Why would you want to do that? The whole point of soap is that's its a unified way of sending messages from any kind of client to any server. The...
charlie_fadipe
Offline Send Email
Sep 30, 2005
8:23 pm
Messages 10387 - 10416 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