Its in AXIS2 1.5
grep -S -l xmlNameToJavaIdentifier *.java

.\codegen\src\org\apache\axis2\wsdl\databinding\TypeMappingAdapter.java
.\kernel\src\org\apache\axis2\util\JavaUtils.java

check out the \modules\jaxws-integration for successful implementation of 
AbstractInOutSyncMessageReceiver

we could be of greater assistance if you provide wsdl and accompanying xsd
Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




From: nilesh.v...@wellsfargo.com
To: axis-dev@ws.apache.org
Date: Fri, 4 Sep 2009 19:07:21 -0500
Subject: Errors while compiling classes using axis2 XMLBeans wsdl2Java












HI All,
I am using XMLBEans to generate the java classes from wsdl using Axis 2.
While compilation , it gives me the following  error :-
 
     [iajc] error at public class XXXServiceMessageReceiverInOut extends 
org.apache.axis2.receivers.AbstractInOutMessageReceiver{
The type XXXMessageReceiverInOut must implement the inherited abstract method 
MessageReceiver.receive(MessageContext)
     [iajc] error at if((op.getName() != null) && ((methodName = 
org.apache.axis2.util.JavaUtils.xmlNameToJavaIdentifier(op.getName().getLocalPart()))
 != null)){
     [iajc]                                                                     
        ^^^^^^^^^^^^^^
     [iajc] The method xmlNameToJavaIdentifier(String) is undefined for the 
type JavaUtils
     [iajc] [error   0]: error at public class XXXServiceMessageReceiverInOut 
extends org.apache.axis2.receivers.AbstractInOutMessageReceiver{
     [iajc]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [iajc] XXXServiceMessageReceiverInOut.java:14:0::0 The type 
XXXServiceMessageReceiverInOut must implement the inherited abstract method 
MessageReceiver.receive(MessageContext)
     [iajc] [error   1]: error at if((op.getName() != null) && ((methodName = 
org.apache.axis2.util.JavaUtils.xmlNameToJavaIdentifier(op.getName().getLocalPart()))
!= null)){
     [iajc]                                                                     
        ^^^^^^^^^^^^^^
     [iajc] XXXyServiceMessageReceiverInOut.java:35:0::0 The method 
xmlNameToJavaIdentifier(String) is undefined for the type JavaUtils
 
 
I am not sure if I would need to implement that method. Would that not be done 
as part of the wsdl2Java generation. I believe only the *Skeleton.java needs to 
be modified
 
Thanks
Nilesh
 

_________________________________________________________________
Windows Live: Make it easier for your friends to see what you’re up to on 
Facebook.
http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:ON:WL:en-US:SI_SB_facebook:082009

Reply via email to