usama munir

Greenhorn
+ Follow
since Jul 06, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by usama munir

im calling a payments web service from
a stub made from JDeveloper and
im getting the following error:

java.rmi.RemoteException: Runtime exception; nested exception is:
deserialization error: unexpected XML reader state. expected: END but found: START: clearerID

at oracle.j2ee.ws.client.StreamingSender._handleRuntimeExceptionInSend(StreamingSender.java:102)

at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:314)

at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:98)

at com.dps.services.payments.runtime.CheckAuthorizationServicePortSoapBinding_Stub.createCheckAuthorization(CheckAuthorizationServicePortSoapBinding_Stub.java:251)

at com.dps.services.payments.CheckAuthorizationServicePortClient.createCheckAuthorization(CheckAuthorizationServicePortClient.java:359)

at com.dps.services.payments.CheckAuthorizationServicePortClient.main(CheckAuthorizationServicePortClient.java:234)

Caused by: deserialization error: unexpected XML reader state. expected: END but found: START: clearerID

at oracle.j2ee.ws.common.util.exception.JAXRPCExceptionBase.<init>(JAXRPCExceptionBase.java:75)

at oracle.j2ee.ws.common.util.exception.JAXRPCExceptionBase.<init>(JAXRPCExceptionBase.java:71)

at oracle.j2ee.ws.common.encoding.DeserializationException.<init>(DeserializationException.java:61)

at oracle.j2ee.ws.common.encoding.ObjectSerializerBase.deserialize(ObjectSerializerBase.java:224)

at oracle.j2ee.ws.common.encoding.ReferenceableSerializerImpl.deserialize(ReferenceableSerializerImpl.java:140)

at com.dps.services.payments.runtime.CheckAuthorizationServicePortSoapBinding_createCheckAuthorization_RespS_SOAPSerializer.doDeserialize(CheckAuthorizationServicePortSoapBinding_createCheckAuthorization_RespS_SOAPSerializer.java:42)

at oracle.j2ee.ws.common.encoding.ObjectSerializerBase.deserialize(ObjectSerializerBase.java:179)

at oracle.j2ee.ws.common.encoding.ReferenceableSerializerImpl.deserialize(ReferenceableSerializerImpl.java:140)

at com.dps.services.payments.runtime.CheckAuthorizationServicePortSoapBinding_Stub._deserialize_createCheckAuthorization(CheckAuthorizationServicePortSoapBinding_Stub.java:347)

at com.dps.services.payments.runtime.CheckAuthorizationServicePortSoapBinding_Stub._readFirstBodyElement(CheckAuthorizationServicePortSoapBinding_Stub.java:295)

at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:243)

... 4 more

can anyone please help me in this issue.
17 years ago
Servlet error: Parsing error processing resource path
im making a aproject of ejb struts and jsps ,my struts without ejbs were ok but as soon as i make any session beans i get this error pls let me know what to do with it im making it wioth JDEVELOPER
17 years ago
how to write and generate an excel sheet through java?
18 years ago
well my boss want me to develop an application which could check whteher the links stored in the database r working or not i ve to find the dead links and make a log for those links .log is no problem but how to check those links i cant figure out...plz help me with that.
18 years ago
how to unmarshal a xml schema ?
any guide with sample code please
18 years ago