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 "Yokesh P (JIRA)" <ax...@ws.apache.org> on 2010/02/01 18:24:18 UTC

[jira] Created: (AXIS-2819) Error Consuming Document literal webservice

Error Consuming Document literal webservice
-------------------------------------------

                 Key: AXIS-2819
                 URL: https://issues.apache.org/jira/browse/AXIS-2819
             Project: Axis
          Issue Type: Bug
    Affects Versions: 1.3
         Environment: Windows XP, Solaris
            Reporter: Yokesh P
             Fix For: 1.3


I'm trying to consume a document literal (wrapped) web service exposed by a external system. But whatever I send in the call invoke it is sent has the SOAP header and the SOAP body is empty with null.  

example of the error :

<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Header>
  <ns1:Assignee_Groups xmlns:ns1="urn:BIP_KComment"></ns1:Assignee_Groups>
  <ns2:char_BIP_WFM_Task_ID xmlns:ns2="urn:BIP_KComment">33100684</ns2:char_BIP_WFM_Task_ID>
  <ns3:char_BIP_WFM_Task_Name xmlns:ns3="urn:BIP_KComment">DNOC100119-INC000001890923</ns3:char_BIP_WFM_Task_Name>
  <ns4:Company xmlns:ns4="urn:BIP_KComment"></ns4:Company>
  <ns5:Description xmlns:ns5="urn:BIP_KComment"></ns5:Description>
  <ns6:Detailed_Description xmlns:ns6="urn:BIP_KComment">TEST ON 012810@1126pst</ns6:Detailed_Description>
  <ns7:Incident_Number xmlns:ns7="urn:BIP_KComment">INC000001890923</ns7:Incident_Number>
  <ns8:int_BIP_WFM_KComment_ID xmlns:ns8="urn:BIP_KComment">97666669</ns8:int_BIP_WFM_KComment_ID>
  <ns9:Short_Description xmlns:ns9="urn:BIP_KComment"></ns9:Short_Description>
  <ns10:Submitter xmlns:ns10="urn:BIP_KComment"></ns10:Submitter>
  <ns11:View_Access xmlns:ns11="urn:BIP_KComment">Internal</ns11:View_Access>
  <ns12:Work_Log_Submit_Date xsi:type="xsd:dateTime" xmlns:ns12="urn:BIP_KComment">2010-01-29T16:13:04.968Z</ns12:Work_Log_Submit_Date>
  <ns13:Work_Log_Submitter xmlns:ns13="urn:BIP_KComment"></ns13:Work_Log_Submitter>
  <ns14:Work_Log_Type xmlns:ns14="urn:BIP_KComment">K-Comment</ns14:Work_Log_Type>
  <ns15:char_BIP_WFM_WS_OID xmlns:ns15="urn:BIP_KComment">201001281426174248100000009</ns15:char_BIP_WFM_WS_OID>
 </soapenv:Header>
 <soapenv:Body>
  <Work_Request_KComment_Insert xmlns="urn:BIP_KComment"/>
 </soapenv:Body>
</soapenv:Envelope>

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