Using WebServicesCore and the WDSL stub generation tool I have run
into a bunch of number of issues when talking to certain SOAP servers.
1. On input the stubs expects parameters to be wrapped in a parameter
dictionary. The server I am connecting to sends packets with out it
they look like...
I fixed this by changing the code that looks for the parameter dictionary.
2. When I send a transaction out WebServicesCore wraps my parameters
in a parameter dictionary. The SOAP server Im talking to can not read
this and expects things to look like the packet above.
So how can I turn this FEATURE off?
If a parameter dictionary a standard part of SOAP?
I don't see this behavior in my WO code or in my java/Axis code
so why does it show up when I use WebServicesCore?