Title: Re: Basic question about SOAP and C++
le 22/11/02 2:09, Anne Thomas Manes at [EMAIL PROTECTED] wrote:
Thanks for you help. I will look into these .
Thanks very much
Luc
You might look into Systinet WASP Server for C++ (www.systinet.com ). It's a commercial product. (http://www.systi
You
might look into Systinet WASP Server for C++ (www.systinet.com). It's a commercial
product. (http://www.systinet.com/products/buy/licensing). You would need
to acquire a source license and compile it yourself on MacOS.
It's very portable code.
The
other implementation I would recomm
http://www.xml.com/pub/rg/SOAP_Software and
http://www.soapware.org/directory/4/implementations list several
implementations, but I'm not sure whether any have been ported to the
Mac.
You can do SOAP from AppleScript in OS X 10.1 ;-) See
http://www.xmlhack.com/read.php?item=1395.
Scott Nichol
-
Hi,
I am currently looking for implementing SOAP within an
application.
This software is written in C++, should run on
Macintosh using MacOS 9 and MacOS
X.
Does anyone knows a toolkit or library (either Open
Source or
commercial) that can help me implement SOAP in
this environn
javadoc should not care what kind of source it's being run on.
Scott Nichol
- Original Message -
From: "John Kirksey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 21, 2002 4:31 PM
Subject: Re: Accessing web service from an applet
> Scott,
>
> Thanks for the advic
You only have access to the SOAPContext for the incoming message, not
the outgoing. If you want to return an attachment with the RPC API, you
have to use a return Class like DataHandler. If you want to return
several attachements, you can return DataHandler[] or a Vector of
DataHandler, etc.
Wit
In particular, this version
(http://cvs.apache.org/viewcvs.cgi/xml-soap/java/src/org/apache/soap/rpc
/Call.java?rev=1.18&content-type=text/vnd.viewcvs-markup) has the method
you want.
Scott Nichol
- Original Message -
From: "Scott Nichol" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent:
> 1. How do I get the response from the web service after executing
> SOAPHTTPConnection.send()?
The best guide for use of this method is Call#invoke. If you don't have
source, you can view the 2.3.1 version from CVS at
http://cvs.apache.org/viewcvs.cgi/xml-soap/java/src/org/apache/soap/rpc/
Cal
Scott,
Thanks for the advice. I created a servlet to handle my web service
requests, and it works perfectly! What an education for a Microsoft geek...
Incidentally, does anyone know if Javadoc should work for applets and
servlets? I am getting a java.lang.NullPointerException at
java.util.zip.Zip
Thanks for your response but I don't think you understood my question.
I already know how to use a SOAP Call. Unfortunately I can't use it
because I need to pass a cookie in the HTTP header and version 2.3.1
doesn't provide methods to do that. (And unfortunately it is a requirement
that I us
System configuration: Win2000, Tomcat 4.1.12, Apache Soap 2.3.1, and Jdk 1.4.
I have a service method like,
Object func1(SOAPContext soapContext, String str1, String str2)
My question is how to configure soapContext parameter, let's say if I also want to add
an attachment to the invoking call?
URL url = new URL("http://localhost:8080/soap/servlet/rpcrouter";);
SOAPHTTPConnection shc = new SOAPHTTPConnection ();
shc.setMaintainSession (true);
Call myCall = new Call();
myCall.setSOAPTransport(shc);
myCall.setTargetObjectURI("urn:SimpleStorage");
myCall.setMethodName("whate
2 questions:
1. How do I get the response from the web service after executing
SOAPHTTPConnection.send()?
2. I'm expecting the web service response to contain a DOM Element. When
I was calling the web service via a Call I had set this up by:
soapCall.setEncodingStyleURI(Constants.NS_URI_L
What version of Apache SOAP are you using? Is there anything different
about the parameter you are serializing in this call?
Scott Nichol
- Original Message -
From: "Brian Shields" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 21, 2002 12:14 PM
Subject: null pointe
I am getting the following error when i try to invoke a call. I have no idea why...i have it working from a different context to the same method. Any ideas where i should start looking for the error??Thanks,BrianError : java.lang.NullPointerExceptionjava.lang.NullPointerExceptionat javax.activation
According to CVS
(http://cvs.apache.org/viewcvs.cgi/xml-soap/java/src/org/apache/soap/enc
oding/soapenc/DecimalDeserializer.java), it is available in SOAP 2.2 and
later.
Scott Nichol
- Original Message -
From: "Michael Congdon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, N
No, 15 seconds is unreasonable. I would expect tens of milliseconds.
I would recommend you start up the Network Monitor on Win2k so you can
see the timing of when you send the request packet(s) and when the
response packet(s) are received. This should tell you the actual time
spend in the servic
I noticed that SOAP 2.1 does not have an object to
serialize java.math.BigDecimal objects. Is there a newer version of SOAP
that does, or do I have to write my own serializer?
Thanks,
Michael
The stockquote sample in Apache SOAP forwards the request to a third
party to get the actual quote. The third party that had been used
(Binary Evolution, makers of VelociGen) has stopped doing business, and
the domain of their site has been taken over by another company. We
arranged to have xmeth
I don't know much about WSIF, but I do know that it is now a subproject
of Apache Axis. As such, the newest code and docs would be there.
Scott Nichol
- Original Message -
From: "Paul J. Caritj" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 21, 2002 4:17 AM
Subject
You're right, we were getting that error because the client couldn't find the service.
This was because the wsdlsoap:address location was wrong in the wsdl file!
http://localhost/NASApp/soap/servlet/rpcrouter"/>
The service wasn't on localhost at all. Doh!
Fergus.
Scott Nichol <[EMAIL PROTECT
I had the same problem and never solved it...
I switched to axis... hope it will work... :o)))
If you find the solution, please tell me...
tx
dovle
> i am trying to invoke the stockquote service from my client but I get back
> the following fault code from the server:
>
> Fault Code = SOAP
Greetings,
Does anyone out there know of a good guide/tutorial/intro to WSIF? I'm
*attempting* to use IBM's WSIF package but to no avail.
Here is what I get back when I try to invoke the service using IBMs
WSIF:
Exception in thread "main" WSDLException: faultCode=OTHER_ERROR: Unable
to resolve im
23 matches
Mail list logo