Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 1510 invoked from network); 7 Mar 2005 14:26:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Mar 2005 14:26:02 -0000 Received: (qmail 14213 invoked by uid 500); 7 Mar 2005 14:25:59 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 14176 invoked by uid 500); 7 Mar 2005 14:25:58 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 14161 invoked by uid 99); 7 Mar 2005 14:25:58 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of atmanes@gmail.com designates 64.233.170.193 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.193) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 07 Mar 2005 06:25:58 -0800 Received: by rproxy.gmail.com with SMTP id z35so1911977rne for ; Mon, 07 Mar 2005 06:25:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=WZX9nIMJiL1UuGjPIDRX0P3LytT9j+SJhNhV/Nyi+0+CUEunO0e4N5UYlMEuLpQ0qH8bXTsi1ZvHy01k6aA8+KW8GiarTu5ZrdO/DJ1iN04qE6XOXH4G5NSn4Mcq30Ylvc1WHU0wJeaEG9fqrklhS7OgfbSCrjBFSUw3ez1CRp8= Received: by 10.39.2.18 with SMTP id e18mr73132rni; Mon, 07 Mar 2005 06:25:56 -0800 (PST) Received: by 10.38.15.28 with HTTP; Mon, 7 Mar 2005 06:25:56 -0800 (PST) Message-ID: Date: Mon, 7 Mar 2005 09:25:56 -0500 From: Anne Thomas Manes Reply-To: Anne Thomas Manes To: axis-dev@ws.apache.org, babloosony Subject: Re: Format/Structure of req./res. soap msg. In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The schema always defines the structure and format of request and response messages. If you are using a Java/XML binding tool, such as JAXB, JiBX, or Castor, then you can have these tools generate the schema that goes into your WSDL. But the message on the wire must conform to the schema in the WSDL. Anne On Sun, 6 Mar 2005 18:50:13 +0530, babloosony wrote: > Hi All, > > What determines the structure/format of custom types(we use in a web > service method call) in request/response soap mesages(that we can view > using AXIS TCPMonitor). Does the schema definition in WSDL determines > and/or the custom (de)serializers (like jaxb, jibx, castor) determines > it ? > > Please clarify ... > > Thanks & Regards, > Kumar. >