Hi,
In first i’m sorry for my english.
I explain
I have 2 IS, with the same document publishableDoc
In this you have other document and attribute boolean. Like this :
PublishableDoc
–>doc
----->booleanValue (objec boolean not a string)
this document is use in return of webservice
I generate the WSDL and i use it in the second IS for generate Webservice consummer.
But the generating doc publishableDoc is like this :
PublishableDoc
–>doc
----->booleanValue (string with content type boolean)
But when i call Webservice with my first doc i have this error :
Type mismatch, String expected
What is the problem? how can i resolved it?
#API-Management#soa#webMethods