Hello,

I'm not sure if this is a bug... Maybe it was (or still is) a technical problem 
in my office. Yesterday, it I can't generate the client... but not with every 
try. Sometimes it works and 5 seconds later, it does not work. Today it works 
every time. ...

So, I'm still confused. I'm really sure that I have nothing changed to the 
wsdl2java call! Sometimes it worked, and sometimes not. Today it worked every 
time I try to generate the client... maybe here are some ghosts in my office?!

Thanks
Jochen




> -----Ursprüngliche Nachricht-----
> Von: [email protected]
> Gesendet: 06.07.07 11:49:49
> An: [email protected]
> Betreff: Re: [Axis2] CodeGen Problem


> 
> Amila, Jochen,
> I think i've dealt with this before. I need to exercise my aging brain 
> cells...
> 
> Jochen,
> Can you please open a JIRA bug report?
> 
> thanks,
> dims
> 
> On 7/6/07, Amila Suriarachchi <[EMAIL PROTECTED]> wrote:
> > this seems to be a problem with the wsdl4j
> > it says
> > Caused by: javax.wsdl.WSDLException: WSDLException (at
> > /wsdl:definitions/wsdl:types
> > /xsd:schema[1]/xs:schema/xsd:schema):
> > faultCode=OTHER_ERROR: An error occurred trying to resolve schema referenced
> > at ' http://www.w3.org/2001/xml.xsd', relative to '
> > http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd'.:
> > java.net.ConnectException: Connection refused: connect
> >
> > it tries to find the absolute uri relative to the parent uri.
> >
> >
> > On 7/5/07, Jochen Zink <[EMAIL PROTECTED]> wrote:
> > > Okay, .... know I have another problem. I'm confused... I got a
> > "connection refused" exception, while wsdl2java trys to receive the schema
> > file "http://www.w3.org/2001/xml.xsd ".
> > > I can't see what is going wrong. If I try to get the schema manually with
> > the webbrowser... it works.
> > >
> > > I know, yesterday it works...
> > >
> > > What happend?
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > [java] Retrieving schema at '
> > http://schemas.xmlsoap.org/ws/2004/09/policy/ws-policy.xsd',
> > relative to
> > 'file:/D:/jzink/workspace/biproClientPrototype/https:/www.vdg-
> > portal.de/VDGAuthPortal/services'.
> > >      [java] Retrieving schema at
> > 'http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
> > ', relative to
> > 'http://schemas.xmlsoap.org/ws/2004/09/policy/ws-policy.xsd'.
> > >      [java] Retrieving schema at '
> > http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd',
> > relative to
> > 'http://schemas.xmlsoap.org/ws/2004/09/policy/ws-policy.xsd
> > '.
> > >      [java] Retrieving schema at 'http://www.w3.org/2001/xml.xsd',
> > relative to '
> > http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd'.
> > >      [java]
> > org.apache.axis2.wsdl.codegen.CodeGenerationException:
> > Error parsing WSDL
> > >      [java] at
> > org.apache.tools.ant.taskdefs.ExecuteJava.execute
> > (ExecuteJava.java:180)
> > >      [java] at
> > org.apache.tools.ant.taskdefs.Java.run(Java.java:710)
> > >      [java] at
> > org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:178)
> > >      [java] at org.apache.tools.ant.taskdefs.Java.execute
> > (Java.java:84)
> > >      [java] at
> > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
> > >      [java] at
> > org.apache.tools.ant.Task.perform(Task.java:364)
> > >      [java] at org.apache.tools.ant.Target.execute
> > (Target.java:341)
> > >      [java] at
> > org.apache.tools.ant.Target.performTasks(Target.java:369)
> > >      [java] at
> > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
> > >      [java] at org.apache.tools.ant.Project.executeTarget
> > (Project.java:1185)
> > >      [java] at
> > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
> > >      [java] at
> > org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java
> > :32)
> > >      [java] at
> > org.apache.tools.ant.Project.executeTargets(Project.java:1068)
> > >      [java] at
> > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
> > >      [java] at
> > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main
> > (InternalAntRunner.java:137)
> > >      [java] Caused by:
> > org.apache.axis2.wsdl.codegen.CodeGenerationException:
> > Error parsing WSDL
> > >      [java] at
> > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java
> > :140)
> > >      [java] at
> > org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
> > >      [java] at
> > org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21)
> > >      [java] at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >      [java] at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > >      [java] at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > >      [java] at java.lang.reflect.Method.invoke (Method.java:585)
> > >      [java] at
> > org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:202)
> > >      [java] at
> > org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:134)
> > >      [java] ... 14 more
> > >      [java] Caused by: javax.wsdl.WSDLException: WSDLException (at
> > /wsdl:definitions/wsdl:types/xsd:schema[1]/xs:schema/xsd:schema):
> > faultCode=OTHER_ERROR: An error occurred trying to resolve schema referenced
> > at ' http://www.w3.org/2001/xml.xsd', relative to
> > 'http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd'
> > .: java.net.ConnectException: Connection refused: connect
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source)
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source)
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source)
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source)
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.parseTypes(Unknown Source)
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown
> > Source)
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
> > >      [java] at
> > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.readInTheWSDLFile(CodeGenerationEngine.java:308)
> > >      [java] at
> > org.apache.axis2.wsdl.codegen.CodeGenerationEngine
> > .<init>(CodeGenerationEngine.java:97)
> > >      [java] ... 22 more
> > >      [java] Caused by: java.net.ConnectException: Connection refused:
> > connect
> > >      [java] at
> > java.net.PlainSocketImpl.socketConnect(Native Method)
> > >      [java] at
> > java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
> > >      [java] at
> > java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
> > >      [java] at
> > java.net.PlainSocketImpl.connect(PlainSocketImpl.java :182)
> > >      [java] at java.net.Socket.connect(Socket.java:516)
> > >      [java] at java.net.Socket.connect(Socket.java:466)
> > >      [java] at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
> > >      [java] at sun.net.www.http.HttpClient.openServer
> > (HttpClient.java:365)
> > >      [java] at
> > sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
> > >      [java] at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
> > >      [java] at sun.net.www.http.HttpClient.New (HttpClient.java:287)
> > >      [java] at sun.net.www.http.HttpClient.New(HttpClient.java:299)
> > >      [java] at
> > sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
> > >      [java] at
> > sun.net.www.protocol.http.HttpURLConnection.plainConnect
> > (HttpURLConnection.java:747)
> > >      [java] at
> > sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
> > >      [java] at
> > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java
> > :916)
> > >      [java] at java.net.URL.openStream(URL.java:1007)
> > >      [java] at
> > com.ibm.wsdl.util.StringUtils.getContentAsInputStream(Unknown
> > Source)
> > >      [java] ... 33 more
> > >      [java] --- Nested Exception ---
> > >      [java]
> > org.apache.axis2.wsdl.codegen.CodeGenerationException:
> > Error parsing WSDL
> > >      [java] at
> > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:140)
> > >      [java] at org.apache.axis2.wsdl.WSDL2Code.main
> > (WSDL2Code.java:32)
> > >      [java] at
> > org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21)
> > >      [java] at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >      [java] at
> > sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:39)
> > >      [java] at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > >      [java] at java.lang.reflect.Method.invoke(Method.java:585)
> > >      [java] at
> > org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:202)
> > >      [java] at
> > org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:134)
> > >      [java] at
> > org.apache.tools.ant.taskdefs.Java.run(Java.java :710)
> > >      [java] at
> > org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:178)
> > >      [java] at
> > org.apache.tools.ant.taskdefs.Java.execute(Java.java:84)
> > >      [java] at
> > org.apache.tools.ant.UnknownElement.execute
> > (UnknownElement.java:275)
> > >      [java] at
> > org.apache.tools.ant.Task.perform(Task.java:364)
> > >      [java] at
> > org.apache.tools.ant.Target.execute(Target.java:341)
> > >      [java] at org.apache.tools.ant.Target.performTasks
> > (Target.java:369)
> > >      [java] at
> > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
> > >      [java] at
> > org.apache.tools.ant.Project.executeTarget(Project.java:1185)
> > >      [java] at
> > org.apache.tools.ant.helper.DefaultExecutor.executeTargets
> > (DefaultExecutor.java:40)
> > >      [java] at
> > org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
> > >      [java] at
> > org.apache.tools.ant.Project.executeTargets(Project.java
> > :1068)
> > >      [java] at
> > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
> > >      [java] at
> > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)
> > >      [java] Caused by: javax.wsdl.WSDLException: WSDLException (at
> > /wsdl:definitions/wsdl:types/xsd:schema[1]/xs:schema/xsd:schema):
> > faultCode=OTHER_ERROR: An error occurred trying to resolve schema referenced
> > at ' http://www.w3.org/2001/xml.xsd', relative to
> > 'http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd'
> > .: java.net.ConnectException: Connection refused: connect
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source)
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source)
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source)
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source)
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.parseTypes(Unknown Source)
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown
> > Source)
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
> > >      [java] at
> > com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
> > >      [java] at
> > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.readInTheWSDLFile(CodeGenerationEngine.java:308)
> > >      [java] at
> > org.apache.axis2.wsdl.codegen.CodeGenerationEngine
> > .<init>(CodeGenerationEngine.java:97)
> > >      [java] ... 22 more
> > >      [java] Caused by: java.net.ConnectException: Connection refused:
> > connect
> > >      [java] at
> > java.net.PlainSocketImpl.socketConnect(Native Method)
> > >      [java] at
> > java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
> > >      [java] at
> > java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
> > >      [java] at
> > java.net.PlainSocketImpl.connect(PlainSocketImpl.java :182)
> > >      [java] at java.net.Socket.connect(Socket.java:516)
> > >      [java] at java.net.Socket.connect(Socket.java:466)
> > >      [java] at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
> > >      [java] at sun.net.www.http.HttpClient.openServer
> > (HttpClient.java:365)
> > >      [java] at
> > sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
> > >      [java] at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
> > >      [java] at sun.net.www.http.HttpClient.New (HttpClient.java:287)
> > >      [java] at sun.net.www.http.HttpClient.New(HttpClient.java:299)
> > >      [java] at
> > sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
> > >      [java] at
> > sun.net.www.protocol.http.HttpURLConnection.plainConnect
> > (HttpURLConnection.java:747)
> > >      [java] at
> > sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
> > >      [java] at
> > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java
> > :916)
> > >      [java] at java.net.URL.openStream(URL.java:1007)
> > >      [java] at
> > com.ibm.wsdl.util.StringUtils.getContentAsInputStream(Unknown
> > Source)
> > >      [java] ... 33 more
> > >
> > >
> > >
> > >
> > > > -----Ursprüngliche Nachricht-----
> > > > Von: [email protected]
> > > > Gesendet: 05.07.07 08:15:44
> > > > An: [email protected]
> > > > Betreff: Re: [Axis2] CodeGen Problem
> > >
> > >
> > > >
> > > > Okay, thanks a lot. That is a reason, but can't solve my problem :). I
> > only develop the client and not the service. The service is actually
> > working. But i will inform the service developers.
> > > >
> > > > Thanks a lot!!
> > > >
> > > >
> > > >
> > > > > -----Ursprüngliche Nachricht-----
> > > > > Von: [email protected]
> > > > > Gesendet: 05.07.07 06:46:09
> > > > > An:  [EMAIL PROTECTED]
> > > > > Betreff: Re: [Axis2] CodeGen Problem
> > > >
> > > > this problem is in here
> > > > > <wsdl:operation name="RequestSecurityToken">
> > > > >             <soapbind:operation
> > soapAction="urn:RequestSecurityToken" style="document"/>
> > > > >             <wsdl:input
> > name="RequestSecurityTokenRequest">
> > > > >
> > > > >                 <soapbind:header message="bipro:Security"
> > part="bipro:Security" use="literal"/>
> > > > >                 <soapbind:body use="literal"/>
> > > > >             </wsdl:input>
> > > > >
> > > > >             <wsdl:output
> > name="RequestSecurityTokenResponse">
> > > > >                 <soapbind:body use="literal"/>
> > > > >             </wsdl:output>
> > > > >         </wsdl:operation>
> > > > >
> > > > > the message part is not namespace qualified So you have to put it as
> > > > > <soapbind:header message="bipro:Security" part="Security"
> > use="literal"/>
> > > > >
> > > > > this would fix your problem.
> > > > >
> > > > >
> > > > > And also if you want to send nothing in body  put parts="" in soap
> > body
> > > > > <soapbind:body parts="" use="literal"/>
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On 7/4/07,
> > > > > Davanum Srinivas <[EMAIL PROTECTED]> wrote:
> > > > > Please create a JIRA and upload your wsdl.
> > > > >
> > > > > thanks,
> > > > > dims
> > > > >
> > > > > On 7/4/07, Jochen Zink <[EMAIL PROTECTED]> wrote:
> > > > > > Hello,
> > > > > >
> > > > > > I try to generate a client Stub with wsdl2java.
> > > > >
> > > > > >
> > > > > > I got the following Exception if I execute the wsdl2java tool.
> > > > > >
> > > > > > It seems, that the codeGen tool believes, that the is no messagepart
> > bipro:Security declared int the wsdl file. But, as you can see in the
> > attached file, it is declared.
> > > > >
> > > > > >
> > > > > > I'm using axis1.2 with rampart1.2
> > > > > >
> > > > > > Thanks a lot!
> > > > > >
> > > > > > Regards
> > > > > > Jochen
> > > > > >
> > > > > >
> > > > > > [java] SCHWERWIEGEND: org.apache.axis2.AxisFault: message part
> > bipro:Security not found in the WSDL
> > > > >
> > > > > >      [java]
> > org.apache.axis2.wsdl.codegen.CodeGenerationException :
> > Error parsing WSDL
> > > > > >      [java] at
> > org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:180)
> > > > > >      [java] at
> > org.apache.tools.ant.taskdefs.Java.run
> > > > > (Java.java :710)
> > > > > >      [java] at
> > org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:178)
> > > > > >      [java] at
> > org.apache.tools.ant.taskdefs.Java.execute(Java.java:84)
> > > > > >      [java] at
> > org.apache.tools.ant.UnknownElement.execute
> > > > > (UnknownElement.java:275)
> > > > > >      [java] at
> > org.apache.tools.ant.Task.perform(Task.java:364)
> > > > > >      [java] at org.apache.tools.ant.Target.execute
> > (Target.java:341)
> > > > > >      [java] at
> > org.apache.tools.ant.Target.performTasks
> > > > > (Target.java:369)
> > > > > >      [java] at
> > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
> > > > > >      [java] at
> > org.apache.tools.ant.Project.executeTarget(Project.java:1185)
> > > > > >      [java] at
> > org.apache.tools.ant.helper.DefaultExecutor.executeTargets
> > > > > (DefaultExecutor.java :40)
> > > > > >      [java] at
> > org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
> > > > > >      [java] at
> > org.apache.tools.ant.Project.executeTargets
> > > > > (Project.java:1068)
> > > > > >      [java] at
> > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
> > > > > >      [java] at
> > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main
> > (InternalAntRunner.java
> > > > > :137)
> > > > > >      [java] Caused by:
> > org.apache.axis2.wsdl.codegen.CodeGenerationException:
> > Error parsing WSDL
> > > > > >      [java] at
> > org.apache.axis2.wsdl.codegen.CodeGenerationEngine
> > .<init>(CodeGenerationEngine.java
> > > > > :137)
> > > > > >      [java] at
> > org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
> > > > > >      [java] at
> > org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java :21)
> > > > > >      [java] at
> > sun.reflect.NativeMethodAccessorImpl.invoke0
> > > > > (Native Method)
> > > > > >      [java] at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > > >      [java] at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java
> > > > > :25)
> > > > > >      [java] at java.lang.reflect.Method.invoke(Method.java:585)
> > > > > >      [java] at
> > org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:202)
> > > > > >      [java] at
> > org.apache.tools.ant.taskdefs.ExecuteJava.execute
> > > > > (ExecuteJava.java:134)
> > > > > >      [java] ... 14 more
> > > > > >      [java] Caused by: org.apache.axis2.AxisFault: message part
> > bipro:Security not found in the WSDL
> > > > > >      [java] at
> > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateService
> > > > > (WSDL11ToAxisServiceBuilder.java:298)
> > > > > >      [java] at
> > org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder.populateAllServices(WSDL11ToAllAxisServicesBuilder.java:100)
> > > > > >      [java] at
> > org.apache.axis2.wsdl.codegen.CodeGenerationEngine
> > > > > .<init>(CodeGenerationEngine.java:131)
> > > > > >      [java] ... 22 more
> > > > > >      [java] Caused by: org.apache.axis2.AxisFault: message part
> > bipro:Security not found in the WSDL
> > > > > >      [java] at
> > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.copyExtensibleElements
> > > > > (WSDL11ToAxisServiceBuilder.java:2080)
> > > > > >      [java] at
> > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateBinding
> > (WSDL11ToAxisServiceBuilder.java:466)
> > > > > >      [java] at
> > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateEndpoint
> > > > > (WSDL11ToAxisServiceBuilder.java:374)
> > > > > >      [java] at
> > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateEndpoints(WSDL11ToAxisServiceBuilder.java:334)
> > > > > >      [java] at
> > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateService
> > > > > ( WSDL11ToAxisServiceBuilder.java:288)
> > > > > >      [java] ... 24 more
> > > > > >      [java] --- Nested Exception ---
> > > > > >      [java]
> > org.apache.axis2.wsdl.codegen.CodeGenerationException:
> > Error parsing WSDL
> > > > > >      [java] at
> > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:137)
> > > > > >      [java] at
> > org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
> > > > > >      [java] at org.apache.axis2.wsdl.WSDL2Java.main
> > > > > (WSDL2Java.java:21)
> > > > > >      [java] at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > > > >      [java] at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > > >      [java] at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > > > >      [java] at java.lang.reflect.Method.invoke(Method.java:585)
> > > > > >      [java] at
> > org.apache.tools.ant.taskdefs.ExecuteJava.run
> > > > > (ExecuteJava.java:202)
> > > > > >      [java] at
> > org.apache.tools.ant.taskdefs.ExecuteJava.execute
> > (ExecuteJava.java:134)
> > > > > >      [java] at
> > org.apache.tools.ant.taskdefs.Java.run(Java.java:710)
> > > > > >      [java] at
> > org.apache.tools.ant.taskdefs.Java.executeJava
> > > > > (Java.java:178)
> > > > > >      [java] at
> > org.apache.tools.ant.taskdefs.Java.execute(Java.java:84)
> > > > > >      [java] at
> > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
> > > > > >      [java] at org.apache.tools.ant.Task.perform
> > > > > (Task.java:364)
> > > > > >      [java] at
> > org.apache.tools.ant.Target.execute(Target.java:341)
> > > > > >      [java] at
> > org.apache.tools.ant.Target.performTasks (Target.java:369)
> > > > > >      [java] at
> > org.apache.tools.ant.Project.executeSortedTargets
> > > > > (Project.java:1216)
> > > > > >      [java] at
> > org.apache.tools.ant.Project.executeTarget(Project.java
> > :1185)
> > > > > >      [java] at
> > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
> > > > > >      [java] at
> > org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets
> > (EclipseDefaultExecutor.java:32)
> > > > > >      [java] at
> > org.apache.tools.ant.Project.executeTargets(Project.java:1068)
> > > > > >      [java] at
> > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run
> > > > > (InternalAntRunner.java:423)
> > > > > >      [java] at
> > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)
> > > > > >      [java] Caused by: org.apache.axis2.AxisFault : message part
> > bipro:Security not found in the WSDL
> > > > >
> > > > > >      [java] at
> > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateService(WSDL11ToAxisServiceBuilder.java:298)
> > > > > >      [java] at
> > org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder.populateAllServices
> > > > > (WSDL11ToAllAxisServicesBuilder.java:100)
> > > > > >      [java] at
> > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(
> > CodeGenerationEngine.java:131)
> > > > > >      [java] ... 22 more
> > > > > >      [java] Caused by: org.apache.axis2.AxisFault: message part
> > bipro:Security not found in the WSDL
> > > > > >      [java] at
> > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.copyExtensibleElements(WSDL11ToAxisServiceBuilder.java:2080)
> > > > > >      [java] at
> > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateBinding
> > (WSDL11ToAxisServiceBuilder.java:466)
> > > > > >      [java] at
> > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateEndpoint
> > > > > (WSDL11ToAxisServiceBuilder.java:374)
> > > > > >      [java] at
> > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateEndpoints(WSDL11ToAxisServiceBuilder.java:334)
> > > > > >      [java] at
> > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateService
> > > > > ( WSDL11ToAxisServiceBuilder.java:288)
> > > > > >      [java] ... 24 more
> > > > > >
> > _____________________________________________________________________
> > > > > > Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu
> > sparen!
> > > > >
> > > > > >
> > http://smartsurfer.web.de/?mc=100071&distributionid=000000000066
> > > > > >
> > > > > >
> > > > > >
> > ---------------------------------------------------------------------
> > > > >
> > > > > > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Davanum Srinivas :: http://davanum.wordpress.com
> > > > >
> > > > >
> > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Amila Suriarachchi,
> > > > > WSO2 Inc.
> > > > >
> > > >
> > > >
> > > >
> > _________________________________________________________________________
> > > > In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten!
> > > > Nur 3,99 EUR/Monat!
> > http://www.maildomain.web.de/?mc=021114
> > > >
> > > >
> > > >
> > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> > >
> > _________________________________________________________________________
> > > In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten!
> > > Nur 3,99 EUR/Monat!
> > http://www.maildomain.web.de/?mc=021114
> > >
> > >
> > >
> > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> >
> > --
> > Amila Suriarachchi,
> > WSO2 Inc.
> 
> 
> -- 
> Davanum Srinivas :: http://davanum.wordpress.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


_______________________________________________________________________
Jetzt neu! Schuetzen Sie Ihren PC mit McAfee und WEB.DE. 3 Monate 
kostenlos testen. http://www.pc-sicherheit.web.de/startseite/?mc=022220


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to