You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by ji...@apache.org on 2004/04/23 10:05:53 UTC

[jira] Created: (AXISCPP-57) SOAP namespace error

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-57

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-57
    Summary: SOAP namespace error
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis-C++
 Components: 
             Serialization/Deserialization
   Versions:
             current (nightly)

   Assignee: 
   Reporter: Samisa Abeysinghe

    Created: Fri, 23 Apr 2004 1:05 AM
    Updated: Fri, 23 Apr 2004 1:05 AM
Environment: All platforms

Description:
The namespace used in the envilope and fault are different.
Possible reason: Hardcoded soap version in SoapFault source code

<?xml version='1.0' encoding='utf-8' ?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <env:Body>
    <SOAP-ENV:Fault>
      <faultcode>SOAP-ENV:Client</faultcode>
      <faultstring>Soapmethod is not allowed to invoke</faultstring>
      <faultactor>none</faultactor>
    </SOAP-ENV:Fault>
  </env:Body>
</env:Envelope>




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-57) SOAP namespace error

Posted by ji...@apache.org.
The following comment has been added to this issue:

     Author: Samisa Abeysinghe
    Created: Fri, 23 Apr 2004 1:42 AM
       Body:
The Title shouldchange to 'Error in SOAP Fault Namespace'
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXISCPP-57?page=comments#action_35233

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-57

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-57
    Summary: SOAP namespace error
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis-C++
 Components: 
             Serialization/Deserialization
   Versions:
             current (nightly)

   Assignee: 
   Reporter: Samisa Abeysinghe

    Created: Fri, 23 Apr 2004 1:05 AM
    Updated: Fri, 23 Apr 2004 1:42 AM
Environment: All platforms

Description:
The namespace used in the envilope and fault are different.
Possible reason: Hardcoded soap version in SoapFault source code

<?xml version='1.0' encoding='utf-8' ?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <env:Body>
    <SOAP-ENV:Fault>
      <faultcode>SOAP-ENV:Client</faultcode>
      <faultstring>Soapmethod is not allowed to invoke</faultstring>
      <faultactor>none</faultactor>
    </SOAP-ENV:Fault>
  </env:Body>
</env:Envelope>




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-57) SOAP namespace error

Posted by ax...@ws.apache.org.
Message:

   The following issue has been closed.

   Resolver: Samisa Abeysinghe
       Date: Fri, 8 Oct 2004 5:01 AM

This problem seems to be solved.
Now the SOAP Fault looks like:
<?xml version='1.0' encoding='utf-8' ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>Soap method is not allowed to invoke</faultstring><faultactor>server name:listen port</faultactor><faultdetail>AxisWsddException:Requested method is not allowed</faultdetail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-57

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-57
    Summary: SOAP namespace error
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: Axis-C++
 Components: 
             Serialization/Deserialization
   Fix Fors:
             1.3 Final
   Versions:
             current (nightly)

   Assignee: 
   Reporter: Samisa Abeysinghe

    Created: Fri, 23 Apr 2004 1:05 AM
    Updated: Fri, 8 Oct 2004 5:01 AM
Environment: All platforms

Description:
The namespace used in the envilope and fault are different.
Possible reason: Hardcoded soap version in SoapFault source code

<?xml version='1.0' encoding='utf-8' ?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <env:Body>
    <SOAP-ENV:Fault>
      <faultcode>SOAP-ENV:Client</faultcode>
      <faultstring>Soapmethod is not allowed to invoke</faultstring>
      <faultactor>none</faultactor>
    </SOAP-ENV:Fault>
  </env:Body>
</env:Envelope>




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira