Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 83276 invoked from network); 3 Aug 2004 12:02:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Aug 2004 12:02:05 -0000 Received: (qmail 35642 invoked by uid 500); 3 Aug 2004 12:02:05 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 35594 invoked by uid 500); 3 Aug 2004 12:02:04 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 35581 invoked by uid 99); 3 Aug 2004 12:02:04 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [147.86.128.21] (HELO magellan.fh-aargau.ch) (147.86.128.21) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 03 Aug 2004 05:02:01 -0700 Received: from mcjakob (mc-jakob.cs.fh-aargau.ch [147.86.135.241]) by magellan.fh-aargau.ch (Postfix) with ESMTP id 5CB6059D8 for ; Tue, 3 Aug 2004 14:01:52 +0200 (MET DST) From: "Titus Jakob" To: "'Apache AXIS C User List'" Subject: RE: Serializing/Deserializing complex objects Date: Tue, 3 Aug 2004 14:01:49 +0200 Message-ID: <000e01c47951$a8cee620$f1875693@cs.fhaargau.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <20040803110042.74327.qmail@web40611.mail.yahoo.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hi Samisa coming closer: when deplying tomcat shows the error below.. Titus 183413 [http8080-Processor4] ERROR org.apache.axis.deployment.wsdd.WSDDDeployabl eItem - Unable to deploy typemapping: {urn:Currency3}Point3 java.lang.ClassNotFoundException: No type QName for mapping! -----Original Message----- From: axis-c-user-return-760-titus.jakob=fh-aargau.ch@ws.apache.org [mailto:axis-c-user-return-760-titus.jakob=fh-aargau.ch@ws.apache.org] On Behalf Of Samisa Abeysinghe Sent: Dienstag, 3. August 2004 13:01 To: Apache AXIS C User List Subject: RE: Serializing/Deserializing complex objects Hi Titus, I am behind a proxy, so I am not sure if I would be able to use your service. I am more of a C++ guy and have little idea on Beans. However, if you could send the SOAP messages (got using tcpmon) then it would help locate the problems. Thanks, Samisa... --- Titus Jakob wrote: > Hi Samisa > > I can also sucseefully compile the client side but then I run in an > access violation. > > 1) shall I start my service and send you the URL? > > 2) I used tcpmon and had the impression that the service is called, > but there where errors in the answer. Maybe I have a problem deploying > the service, specially the class "Point3" with the BeanSerializer. Do > you have experience with that? > > Thanks anyway > Titus > > -----Original Message----- > From: axis-c-user-return-757-titus.jakob=fh-aargau.ch@ws.apache.org > [mailto:axis-c-user-return-757-titus.jakob=fh-aargau.ch@ws.apache.org] > On Behalf Of Samisa Abeysinghe > Sent: Dienstag, 3. August 2004 12:18 > To: Apache AXIS C User List > Subject: RE: Serializing/Deserializing complex objects > > > Hi Titus, > I generated the code from your WSDL file and compiled the source > generated, and got no problems. > > Have you tried using tcpmon (that comes with Axis Java) to monitor > the messages sent and received by the client? > As I do not have a server to test againt, I cannot test this > further. However, please, if possible send the SOAP messages sent and > received by the client wehn calling 'registerPoint' > > Thanks, > Samisa... > > --- Titus Jakob wrote: > > > Hi Samisa > > thanks for your help, here you get: > > 1) the relevant java-code snippet and > > 2) the WSDL > > thanks > > Titus > > > > 1) Java-Server: as soon as I have Point3 in the argument-list of > > registerPoint() I run into troubles. > > > > public class Currency3 { > > > > public void registerPoint( Point3 p ) > > { > > System.out.println("start,"); > > } > > } > > > > > > 2)WSDL: > > > > > > - > targetNamespace="http://localhost:8080/axis/Currency3.jws" > > xmlns="http://schemas.xmlsoap.org/wsdl/" > > xmlns:apachesoap="http://xml.apache.org/xml-soap" > > xmlns:impl="http://localhost:8080/axis/Currency3.jws" > > xmlns:intf="http://localhost:8080/axis/Currency3.jws" > > xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" > > xmlns:tns1="http://DefaultNamespace" > > xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" > > xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" > > xmlns:xsd="http://www.w3.org/2001/XMLSchema"> > > - > > - > xmlns="http://www.w3.org/2001/XMLSchema"> > > > > - > > - > > > > > > > > > > > > > > - > > > > > > - > > > > > > - > > > > > > - > > > > > > > > > > > > > > - > > > > > > > > - > > - > > > > > > name="multiplyResponse" /> > > > > - > > > > /> > > > > - > > > name="getDoubleRequest" > /> > > > > > name="getDoubleResponse" /> > > > > - > > > > > > > > - > > > name="registerPointRequest" /> > > > name="registerPointResponse" /> > > > > > > - > > > transport="http://schemas.xmlsoap.org/soap/http" /> > > - > > > > - > > > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > > namespace="http://DefaultNamespace" use="encoded" /> > > > > - > > > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > > namespace="http://localhost:8080/axis/Currency3.jws" use="encoded" /> > > > > > > - > > > > - > > > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > > namespace="http://DefaultNamespace" use="encoded" /> > > > > - > > > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > > namespace="http://localhost:8080/axis/Currency3.jws" use="encoded" /> > > > > > > - > > > > - > > > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > > namespace="http://DefaultNamespace" use="encoded" /> > > > > - > > > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > > namespace="http://localhost:8080/axis/Currency3.jws" use="encoded" /> > > > > > > - > > > > - > > > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > > namespace="http://DefaultNamespace" use="encoded" /> > > > > - > > > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > > namespace="http://localhost:8080/axis/Currency3.jws" use="encoded" /> > > > > > > - > > > > - > > > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > > namespace="http://DefaultNamespace" use="encoded" /> > > > > - > > > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > > namespace="http://localhost:8080/axis/Currency3.jws" use="encoded" /> > > > === message truncated === __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail