You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Radek Wisniewski <rw...@datenknecht.de> on 2001/08/14 18:05:07 UTC

Wrapper classes as parameters on server side

While doing RPC with wrappers classes as parameters like:

public class foo {

	getFoo(Long id){
		...
	}
}

we became an error  like this:

....getFoo(long) -- no signature match


It mean, we must use only base types on server side as parameters.
But in User Guide there is nothing about this, moreover, wrapper classes
are mentioned as "supported" by platform, it seams we can serialize them,
but while deserialization they are treated as primitives.

Any remarks about?


Radek Wisniewski