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 9259 - 9288 of 10820   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9259
Hi John, The solution to sending attachments thru .Net Web services lies in DIME Specifications using WSE 1.0 Patch (Web service enhancements) - WSE1.0. You...
Manu
mohitchand1976
Offline Send Email
Jun 2, 2003
4:49 am
9260
Hi folks , I developed java web services and its working fine.Now i wanted to change my application to .net client.So what are the changes i need to make in my...
Parameswari Krishnasami
kichukp
Offline Send Email
Jun 2, 2003
6:35 am
9261
Hi Manu: Your reply was extrememly helpful , i am trying to play with the example as i write this. The example uses DIME rather than MIME and i was wondering...
lordvega
Offline Send Email
Jun 2, 2003
6:20 pm
9262
There is no MIME support in .NET, If you have to use MIME, then you'll have to write your own MIME handling code. (or use a convertion service) Cheers Simon ...
Simon Fell
simonfell99
Offline Send Email
Jun 2, 2003
6:31 pm
9263
Hi , According to documentation the ChainStream method call in the SOAPExtension class created for a webservice is only once (after Initialize) However When I...
Siddharth
b_siddharth511
Offline Send Email
Jun 2, 2003
7:27 pm
9264
Web service service requests SSL channel, and should verify client certificate, so how can I do this with C++ Builder 6.0? Can anyone give me a step-by-step...
xue_yu2001
Offline Send Email
Jun 3, 2003
6:26 am
9265
Does anyone know if it is possible to consume a WSE-based Web service with attachments on SOAP 3 client side? Since both WSE and SOAP Toolkit 3.0 support the...
yzgu2000
Offline Send Email
Jun 3, 2003
8:42 pm
9266
I'm developing in WSAD, and I'm trying to modify the Proxy class generated to call my web service so that it provides the credentials for basic authentication....
Dave
dtregay
Offline Send Email
Jun 3, 2003
10:38 pm
9267
You can set it in your generated stub by doing following org.apache.axis.client.Call _call = createCall(); _call.setUsername("USER"); ...
Saha, Saikat
saikat.saha@...
Send Email
Jun 4, 2003
4:16 am
9268
Thanks for responding. Unfortunately, those methods are new in the axis implementation. I'm not sure which version of SOAP I have (in WAS4), but the API...
Dave
dtregay
Offline Send Email
Jun 4, 2003
2:03 pm
9269
Has anyone seen this problem where \r appear in the middle of the XML data stream ? I downloaded the nusoap zip from the site, and extracted the file, but...
Michael Archer
miar70
Offline Send Email
Jun 4, 2003
3:16 pm
9270
Hi Michael, I haven't encountered this problem. Please make sure you're using the latest version of NuSOAP, which is available here: ...
Dietrich Ayala
dietrichayala
Online Now Send Email
Jun 4, 2003
6:30 pm
9271
try this in the proxy org.apache.soap.transport.http.SOAPHTTPConnection soapTransport = new org.apache.soap.transport.http.SOAPHTTPConnection(); ...
august_pm
Offline Send Email
Jun 6, 2003
9:39 pm
9272
I am using a soapextension class to convert a multipart mime message to theform understandable to .NET . When I am using a client (which runs on the same...
Siddharth
b_siddharth511
Offline Send Email
Jun 6, 2003
11:13 pm
9273
Hi, I am quite new to web services and have encoutered a problem from .Net. I have built a web service from WSAD 4.05 (SOAP 2.3) that uses doc/lit. Because...
andersson_christian
andersson_ch...
Offline Send Email
Jun 9, 2003
6:26 pm
9274
I'm testing a client for round 3, group D, InteropTestRpcEncoded. Against the endpoint in the wsdl, I get a soap fault in the response, although against some...
tim julien
timastaJ
Offline Send Email
Jun 9, 2003
10:24 pm
9275
Hi, At first glance it looks like you are sending an empty soapAction value, when I believe that the value http://soapinterop.org/ was defined for the Group D...
Bob Cunnings
cunnings@...
Send Email
Jun 9, 2003
10:37 pm
9276
you could be on to something. the wsdl i'm using is http://www.whitemesa.net/r3/InteropTestRpcEnc.wsdl (the "standard" wsdl for the test), and it does specify...
tim julien
timastaJ
Offline Send Email
Jun 10, 2003
7:02 am
9277
hi all, i'm trying to wrap a session bean with a webservice in wsad 5.0.1. btw, wsad uses apache soap underneath. web service will be called by a .net client....
Ozgur Kurt
ozgurkurt
Offline Send Email
Jun 10, 2003
12:59 pm
9278
My aim is to connect a Web service written in AXIS web server at remote location. I am able to get the generated WSDL file by calling http://<IP of remote...
suny_srivastava
Offline Send Email
Jun 12, 2003
10:34 am
9279
Hi, I am sending a dime message over from gsoap. I added the webreference in .NET. However, I always get this error in the client when I invoke a method - ...
arigapudi_s
Offline Send Email
Jun 12, 2003
10:48 am
9280
Hi all: The Apache Axis team is pleased to announce that version 1.1 of the Axis SOAP toolkit is now available for download at: ...
Glen Daniels
glen_macromedia
Offline Send Email
Jun 16, 2003
3:55 pm
9281
I saw Paul has provided us with an example of using Inline::C from a daemon. But what if I would like to use it from a module that is being autodispatched to? ...
bemmu
Offline Send Email
Jun 18, 2003
3:09 pm
9282
Hi, This might help: the gSOAP toolkit supports (pure) C and is portable to Solaris. Good luck. - Robert...
Robert van Engelen
ravenengelen
Offline Send Email
Jun 18, 2003
3:41 pm
9283
Hello, I am deploying my class under Tomcat/Axis. I've generated stubs using Java2WSDL / WSDL2Java . The problem is that my parameter names have been lost...
mattlondonuk
Offline Send Email
Jun 19, 2003
1:33 pm
9284
Well, I managed to use Inline::C by modifying SOAP so that it doesn't touch the @INC variable when using a module. But now I encountered my next problem. ...
bemmu
Offline Send Email
Jun 19, 2003
5:12 pm
9285
http://groups.yahoo.com/group/SandHillEC/...
venturefinance4
Offline Send Email
Jun 24, 2003
1:52 am
9286
Hi, I have a basic generic question. Can it be expected that all SOAP envelopes will be preceded by a xml declaration? If yes, where is it mandated? If no, how...
Saha, Saikat
saikat.saha@...
Send Email
Jun 24, 2003
1:58 am
9287
... Nope, there's no requirement that a SOAP envelope must have an xml declaration. In the case of SOAP 1.1's HTTP transport, the encoding is controlled via...
Simon Fell
simonfell99
Offline Send Email
Jun 24, 2003
2:56 am
9288
... I think this is mostly right. The key point is that since a SOAP message is an XML document, you can omit the XML declaration and the usual defaults...
Rich Salz
rich_salz
Offline Send Email
Jun 24, 2003
5:15 am
Messages 9259 - 9288 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