| Author |
Having problem with Web service Response fields: org.xml.sax.SAXException: Invalid element
|
Siphiwe Madi
Ranch Hand
Joined: Aug 16, 2007
Posts: 70
|
|
Hi,
I have written a JAVA client application to consume a Web service, but i'm getting the error:
org.xml.sax.SAXException: Invalid element in ... - AdminLockStatus
which is one of the fields that is supposed to be part of the Response:
<TSOResponse>
<cbs:AdminLockStatus>N</cbs:AdminLockStatus>
<cbs:BillingPlatformID>99</cbs:BillingPlatformID>
<cbs:PaymentType>P</cbs:PaymentType>
<cbs:RoamingClass/>
</TSOResponse>
Testing this service using SOAP UI works fine, but giving an error in my application.
I used Axis 1.4 to convert the WSDL to Java.
Can anyone please help with this problem???
Thanks.
Regards,
Siphiwe Madi
|
Regards, Siphiwe Madi
[SCJP, SCWCD, __] Next ... scjwsd
|
 |
 |
|
|
subject: Having problem with Web service Response fields: org.xml.sax.SAXException: Invalid element
|
|
|