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...
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...
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...
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 ...
Hi , According to documentation the ChainStream method call in the SOAPExtension class created for a webservice is only once (after Initialize) However When I...
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...
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...
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....
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@...
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...
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...
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...
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...
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...
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@...
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...
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....
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...
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 - ...
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? ...
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...
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. ...
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@...
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...
... 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...