Hi all,
I have a wsdl file . I want to access access the web service using a normal
java program . For that I have used WSDL2Java in the Apache Axis.
I am able to generate the proxy files, but when I try to run my program I get an error
....
....
.....
Caught remote exception: org.xml.sax.SAXException: Invalid element in com.myorg.CCR - SubscriberID
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.xml.sax.SAXException: Invalid element in com.myorg.CCR - SubscriberID
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace
rg.xml.sax.SAXException: Invalid element in com.myorg.CCR - SubscriberID
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
at org.apache.axis.message.SOAPFaultBuilder.endElement..
....
.....
.....
What could be the possible reason???
[ December 13, 2008: Message edited by: Ramesh Sahu ]