You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsif-user@ws.apache.org by Prabhakar Chandrasekaran <pr...@virtusa.com> on 2004/12/21 04:58:05 UTC

Please guide me



Hi,



I am working with Java Binding trying to access a simple class through a
WSDL. I have the following error occurring when I execute the above two
files with WSIF,



org.apache.wsif.WSIFException: Binding
{http://JavaBindTesterPack}JavaBinding does not contain a typeMap with
encoding=Java and style=Java



Though I have given type mapping this error occurs.



JavaBind.wsdl - The WSDL file



JavaIntClient.java - The dii wsif client



JavaIntTester.java - The class which I am trying to access through
JavaBinding



Please help me in resolving the above error, its very urgent.





Thanks and Regards,



Prabhakar Chandrasekaran



Team Virtusa

Office:    91 44 5200 2700 Ext. 3313
Mobile:  91 94430 37499

www.virtusa.com <http://www.virtusa.com/> 





---------------------------------------------------------------------------------------------
This message, including any attachments, contains confidential information intended for a specific individual and purpose, and is intended for the addressee only. Any unauthorized disclosure, use, dissemination, copying, or distribution of this message or any of its attachments or the information contained in this e-mail, or the taking of any action based on it, is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail and delete this message.

Re: Please guide me

Posted by Aleksander Slominski <as...@cs.indiana.edu>.
Prabhakar Chandrasekaran wrote:

>
> I am working with Java Binding trying to access a simple class through 
> a WSDL. I have the following error occurring when I execute the above 
> two files with WSIF,
>
> org.apache.wsif.WSIFException: Binding 
> {http://JavaBindTesterPack}JavaBinding does not contain a typeMap with 
> encoding=Java and style=Java
>
> Though I have given type mapping this error occurs.
>
> JavaBind.wsdl – The WSDL file
>
> JavaIntClient.java – The dii wsif client
>
> JavaIntTester.java – The class which I am trying to access through 
> JavaBinding
>
> Please help me in resolving the above error, its very urgent.
>
what version of WSIF are using? did you try current CVS and/or nightly 
build?

did you try to run samples/localjava? did it work?

anyway aftrer i editied WSDL file (correct part name and no mapping 
needed for Java "int") and java client to coinsistetly use "int" all is 
working fine. see attached files.

JavaIntClient
org.apache.wsif.base.WSIFDefaultMessage@a4e743 name:null parts[0]:5
result=10

alek

> Thanks and Regards,
>
> *Prabhakar Chandrasekaran*
>
> *Team Virtusa*
>
> *Office: 91 44 5200 2700 Ext. 3313**
> **Mobile**: 91 94430 37499 *
>
> *www.virtusa.com <http://www.virtusa.com/>** *
>
> ---------------------------------------------------------------------------------------------
> This message, including any attachments, contains confidential 
> information intended for a specific individual and purpose, and is 
> intended for the addressee only. Any unauthorized disclosure, use, 
> dissemination, copying, or distribution of this message or any of its 
> attachments or the information contained in this e-mail, or the taking 
> of any action based on it, is strictly prohibited. If you are not the 
> intended recipient, please notify the sender immediately by return 
> e-mail and delete this message.
>


-- 
The best way to predict the future is to invent it - Alan Kay