bashi khan

Greenhorn
+ Follow
since Jul 08, 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 bashi khan

Hi,
I am a beginner in Java.
I am using DII to dynamically invoke a web service. At runtime, I get the following error:

the serializer/deserializer for parameter number: 0, named: "{http://www.w3.org/2001/XMLSchema}string", type: "{http://www.w3.org/2001/XMLSchema}string", is ambiguous because its class could not be determined
at com.sun.xml.rpc.client.dii.BasicCall.serializerNotFoundException(BasicCall.java:769)
at com.sun.xml.rpc.client.dii.BasicCall.createLiteralResponseSerializer(BasicCall.java:712)
at com.sun.xml.rpc.client.dii.BasicCall.getResponseDeserializer(BasicCall.java:682)
at com.sun.xml.rpc.client.dii.BasicCall.invoke(BasicCall.java:470)
at testClient.Client.main(Client.java:68)


I have a simple service that accepts a string and returns a string.
Any help would be greatly appreciated...
Thanks
18 years ago