Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 10570 invoked from network); 6 Jul 2004 18:35:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jul 2004 18:35:37 -0000 Received: (qmail 24702 invoked by uid 500); 6 Jul 2004 18:35:33 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 24628 invoked by uid 500); 6 Jul 2004 18:35:32 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 24427 invoked by uid 99); 6 Jul 2004 18:35:31 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [66.35.147.68] (HELO email.brightlane.com) (66.35.147.68) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 06 Jul 2004 11:35:28 -0700 Received: from brightlane.com (unknown [10.10.1.231]) by email.brightlane.com (Postfix) with ESMTP id 7FBA5379C for ; Tue, 6 Jul 2004 14:35:09 -0400 (EDT) Message-ID: <40EAF0F5.4040407@brightlane.com> Date: Tue, 06 Jul 2004 14:35:33 -0400 From: Andrew Stone User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510 X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: SOAP call References: <40EAE28B.6070404@brightlane.com> In-Reply-To: <40EAE28B.6070404@brightlane.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I knew it was a little premature. Here's the working XSP for those who would like to know: tstf It was the "method" attribute of the soap:call element I was missing (in addition to the namespacing). thanks, andy Andrew Stone wrote: > Hello all, > > I hesitate posting on this board so early in my research, but this has > become quite annoying. > > I am very new to Cocoon, and have just finished rewriting most of our > intranet with this framework. However, I wish to use SOAP to get > stock information. The problem most likely lies with too many > unknowns for me at this time. Therefore I'm not sure whether it's > simply incorrect/incomplete XSP syntax or my misunderstanding of the > WSDL (link is at bottom of email). > > Here is the very simple xsp: > > > xmlns:xsp="http://apache.org/xsp" > xmlns:soap="http://apache.org/xsp/soap/3.0"> > > > > > > tstf > > > > > > And the response I receive: > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:xsd="http://www.w3.org/2001/XMLSchema"> > > > soap:Client > Server did not recognize the value of HTTP Header > SOAPAction: . > > > > > > > I definitely feel the issue is my lack of understanding of the WSDL ( > http://www.webservicex.net/stockquote.asmx?WSDL ) because the SOAP > test site (http://www.soapclient.com/soaptest.html) i'm using has no > problem with execution. > If it my lack of understanding of the WSDL, then please disregard this > (I know this isn't the appropriate forum). > > I am having difficulty finding documentation on SOAPAction as it > relates to Cocoon to see where my problem lies. Any help is much > appreciated, until then I'll continue to read up on the WSDL > specification from the W3C. > > thank you, > andy > > Note: I did see the example "Stock Ticker" that came with the cocoon > distribution, but the "Terms of Use" was a little vague. Therefore we > are trying a different site. > -- Andrew Stone astone@brightlane.com v) 678.385.2823 XML Architect/Developer Brightlane, a Teamstaff, Inc. Company --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org