Hi,
I've written my own serialiser & extended SOAPMappingRegistry in order to overcome the
CDATA serialisation problems in Apache SOAP. It all works fine in the client code,
however on the server when I use the SOAP JSP page to deploy the service, and set the
Default Mapping Registry Class to
Hello,
Does anybody knows how to specify miltiple soap encondings inside the java
service client application. I tried to do it, but received the following
error:
SOAPException = SOAP-ENV:Client, No mapping found for
'urn:response_encoding:ResponseMessage' using encoding style
'http://schemas.x
Are there any examples of a Powerbuilder web
service ? VB ? or Delphi ?
In the SOAPMappingRegistry#mapTypes() method, the first parameter should
specify the encoding. For SOAP encoding, this is Constants.NS_URI_SOAP_ENC.
For the envelope you are receiving, it looks like you should specify
"urn:response_encoding".
Scott Nichol
- Original Message -
From: "Max
Elise,
I have not seen anything posted from you in a while. Have you resolved
everything?
Scott Nichol
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 21, 2002 6:43 PM
Subject: java client for .NET : need SOAPMapping sample code