[ptt-users] Bad Types exception for integer data type
Dinesh, Nirmit
ndinesh at Ellacoya.com
Wed Aug 1 14:10:12 PDT 2007
I keep getting Bad types exception when sending SOAP Request for complex
server elements of type 'int'. Everything works fine when the server
element (again complex) is of type 'string'.
Any insight on why this might happen? I am using TestMaker 4.4 version
For example:
body.Target("ABCService")
body.method ("getABC")
body.addParameter ("id", Integer, "1234", None)
...
...
...
This is the code to use operation getABC which will take 'id' as an
input and respond with a SOAP message, This fails!!
Body.Target("ABCService")
Body.method("get123")
Body.addParameter("id", String, "ABC", None)
...
...
...
This is the code to use operation get123 which will take 'id' as an
input and respond with a SOAP message. This works fine!!
Thanks much!
Nirmit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cake.pushtotest.com/pipermail/users/attachments/20070801/67a3faa7/attachment.htm
More information about the Users
mailing list