Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 64045 invoked from network); 10 Jan 2008 08:32:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2008 08:32:25 -0000 Received: (qmail 2150 invoked by uid 500); 10 Jan 2008 08:32:05 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 2138 invoked by uid 500); 10 Jan 2008 08:32:05 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 2127 invoked by uid 99); 10 Jan 2008 08:32:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2008 00:32:05 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of philipp.leitner@gmx.at designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 10 Jan 2008 08:31:39 +0000 Received: (qmail invoked by alias); 10 Jan 2008 08:31:43 -0000 Received: from pnsgw3-client073.demo.tuwien.ac.at (EHLO pnsgw3-client073.demo.tuwien.ac.at) [128.131.196.73] by mail.gmx.net (mp048) with SMTP; 10 Jan 2008 09:31:43 +0100 X-Authenticated: #20140476 X-Provags-ID: V01U2FsdGVkX1/slhNa2lfscm2VUW8xo+3vY5do7BxZjXossBR4N/ /GSKAhdSpv3KeE Message-ID: <4785D806.4050401@gmx.at> Date: Thu, 10 Jan 2008 09:32:06 +0100 From: Philipp Leitner User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Re: WSA Action = null for endpoint... References: <14727915.post@talk.nabble.com> In-Reply-To: <14727915.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org If you have a SOAP-based endpoint (i.e., either SOAP 1.1 or 1.2 binding) then you just can't invoke the service using your browser. The service expects a well-formed SOAP input, while your browser only sends a simple HTTP GET request. If you have deployed your service using Axis2 and the standard configuration then you should automatically have a REST endpoint (besides the two SOAP endpoints mentioned before). Unlike the SOAP ones you should be able to invoke this service using your browser (at least if it is simple enough and does not require input). /philipp silver17 schrieb: > Hi guys, > > I'm relatively newb to the world of web services and i've come accross > something else. I built a web service and put it in it's own war file, and > it works, sort of. When I use my java client to hit the endpoint (eg: > http://server/path/services/publish) it works great, but when i load my > browser with that same URL I get an error indicating there is no Endpoint > because WSA Action is null, can someone explain this to me? > > Here is my wsdl. > > > targetNamespace="http://services.registry.agr.gc.ca/publish/" > xmlns:tns="http://services.registry.agr.gc.ca/publish/" > xmlns:axis2="http://services.registry.agr.gc.ca/publish/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:ows="http://www.opengis.net/ows/1.1" > xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" > xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" > xmlns:csw="http://www.opengis.net/cat/csw/2.0.2"> > > WSDL Description for the Registry Publishing Service. > > > > schemaLocation="csw-Publication.xsd"/> > schemaLocation="owsExceptionReport.xsd"/> > > > > > > > > > > > > > > > > > > > > > > > > > message="tns:msgInvalidRequestFault"> > > message="tns:msgTransactionFailedFault"> > > > > type="tns:RegistryPublish_portType"> > transport="http://schemas.xmlsoap.org/soap/http"/> > > > > > > > > > > > > > > > > > > binding="tns:RegistryPublishSOAP11_binding"> > location="http://localhost:8080/RegistryPublishServiceHibernate/services/RegistryPublish"/> > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org