I am working with a 3rd party web service which is written in Java/Axis. Â I have not worked much with WCF so I am trying to feel my way through this. Â I was able to generate the class from the wsdl and using Fiddler I am able to see the call being made to the service, and a response being returned. Â But in my code, my response is empty and I am not sure why I am not seeing the response. Â Below is the generated class, the wsdl and the response from the web service. Â Is there an issue with the auto generated class? Â Why is my response not being consumed by the C# code?
This is the generated class. Â I only included the methods I am calling since this file is over 5000 lines and most of it will not be used by us.
namespace PPG.AC.NA.SS.Replenishment
Processor.
DA.GrandeF
acade {
 Â
 Â
[System.CodeDom.Compiler.G
eneratedCo
deAttribut
e("System.
ServiceMod
el", "4.0.0.0")]
[System.ServiceModel.Servi
ceContract
Attribute(
Namespace=
"
http://sdrsafposent1d:8081/axis/services/grandeFacade", ConfigurationName="GrandeF
acade.gran
deFacade")
]
public interface grandeFacade {
    // CODEGEN: Generating message contract since the wrapper namespace (
http://localhost:8180/grandeFacade/services/grandeFacade) of message EnterpriseObjectsRequest does not match the default value (
http://sdrsafposent1d:8081/axis/services/grandeFacade)
    [System.ServiceModel.Opera
tionContra
ctAttribut
e(Action="
", ReplyAction="*")]
    [System.ServiceModel.XmlSe
rializerFo
rmatAttrib
ute(Suppor
tFaults=tr
ue)]
    PPG.AC.NA.SS.Replenishment
Processor.
DA.GrandeF
acade.Ente
rpriseObje
ctsRespons
e EnterpriseObjects(PPG.AC.N
A.SS.Reple
nishmentPr
ocessor.DA
.GrandeFac
ade.Enterp
riseObject
sRequest request);
   Â
    [System.ServiceModel.Opera
tionContra
ctAttribut
e(Action="
", ReplyAction="*")]
    System.Threading.Tasks.Tas
k<PPG.AC.N
A.SS.Reple
nishmentPr
ocessor.DA
.GrandeFac
ade.Enterp
riseObject
sResponse>
EnterpriseObjectsAsync(PPG
.AC.NA.SS.
Replenishm
entProcess
or.DA.Gran
deFacade.E
nterpriseO
bjectsRequ
est request);
   Â
    // CODEGEN: Generating message contract since the wrapper namespace (
http://localhost:8180/grandeFacade/services/grandeFacade) of message EnterpriseObjecRequest does not match the default value (
http://sdrsafposent1d:8081/axis/services/grandeFacade)
    [System.ServiceModel.Opera
tionContra
ctAttribut
e(Action="
", ReplyAction="*")]
    [System.ServiceModel.XmlSe
rializerFo
rmatAttrib
ute(Suppor
tFaults=tr
ue)]
    PPG.AC.NA.SS.Replenishment
Processor.
DA.GrandeF
acade.Ente
rpriseObje
cResponse EnterpriseObjec(PPG.AC.NA.
SS.Repleni
shmentProc
essor.DA.G
randeFacad
e.Enterpri
seObjecReq
uest request);
   Â
    [System.ServiceModel.Opera
tionContra
ctAttribut
e(Action="
", ReplyAction="*")]
    System.Threading.Tasks.Tas
k<PPG.AC.N
A.SS.Reple
nishmentPr
ocessor.DA
.GrandeFac
ade.Enterp
riseObjecR
esponse> EnterpriseObjecAsync(PPG.A
C.NA.SS.Re
plenishmen
tProcessor
.DA.Grande
Facade.Ent
erpriseObj
ecRequest request);
   Â
    // CODEGEN: Generating message contract since the wrapper namespace (
http://localhost:8180/grandeFacade/services/grandeFacade) of message GetRecordsRequest does not match the default value (
http://sdrsafposent1d:8081/axis/services/grandeFacade)
    [System.ServiceModel.Opera
tionContra
ctAttribut
e(Action="
", ReplyAction="*")]
    [System.ServiceModel.XmlSe
rializerFo
rmatAttrib
ute(Suppor
tFaults=tr
ue)]
    PPG.AC.NA.SS.Replenishment
Processor.
DA.GrandeF
acade.GetR
ecordsResp
onse GetRecords(PPG.AC.NA.SS.Re
plenishmen
tProcessor
.DA.Grande
Facade.Get
RecordsReq
uest request);
}
  /// <remarks/>
  [System.CodeDom.Compiler.G
eneratedCo
deAttribut
e("System.
Xml", "4.0.30319.34230")]
  [System.SerializableAttrib
ute()]
  [System.Diagnostics.Debugg
erStepThro
ughAttribu
te()]
  [System.ComponentModel.Des
ignerCateg
oryAttribu
te("code")
]
  [System.Xml.Serialization.
XmlTypeAtt
ribute(Nam
espace="
http://localhost:8180/grandeFacade/services/grandeFacade")
]
  public partial class EnterpriseObjValues : object, System.ComponentModel.INot
ifyPropert
yChanged {
   Â
    private string actionField;
   Â
    private string documentIDField;
   Â
    private ObjectDetail[] objectDetailField;
   Â
    private string objectNameField;
   Â
    private string sourceField;
   Â
    private string transactionIDField;
   Â
    /// <remarks/>
    [System.Xml.Serialization.
XmlElement
Attribute(
IsNullable
=true, Order=0)]
    public string action {
      get {
        return this.actionField;
      }
      set {
        this.actionField = value;
        this.RaisePropertyChanged(
"action");
      }
    }
   Â
    /// <remarks/>
    [System.Xml.Serialization.
XmlElement
Attribute(
IsNullable
=true, Order=1)]
    public string documentID {
      get {
        return this.documentIDField;
      }
      set {
        this.documentIDField = value;
        this.RaisePropertyChanged(
"documentI
D");
      }
    }
   Â
    /// <remarks/>
    [System.Xml.Serialization.
XmlArrayAt
tribute(Is
Nullable=t
rue, Order=2)]
    [System.Xml.Serialization.
XmlArrayIt
emAttribut
e("item", Namespace="
http://sdrsafposent1d:8081/axis/services/grandeFacade", IsNullable=false)]
    public ObjectDetail[] objectDetail {
      get {
        return this.objectDetailField;
      }
      set {
        this.objectDetailField = value;
        this.RaisePropertyChanged(
"objectDet
ail");
      }
    }
   Â
    /// <remarks/>
    [System.Xml.Serialization.
XmlElement
Attribute(
IsNullable
=true, Order=3)]
    public string objectName {
      get {
        return this.objectNameField;
      }
      set {
        this.objectNameField = value;
        this.RaisePropertyChanged(
"objectNam
e");
      }
    }
   Â
    /// <remarks/>
    [System.Xml.Serialization.
XmlElement
Attribute(
IsNullable
=true, Order=4)]
    public string source {
      get {
        return this.sourceField;
      }
      set {
        this.sourceField = value;
        this.RaisePropertyChanged(
"source");
      }
    }
   Â
    /// <remarks/>
    [System.Xml.Serialization.
XmlElement
Attribute(
IsNullable
=true, Order=5)]
    public string transactionID {
      get {
        return this.transactionIDField;
      }
      set {
        this.transactionIDField = value;
        this.RaisePropertyChanged(
"transacti
onID");
      }
    }
   Â
    public event System.ComponentModel.Prop
ertyChange
dEventHand
ler PropertyChanged;
   Â
    protected void RaisePropertyChanged(strin
g propertyName) {
      System.ComponentModel.Prop
ertyChange
dEventHand
ler propertyChanged = this.PropertyChanged;
      if ((propertyChanged != null)) {
        propertyChanged(this, new System.ComponentModel.Prop
ertyChange
dEventArgs
(propertyN
ame));
      }
    }
  }
 Â
  [System.Diagnostics.Debugg
erStepThro
ughAttribu
te()]
  [System.CodeDom.Compiler.G
eneratedCo
deAttribut
e("System.
ServiceMod
el", "4.0.0.0")]
  [System.ComponentModel.Edi
torBrowsab
leAttribut
e(System.C
omponentMo
del.Editor
BrowsableS
tate.Advan
ced)]
  [System.ServiceModel.Messa
geContract
Attribute(
WrapperNam
e="Enterpr
iseObjects
", WrapperNamespace="
http://localhost:8180/grandeFacade/services/grandeFacade", IsWrapped=true)]
  public partial class EnterpriseObjectsRequest {
   Â
    [System.ServiceModel.Messa
geBodyMemb
erAttribut
e(Namespac
e="
http://localhost:8180/grandeFacade/services/grandeFacade", Order=0)]
    [System.Xml.Serialization.
XmlElement
Attribute(
"Enterpris
eObjValues
")]
    public PPG.AC.NA.SS.Replenishment
Processor.
DA.GrandeF
acade.Ente
rpriseObjV
alues[] EnterpriseObjValues;
   Â
    public EnterpriseObjectsRequest()
{
    }
   Â
    public EnterpriseObjectsRequest(P
PG.AC.NA.S
S.Replenis
hmentProce
ssor.DA.Gr
andeFacade
.Enterpris
eObjValues
[] EnterpriseObjValues) {
      this.EnterpriseObjValues = EnterpriseObjValues;
    }
  }
 Â
  [System.Diagnostics.Debugg
erStepThro
ughAttribu
te()]
  [System.CodeDom.Compiler.G
eneratedCo
deAttribut
e("System.
ServiceMod
el", "4.0.0.0")]
  [System.ComponentModel.Edi
torBrowsab
leAttribut
e(System.C
omponentMo
del.Editor
BrowsableS
tate.Advan
ced)]
  [System.ServiceModel.Messa
geContract
Attribute(
WrapperNam
e="Enterpr
iseObjects
Response",
WrapperNamespace="
http://localhost:8180/grandeFacade/services/grandeFacade", IsWrapped=true)]
  public partial class EnterpriseObjectsResponse {
   Â
    [System.ServiceModel.Messa
geBodyMemb
erAttribut
e(Namespac
e="
http://localhost:8180/grandeFacade/services/grandeFacade", Order=0)]
    public PPG.AC.NA.SS.Replenishment
Processor.
DA.GrandeF
acade.WebS
erviceResp
EnterpriseObjectsReturn;
   Â
    public EnterpriseObjectsResponse(
) {
    }
   Â
    public EnterpriseObjectsResponse(
PPG.AC.NA.
SS.Repleni
shmentProc
essor.DA.G
randeFacad
e.WebServi
ceResp EnterpriseObjectsReturn) {
      this.EnterpriseObjectsRetu
rn = EnterpriseObjectsReturn;
    }
  }
 Â
  [System.Diagnostics.Debugg
erStepThro
ughAttribu
te()]
  [System.CodeDom.Compiler.G
eneratedCo
deAttribut
e("System.
ServiceMod
el", "4.0.0.0")]
  [System.ComponentModel.Edi
torBrowsab
leAttribut
e(System.C
omponentMo
del.Editor
BrowsableS
tate.Advan
ced)]
  [System.ServiceModel.Messa
geContract
Attribute(
WrapperNam
e="Enterpr
iseObjec",
WrapperNamespace="
http://localhost:8180/grandeFacade/services/grandeFacade", IsWrapped=true)]
  public partial class EnterpriseObjecRequest {
   Â
    [System.ServiceModel.Messa
geBodyMemb
erAttribut
e(Namespac
e="
http://localhost:8180/grandeFacade/services/grandeFacade", Order=0)]
    public PPG.AC.NA.SS.Replenishment
Processor.
DA.GrandeF
acade.Ente
rpriseObjV
alues EnterpriseObjValues;
   Â
    public EnterpriseObjecRequest() {
    }
   Â
    public EnterpriseObjecRequest(PPG
.AC.NA.SS.
Replenishm
entProcess
or.DA.Gran
deFacade.E
nterpriseO
bjValues EnterpriseObjValues) {
      this.EnterpriseObjValues = EnterpriseObjValues;
    }
  }
 Â
  [System.Diagnostics.Debugg
erStepThro
ughAttribu
te()]
  [System.CodeDom.Compiler.G
eneratedCo
deAttribut
e("System.
ServiceMod
el", "4.0.0.0")]
  [System.ComponentModel.Edi
torBrowsab
leAttribut
e(System.C
omponentMo
del.Editor
BrowsableS
tate.Advan
ced)]
  [System.ServiceModel.Messa
geContract
Attribute(
WrapperNam
e="Enterpr
iseObjecRe
sponse", WrapperNamespace="
http://localhost:8180/grandeFacade/services/grandeFacade", IsWrapped=true)]
  public partial class EnterpriseObjecResponse {
   Â
    [System.ServiceModel.Messa
geBodyMemb
erAttribut
e(Namespac
e="
http://localhost:8180/grandeFacade/services/grandeFacade", Order=0)]
    public PPG.AC.NA.SS.Replenishment
Processor.
DA.GrandeF
acade.wsRe
sponse EnterpriseObjecReturn;
   Â
    public EnterpriseObjecResponse() {
    }
   Â
    public EnterpriseObjecResponse(PP
G.AC.NA.SS
.Replenish
mentProces
sor.DA.Gra
ndeFacade.
wsResponse
EnterpriseObjecReturn) {
      this.EnterpriseObjecReturn
= EnterpriseObjecReturn;
    }
  }
     Â
     Â
  [System.Diagnostics.Debugg
erStepThro
ughAttribu
te()]
  [System.CodeDom.Compiler.G
eneratedCo
deAttribut
e("System.
ServiceMod
el", "4.0.0.0")]
  public partial class grandeFacadeClient : System.ServiceModel.Client
Base<PPG.A
C.NA.SS.Re
plenishmen
tProcessor
.DA.Grande
Facade.gra
ndeFacade>
, PPG.AC.NA.SS.Replenishment
Processor.
DA.GrandeF
acade.gran
deFacade {
   Â
    public grandeFacadeClient() {
    }
   Â
    public grandeFacadeClient(string endpointConfigurationName)
:
        base(endpointConfiguration
Name) {
    }
   Â
    public grandeFacadeClient(string endpointConfigurationName,
string remoteAddress) :
        base(endpointConfiguration
Name, remoteAddress) {
    }
   Â
    public grandeFacadeClient(string endpointConfigurationName,
System.ServiceModel.Endpoi
ntAddress remoteAddress) :
        base(endpointConfiguration
Name, remoteAddress) {
    }
   Â
    public grandeFacadeClient(System.
ServiceMod
el.Channel
s.Binding binding, System.ServiceModel.Endpoi
ntAddress remoteAddress) :
        base(binding, remoteAddress) {
    }
      }
  /// <remarks/>
  [System.CodeDom.Compiler.G
eneratedCo
deAttribut
e("System.
Xml", "4.0.30319.34230")]
  [System.SerializableAttrib
ute()]
  [System.Diagnostics.Debugg
erStepThro
ughAttribu
te()]
  [System.ComponentModel.Des
ignerCateg
oryAttribu
te("code")
]
  [System.Xml.Serialization.
XmlTypeAtt
ribute(Nam
espace="
http://localhost:8180/grandeFacade/services/grandeFacade")
]
  public partial class wsResponse : object, System.ComponentModel.INot
ifyPropert
yChanged {
   Â
    private string actionField;
   Â
    private string documentIDField;
   Â
    private string errorMsgField;
   Â
    private string objectNameField;
   Â
    private string stackTraceField;
   Â
    private string statusField;
   Â
    private string transactionIDField;
   Â
    /// <remarks/>
    [System.Xml.Serialization.
XmlElement
Attribute(
IsNullable
=true, Order=0)]
    public string action {
      get {
        return this.actionField;
      }
      set {
        this.actionField = value;
        this.RaisePropertyChanged(
"action");
      }
    }
   Â
    /// <remarks/>
    [System.Xml.Serialization.
XmlElement
Attribute(
IsNullable
=true, Order=1)]
    public string documentID {
      get {
        return this.documentIDField;
      }
      set {
        this.documentIDField = value;
        this.RaisePropertyChanged(
"documentI
D");
      }
    }
   Â
    /// <remarks/>
    [System.Xml.Serialization.
XmlElement
Attribute(
IsNullable
=true, Order=2)]
    public string errorMsg {
      get {
        return this.errorMsgField;
      }
      set {
        this.errorMsgField = value;
        this.RaisePropertyChanged(
"errorMsg"
);
      }
    }
   Â
    /// <remarks/>
    [System.Xml.Serialization.
XmlElement
Attribute(
IsNullable
=true, Order=3)]
    public string objectName {
      get {
        return this.objectNameField;
      }
      set {
        this.objectNameField = value;
        this.RaisePropertyChanged(
"objectNam
e");
      }
    }
   Â
    /// <remarks/>
    [System.Xml.Serialization.
XmlElement
Attribute(
IsNullable
=true, Order=4)]
    public string stackTrace {
      get {
        return this.stackTraceField;
      }
      set {
        this.stackTraceField = value;
        this.RaisePropertyChanged(
"stackTrac
e");
      }
    }
   Â
    /// <remarks/>
    [System.Xml.Serialization.
XmlElement
Attribute(
IsNullable
=true, Order=5)]
    public string status {
      get {
        return this.statusField;
      }
      set {
        this.statusField = value;
        this.RaisePropertyChanged(
"status");
      }
    }
   Â
    /// <remarks/>
    [System.Xml.Serialization.
XmlElement
Attribute(
IsNullable
=true, Order=6)]
    public string transactionID {
      get {
        return this.transactionIDField;
      }
      set {
        this.transactionIDField = value;
        this.RaisePropertyChanged(
"transacti
onID");
      }
    }
   Â
    public event System.ComponentModel.Prop
ertyChange
dEventHand
ler PropertyChanged;
   Â
    protected void RaisePropertyChanged(strin
g propertyName) {
      System.ComponentModel.Prop
ertyChange
dEventHand
ler propertyChanged = this.PropertyChanged;
      if ((propertyChanged != null)) {
        propertyChanged(this, new System.ComponentModel.Prop
ertyChange
dEventArgs
(propertyN
ame));
      }
    }
  }
 Â
  /// <remarks/>
  [System.CodeDom.Compiler.G
eneratedCo
deAttribut
e("System.
Xml", "4.0.30319.34230")]
  [System.SerializableAttrib
ute()]
  [System.Diagnostics.Debugg
erStepThro
ughAttribu
te()]
  [System.ComponentModel.Des
ignerCateg
oryAttribu
te("code")
]
  [System.Xml.Serialization.
XmlTypeAtt
ribute(Nam
espace="
http://localhost:8180/grandeFacade/services/grandeFacade")
]
  public partial class WebServiceResp : object, System.ComponentModel.INot
ifyPropert
yChanged {
   Â
    private wsResponse[] wsResponseField;
   Â
    /// <remarks/>
    [System.Xml.Serialization.
XmlArrayAt
tribute(Or
der=0)]
    [System.Xml.Serialization.
XmlArrayIt
emAttribut
e("item", Namespace="
http://sdrsafposent1d:8081/axis/services/grandeFacade", IsNullable=false)]
    public wsResponse[] wsResponse {
      get {
        return this.wsResponseField;
      }
      set {
        this.wsResponseField = value;
        this.RaisePropertyChanged(
"wsRespons
e");
      }
    }
   Â
    public event System.ComponentModel.Prop
ertyChange
dEventHand
ler PropertyChanged;
   Â
    protected void RaisePropertyChanged(strin
g propertyName) {
      System.ComponentModel.Prop
ertyChange
dEventHand
ler propertyChanged = this.PropertyChanged;
      if ((propertyChanged != null)) {
        propertyChanged(this, new System.ComponentModel.Prop
ertyChange
dEventArgs
(propertyN
ame));
      }
    }
  }
Here is the URL to the WSDL. Â Not sure if this is accessible outside our network.
 Â
http://sdrsafposent1d:8081/axis/services/grandeFacade?wsdl
And here is the response Fiddler captured. Â My other question is with the response I see there is a Java Exception and some ugly jibberish afterwards. Â Can this be causing the issue with the response not being consumed?
  2000
  <?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:Body>
   <EnterpriseObjectsResponse
xmlns="
http://localhost:8180/grandeFacade/services/grandeFacade">
    <EnterpriseObjectsReturn>
    <wsResponse>
     <action>INSERT</action>
     <documentID>1000</document
ID>
     <errorMsg></errorMsg>
     <objectName>enca_orden_com
pra</objec
tName>
     <stackTrace></stackTrace>
     <status>Not processed</status>
     <transactionID>1</transact
ionID>
    </wsResponse>
    <wsResponse>
     <action>INSERT</action>
     <documentID>1000</document
ID>
     <errorMsg></errorMsg>
     <objectName>det_orden_comp
ra</object
Name>
     <stackTrace></stackTrace>
     <status>Not processed</status>
     <transactionID>1</transact
ionID>
    </wsResponse>
    <wsResponse>
     <action>update</action>
     <documentID>1000</document
ID>
     <errorMsg></errorMsg>
     <objectName>enca_orden_com
pra</objec
tName>
     <stackTrace></stackTrace>
     <status>Not processed</status>
     <transactionID>1</transact
ionID>
    </wsResponse>
    <wsResponse>
     <action>update</action>
     <documentID>1000</document
ID>
     <errorMsg></errorMsg>
     <objectName>enca_orden_com
pra</objec
tName>
     <stackTrace></stackTrace>
     <status>Not processed</status>
     <transactionID>1</transact
ionID>
    </wsResponse>
    <wsResponse>
     <action>update</action>
     <documentID>1000</document
ID>
     <errorMsg></errorMsg>
     <objectName>enca_orden_com
pra</objec
tName>
     <stackTrace></stackTrace>
     <status>Not processed</status>
     <transactionID>1</transact
ionID>
    </wsResponse>
    <wsResponse>
     <action>Informative</actio
n>
     <documentID>Footer</docume
ntID>
     <errorMsg>NULL</errorMsg>
     <objectName></objectName>
     <stackTrace>none
  **************************
**********
**********
**********
**********
**********
***
  * Object Name: det_orden_compra
  * Field Name: Unidades_ordenadas
  * Field Value: 1
  * Process Step: Getting primary key
  * Possible Error: Incorrect field name or value data from the key
  **************************
**********
**********
**********
**********
**********
***
  java.lang.NullPointerExcep
tion</stac
kTrace>
     <status>error</status>
     <transactionID>
 Â
  **************************
**********
**********
**********
**********
**********
**********
*********
  <EnterpriseObjsValues&g
t;
  <EnterpriseObjValues>
;
    <objectName>enca_ord
en_compra&
lt;/object
Name>
    <action>INSERT</a
ction>
    <documentID>1000<
/documentI
D>
    <transactionID>1<
/transacti
onID>
    <source>ORACLE</s
ource>
    <whereClasue>sucursa
l = XYZ AND orden = 34567</whereClasue>
    <objectDetail>
     <item>
       <fieldName>external_
id</fie
ldName>
       <fieldValue>345888&l
t;/fieldVa
lue>
     </item>
     <item>
       <fieldName>sucursal&
lt;/fieldN
ame>
       <fieldValue>XYZ</
fieldValue
>
     </item>
     <item>
       <fieldName>orden<
/fieldName
>
       <fieldValue>34567<
;/fieldVal
ue>
     </item>
     <item>
       <fieldName>proveedor
</field
Name>
       <fieldValue>45454<
;/fieldVal
ue>
     </item>
     <item>
       <fieldName>comprador
</field
Name>
       <fieldValue>1001<
/fieldValu
e>
     </item>
     <item>
       <fieldName>tipo_dist
ribucion&l
t;/fieldNa
me>
       <fieldValue>DD</f
ieldValue&
gt;
     </item>
     <item>
       <fieldName>order_ori
gin</fi
eldName>
;
       <fieldValue>C</fi
eldValue&g
t;
     </item>
     <item>
       <fieldName>document_
status<
/fieldName
>
       <fieldValue>5</fi
eldValue&g
t;
     </item>
     <item>
       <fieldName>fecha_ord
en</fie
ldName>
       <fieldValue>3/13/201
5 12:53:54 PM</fieldValue>
     </item>
     <item>
       <fieldName>fecha_ent
rada</f
ieldName&g
t;
       <fieldValue>3/20/201
5 12:53:54 PM</fieldValue>
     </item>
     <item>
       <fieldName>fecha_can
celacion&l
t;/fieldNa
me>
       <fieldValue>3/27/201
5 12:53:54 PM</fieldValue>
     </item>
    </objectDetail>
  </EnterpriseObjValues&g
t;
  <EnterpriseObjValues>
;
    <objectName>det_orde
n_compra&l
t;/objectN
ame>
    <action>INSERT</a
ction>
    <documentID>1000<
/documentI
D>
    <transactionID>1<
/transacti
onID>
    <source>ORACLE</s
ource>
    <whereClasue>sucursa
l = Â AND orden = 34567 AND Articulo = '1'</whereClasue>
    <objectDetail>
     <item>
       <fieldName>sucursal&
lt;/fieldN
ame>
       <fieldValue></fie
ldValue>
;
     </item>
     <item>
       <fieldName>orden<
/fieldName
>
       <fieldValue>34567<
;/fieldVal
ue>
     </item>
     <item>
       <fieldName>Articulo&
lt;/fieldN
ame>
       <fieldValue>1</fi
eldValue&g
t;
     </item>
     <item>
       <fieldName>Unidades_
ordenadas&
lt;/fieldN
ame>
       <fieldValue>null<
/fieldValu
e>
     </item>
     <item>
       <fieldName>Costo<
/fieldName
>
       <fieldValue>13-MAR-1
5</fiel
dValue>
     </item>
     <item>
       <fieldName>confirmed
_quantity&
lt;/fieldN
ame>
       <fieldValue>null<
/fieldValu
e>
     </item>
     <item>
       <fieldName>confirmat
ion_date&l
t;/fieldNa
me>
       <fieldValue>3/20/201
5 12:53:54 PM</fieldValue>
     </item>
     <item>
       <fieldName>confirmat
ion_number
</field
Name>
       <fieldValue>34567<
;/fieldVal
ue>
     </item>
     <item>
       <fieldName>document_
status<
/fieldName
>
       <fieldValue>5</fi
eldValue&g
t;
     </item>
     <item>
       <fieldName>sequence&
lt;/fieldN
ame>
       <fieldValue>4567<
/fieldValu
e>
     </item>
     <item>
       <fieldName>requisiti
on</fie
ldName>
       <fieldValue>1</fi
eldValue&g
t;
     </item>
    </objectDetail>
  </EnterpriseObjValues&g
t;
  <EnterpriseObjValues>
;
    <objectName>enca_ord
en_compra&
lt;/object
Name>
    <action>update</a
ction>
    <documentID>1000<
/documentI
D>
    <transactionID>1<
/transacti
onID>
    <source>ORACLE</s
ource>
    <whereClasue>sucursa
l = Â AND orden = 34567</whereClasue>
    <objectDetail>
     <item>
       <fieldName>sucursal&
lt;/fieldN
ame>
       <fieldValue></fie
ldValue>
;
     </item>
     <item>
       <fieldName>orden<
/fieldName
>
       <fieldValue>34567<
;/fieldVal
ue>
     </item>
     <item>
       <fieldName>status_pr
oceso</
fieldName&
gt;
       <fieldValue>18</f
ieldValue&
gt;
     </item>
    </objectDetail>
  </EnterpriseObjValues&g
t;
  <EnterpriseObjValues>
;
    <objectName>enca_ord
en_compra&
lt;/object
Name>
    <action>update</a
ction>
    <documentID>1000<
/documentI
D>
    <transactionID>1<
/transacti
onID>
    <source>ORACLE</s
ource>
    <whereClasue>sucursa
l = Â AND orden = 34567</whereClasue>
    <objectDetail>
     <item>
       <fieldName>sucursal&
lt;/fieldN
ame>
       <fieldValue></fie
ldValue>
;
     </item>
     <item>
       <fieldName>orden<
/fieldName
>
       <fieldValue>34567<
;
  554
  /fieldValue>
     </item>
     <item>
       <fieldName>status_pr
oceso</
fieldName&
gt;
       <fieldValue>19</f
ieldValue&
gt;
     </item>
    </objectDetail>
  </EnterpriseObjValues&g
t;
  <EnterpriseObjValues>
;
    <objectName>enca_ord
en_compra&
lt;/object
Name>
    <action>update</a
ction>
    <documentID>1000<
/documentI
D>
    <transactionID>1<
/transacti
onID>
    <source>ORACLE</s
ource>
    <whereClasue>sucursa
l = Â AND orden = 34567</whereClasue>
    <objectDetail>
     <item>
       <fieldName>sucursal&
lt;/fieldN
ame>
       <fieldValue></fie
ldValue>
;
     </item>
     <item>
       <fieldName>orden<
/fieldName
>
       <fieldValue>34567<
;/fieldVal
ue>
     </item>
     <item>
       <fieldName>status_pr
oceso</
fieldName&
gt;
       <fieldValue>3</fi
eldValue&g
t;
     </item>
    </objectDetail>
  </EnterpriseObjValues&g
t;
  </EnterpriseObjsValues&
gt;
 Â
  **************************
**********
**********
**********
**********
**********
**********
*********
 Â
  </transactionID>
    </wsResponse>
    </EnterpriseObjectsReturn>
   </EnterpriseObjectsRespons
e>
   </soapenv:Body>
  </soapenv:Envelope>
  0
Here is the block of code that  I where I am making the call and capturing the response.
 grandeFacadeClient client = new grandeFacadeClient();
 response = client.EnterpriseObjects(e
nterpriseO
bjValuesli
st);
 responseArray = response.wsResponse;