I have an issue, after creating a WSD as consumer and running the connector i noticed one of the fields is getting generated as string in request :
2008-05-09T100:00:00Z
instead as date:
2008-05-09T100:00:00Z
If I generate the soap request using soapUI it generated the request field as date, and if I copy paste the request in soapUI generated by IS and substitue the string with date it works fine, otherwise I get the same soap fault in soapUI as in IS which is:
java.lang.IllegalArgumentException: java.lang.ClassCastException@1cb2466
Is there any way of generating the request with type date instead of string ? I have tried creating the object with java.util.date type and creating string with date contentType but all of them giving me the same result i.e. string type in soap request.
By the way the web service I am calling is RPC(hate the fact but can’t change it) and using :
IS = 7.1.1
OS = SunOS
OS = Platform sparc
OS = Version 5.10
#webMethods#API-Management#soa