SOAPMappingRegistry server error

2002-03-04 Thread Stephen Totten
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

SOAP encoding???

2002-03-04 Thread Max Stolyarov
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

Powebuilder Soap Examples

2002-03-04 Thread Peter Heller
Are there any examples of a Powerbuilder web service ?  VB ? or Delphi ?

Re: SOAP encoding???

2002-03-04 Thread Scott Nichol
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

Re: java client for .NET : need SOAPMapping sample code

2002-03-04 Thread Scott Nichol
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