Hi Ashish,
Thanks. It's a good paper on what's RPC and what's message service but not large data and performance mentioned. Does any one know about this?
Andrew
Ashish Ray <[EMAIL PROTECTED]> wrote:
Andrew - check out http://www.vbws.com/tutors/rpcmsg/rpcmsg.aspx for a discussion on this topi
I made this post to the user group. I thought you guys might be interested
in what I did to make serialization work for objects declared as interfaces
or abstract classes. As I said below, if this has not been corrected in 2.2,
maybe you can use the code! (i'VE not included any code in this mail t
Andrew -
check out http://www.vbws.com/tutors/rpcmsg/rpcmsg.aspx for
a discussion on this topic - the article has a VB bent, but still gives you the
overall idea.
Regards,
Ashish
Ray
-Original Message-From: Andrew Wu
[mailto:[EMAIL PROTECTED]]Sent: Thursday, August 23, 2001 2
Hi there,
I am in the middle of a project design in which we will use Web services. The issue is that we need send large data (say 20 web pages (HTML form) data) over Web services. One group said RPC-based services is good enough but another one said we "must" use message-oriented services becaus
You could try sending it as an MIME attachment.
--- Alfred <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Does anyone know of a way to send 16-bit encoded
> characters through
> SOAP? Any help would be appreciated. Thanks.
>
> Alfred
>
__
Do You Y
Hello,
Does anyone know of a way to send 16-bit encoded characters through
SOAP? Any help would be appreciated. Thanks.
Alfred
Hi Raj,
Make correction,
smr.mapTypes(Constants.NS_URI_SOAP_ENC,
new QName ("", "Result"),
null,
null,
intDeser); //not stringDeser
Santosh Patankar
Hi Raj,
This problem comes when you try ca
Hi Raj,
This problem comes when you try calling MS service from Java client.
You need to modify java client and add deserializer for Result. If you look
XML call from MS service it has xxx. Thus no type is
specified as either string/int etc. in message. Thats why you need to add
following li
Title: urgent
Sorry for typo: *s2 = SysAllocString(“myRetVal”); should be *s2 =
SysAllocString(L“myRetVal”);
Sergei Meleshchuk
WMI
425-705-8547
-Original Message-
From: rajashekar
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001
10:36 AM
To: [EMAIL PROTECTE
Title: urgent
First, you have to replace *s2 = s1 by
*s2 = SysAllocString(s1) – otherwise it won’t work. Then, the
simple trick of bouncing back the request won’t work – soap format
requires different format for ret vals. I cannot guess what kind of soap server
you use, and what it does wi
Title: urgent
Hi All,
While calling SOAP service from my Java Client, the following exception has been occurred.
[SOAPException: faultCode=SOAP-ENV:Client; msg=No Deserializer found to deserialize a ':Result' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.; targetExce
Title: C++ Client for RPC-based Java service
It is not very short story, plenty of
options here, none of them short; major options being MS SOAP SDK (for plain
RPC calls), hand-written serializing frameworks (for passing around object
structures), JNI wrappers (for exposing java objects as
I have overidden the SOAPMappingRegistry class to pre-map my own types.
This works fine on the client. However, I am having trouble getting the
server to use this premapped class. According to the docs I shouldn't have
to register all of those serializers with the Deployment Descriptor if I
have
Title: C++ Client for RPC-based Java service
Hi every body,
I downloaded easysoap from http://sourceforge.net/projects/easysoap/ (it also
needs an XML parser for C/C++ "expat" from
http://sourceforge.net/projects/expat/ )
With it, i (about time!) made my first C++ client to a java service "He
Hi,
I got the following error message:
No Deserializer found to deserialize a
'urn:DeploymentDescriptor:DeploymentDescriptor' using
encoding style
'http://schemas.xmlsoap.org/soap/encoding/'.
Well, I have registered the
org.apache.soap.server.ServiceManager
as a service to provide a access f
Title: C++ Client for RPC-based Java service
Hi, take a look at WASP C++. It is a C++
implementation of SOAP and you can download distribution for VC++. http://www.idoox.com/eap/waspc10/index.html
Radovan Janecek
http://www.idoox.com
- Original Message -
From:
rajashekar
T
Title: C++ Client for RPC-based Java service
Hi,
I'm looking for sample code to make a RPC-based call to JAVA SOAP server (sevice hosted on Tomcat web server) from VC++ (C++) client. Can any one help me on this ?
Regards,
Raja
Innova Solutions
Ph: Off : 3543139,40,50 X 217
Res : 3551
17 matches
Mail list logo