You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2007/11/12 18:48:50 UTC

[jira] Assigned: (AXIS2-3295) soapenv:Client is returned in the s

     [ https://issues.apache.org/jira/browse/AXIS2-3295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe reassigned AXIS2-3295:
----------------------------------------

    Assignee: Deepal Jayasinghe

> soapenv:Client is returned in the s
> -----------------------------------
>
>                 Key: AXIS2-3295
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3295
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.3, nightly
>         Environment: Windows XP / JDK 1.4
>            Reporter: Vincent Brabant
>            Assignee: Deepal Jayasinghe
>
> I am calling a Axis2 server with a invalid url. Result is that Axis2 can't resolve the Service/Operation. 
> So, it returns an soapFault like the following : 
> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
>    <soapenv:Body>
>       <soapenv:Fault>
>          <soapenv:Code>
>             <soapenv:Value>soapenv:Client</soapenv:Value>
>          </soapenv:Code>
>          <soapenv:Reason>
>             <soapenv:Text xml:lang="en-US">The service cannot be found for the endpoint reference (EPR) http://hostname:9080/root/services/InvalidServiceName/OperationName</soapenv:Text>
>          </soapenv:Reason>
>          <soapenv:Detail/>
>       </soapenv:Fault>
>    </soapenv:Body>
> </soapenv:Envelope>
> Because I am a SOAP 1.2 client, I am expecting that Axis return a soapenv:Sender in place of a soapenv:Client (that's for Axis1.1 only)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org