Veradis Tech [
https://community.jboss.org/people/veradismail] created the discussion
"Error on invoking WCF webservice using SOAPClient"
To view the discussion, visit:
https://community.jboss.org/message/732092#732092
--------------------------------------------------------------
Hi
I am working in jboss esb SOA platform, while trying to access the .net webservice i got
some errors, below i had mentioned the details
<action name="soapui-client-action"
class="org.jboss.soa.esb.actions.soap.SOAPClient">
<property name="wsdl" value="
http:///machine01.service.local/Service/MainService.svc?wsdl
http:///machine01.service.local/Service/MainService.svc?wsdl" />
<property name="responseAsOgnlMap" value="false" />
<property name="SOAPAction" value="WSEvents"/>
<property name="endpointUrl"
value=" http:///machine01.service.local/Service/MainService.svc
http:///machine01.service.local/Service/MainService.svc" />
</action>
I was invoking using these lines and i got the following error in the console
16:49:08,953 INFO [SchemaUtils] Loading schema types from [
http://machine01.service.local/Service/MainService.svc?wsdl
http://machine01.service.local/Service/MainService.svc?wsdl]
16:49:14,375 INFO [SchemaUtils] Getting schema
http://machine01.service.local/Service/MainService.svc?wsdl=wsdl0
http://machine01.service.local/Service/MainService.svc?wsdl=wsdl0
16:49:14,375 INFO [SchemaUtils] Getting schema
http://machine01.service.local/Service/MainService.svc?wsdl
http://machine01.service.local/Service/MainService.svc?wsdl
16:49:14,375 INFO [SchemaUtils] Getting schema
http://machine01.service.local/Service/MainService.svc?wsdl=wsdl0
http://machine01.service.local/Service/MainService.svc?wsdl=wsdl0
16:49:14,375 INFO [SchemaUtils] Getting schema
http://machine01.service.local/Service/MainService.svc?wsdl
http://machine01.service.local/Service/MainService.svc?wsdl
16:49:14,375 INFO [SchemaUtils] Getting schema
http://machine01.service.local/Service/MainService.svc?wsdl=wsdl0
http://machine01.service.local/Service/MainService.svc?wsdl=wsdl0
16:49:14,375 INFO [SchemaUtils] Getting schema
http://machine01.service.local/Service/MainService.svc?wsdl
http://machine01.service.local/Service/MainService.svc?wsdl
16:49:14,375 INFO [SchemaUtils] Getting schema
http://machine01.service.local/Service/MainService.svc?wsdl=wsdl0
http://machine01.service.local/Service/MainService.svc?wsdl=wsdl0
16:49:14,421 ERROR [STDERR] Exception in thread "Thread-46"
16:49:14,421 ERROR [STDERR] java.lang.StackOverflowError
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.store.CharUtil.saveChars(CharUtil.java:441)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.store.Cur$CurLoadContext.text(Cur.java:2922)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.store.Cur$CurLoadContext.attr(Cur.java:3041)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.store.Cur$CurLoadContext.attr(Cur.java:3058)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.store.Locale$SaxHandler.startElement(Locale.java:3246)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.piccolo.xml.Piccolo.reportStartTag(Piccolo.java:1082)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseAttributesNS(PiccoloLexer.java:1822)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseOpenTagNS(PiccoloLexer.java:1521)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseTagNS(PiccoloLexer.java:1362)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseXMLNS(PiccoloLexer.java:1293)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseXML(PiccoloLexer.java:1261)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.yylex(PiccoloLexer.java:4808)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.piccolo.xml.Piccolo.yylex(Piccolo.java:1290)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.piccolo.xml.Piccolo.yyparse(Piccolo.java:1400)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.piccolo.xml.Piccolo.parse(Piccolo.java:714)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3435)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.store.Locale.parse(Locale.java:706)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:690)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:677)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:208)
16:49:14,421 ERROR [STDERR] at
org.apache.xmlbeans.XmlObject$Factory.parse(XmlObject.java:632)
16:49:14,421 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.wsdl.CachedWsdlLoader.loadXmlObject(CachedWsdlLoader.java:62)
16:49:14,421 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getSchemas(SchemaUtils.java:294)
16:49:14,421 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getSchemas(SchemaUtils.java:329)
16:49:14,421 ERROR [STDERR] at
com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getSchemas(SchemaUtils.java:329)
16:49:14,640 WARN [ActionProcessingPipeline] No fault address defined for fault message!
To: JMSEpr [ PortReference < <wsa:Address
jms:localhost:1099#queue/quickstart_webservice_consumer1_esb/>,
<wsa:ReferenceProperties jbossesb:java.naming.factory.initial :
org.jnp.interfaces.NamingContextFactory/>, <wsa:ReferenceProperties
jbossesb:java.naming.provider.url : localhost:1099/>, <wsa:ReferenceProperties
jbossesb:java.naming.factory.url.pkgs : org.jnp.interfaces/>,
<wsa:ReferenceProperties jbossesb:destination-type : queue/>,
<wsa:ReferenceProperties jbossesb:destination-name :
queue/quickstart_webservice_consumer1_esb/>, <wsa:ReferenceProperties
jbossesb:specification-version : 1.1/>, <wsa:ReferenceProperties
jbossesb:connection-factory : ConnectionFactory/>, <wsa:ReferenceProperties
jbossesb:persistent : true/>, <wsa:ReferenceProperties jbossesb:acknowledge-mode :
AUTO_ACKNOWLEDGE/>, <wsa:ReferenceProperties jbossesb:transacted : false/>,
<wsa:ReferenceProperties jbossesb:type : urn:jboss/esb/epr/type/jms/> > ]
MessageID: ad77ab9f-c357-4126-81bb-6168676560a1 RelatesTo:
jms:correlationID#ad77ab9f-c357-4126-81bb-6168676560a1
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/732092#732092]
Start a new discussion in JBoss ESB Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]