Open GoogleCodeExporter opened 9 years ago
com.sforce.ws.bin.NameMapper does not provide generic support for URI namespace
mappings to java package names. Instead, the implementation of getPackageName()
assumes a more limited use case specific to sfdc.
} else if (targetNamespace.startsWith("http://") ||
targetNamespace.startsWith("https://") ){
packageName = new StringBuilder(24).append("com.sforce.soap.");
...
I've fixed this in my local sandbox in order to support the uri namespace
declarations found in my own wsdl resource. Can you guys suggest the easiest
way for me to submit this and a few other minor fixes for your review?
Original comment by martin.h...@gmail.com
on 25 Feb 2012 at 6:45
i am also facing this error but slightly change..
Unable to find schema for element;
{http://schemas.xmlsoap.org/soap/encoding/}Array
do you know how to resolve it..
i ahve attached my documents..
Original comment by prashant...@saasfocus.in
on 8 Aug 2012 at 11:28
Attachments:
no
Original comment by sijuvar2...@gmail.com
on 7 Mar 2013 at 4:55
Original issue reported on code.google.com by
vivekbar...@gmail.com
on 24 Feb 2012 at 10:47