Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpel-dev] Can I consume asmx services in processes designed with the BPEL Design?

Thank You,

I just accessed this link in a Windows OS, this OS can generate the WSDL using the .NET Framework.

Well, I could get the Web service's WSDL. But my service didnt work.

After I found the tutorial:
http://www-inf.it-sudparis.eu/~nguyen_n/teaching_assistant/bpel/invoke_a_web_service_with_eclipse_bpel_designer_and_apache_ode

And I tried to develop the same service, but the same error appears. Did someone face a similar problem?

 The error is following:

20:05:27,256 INFO  [BpelServerImpl] Registered process {http://ws.invocation.tps}WS_Invocation-26.

20:05:27,259 INFO  [DeploymentPoller] Deployment of artifact ODE_Test2 successful: [{http://ws.invocation.tps}WS_Invocation-26]

20:05:38,464 WARN  [SimpleScheduler] Dispatching jobs with more than 5 minutes delay. Either the server was down for some time or the job load is greater than available capacity

20:06:11,255 ERROR [ExternalService] Error sending message (mex={PartnerRoleMex#hqejbhcnphr65ultqmwm9t [PID {http://ws.invocation.tps}WS_Invocation-26] calling org.apache.ode.bpel.epr.WSAEndpoint@27dd2519.echoInput(...) Status ASYNC}): Dangling meta character '*' near index 0

*.local

^

java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0

*.local

^

at java.util.regex.Pattern.error(Pattern.java:1713)

at java.util.regex.Pattern.sequence(Pattern.java:1878)

at java.util.regex.Pattern.expr(Pattern.java:1752)

at java.util.regex.Pattern.compile(Pattern.java:1460)

at java.util.regex.Pattern.<init>(Pattern.java:1133)

at java.util.regex.Pattern.compile(Pattern.java:823)

at java.util.regex.Pattern.matches(Pattern.java:928)

at java.lang.String.matches(String.java:2090)

at org.apache.axis2.transport.http.ProxyConfiguration.validateNonProxyHosts(ProxyConfiguration.java:261)

at org.apache.axis2.transport.http.ProxyConfiguration.isProxyEnabled(ProxyConfiguration.java:223)

at org.apache.axis2.transport.http.AbstractHTTPSender.getHostConfiguration(AbstractHTTPSender.java:271)

at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:502)

at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:191)

at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:77)

at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:327)

at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:206)

at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:396)

at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:374)

at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)

at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)

at org.apache.ode.axis2.SoapExternalService$1$1.call(SoapExternalService.java:206)

at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)

at java.util.concurrent.FutureTask.run(FutureTask.java:138)

at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)

at java.lang.Thread.run(Thread.java:680)

20:06:11,355 ERROR [INVOKE] Failure during invoke: Error sending message (mex={PartnerRoleMex#hqejbhcnphr65ultqmwm9t [PID {http://ws.invocation.tps}WS_Invocation-26] calling org.apache.ode.bpel.epr.WSAEndpoint@27dd2519.echoInput(...) Status ASYNC}): Dangling meta character '*' near index 0

*.local

^

20:06:11,373 INFO  [BpelRuntimeContextImpl] ActivityRecovery: Registering activity 11, failure reason: Error sending message (mex={PartnerRoleMex#hqejbhcnphr65ultqmwm9t [PID {http://ws.invocation.tps}WS_Invocation-26] calling org.apache.ode.bpel.epr.WSAEndpoint@27dd2519.echoInput(...) Status ASYNC}): Dangling meta character '*' near index 0

*.local

^ on channel 21


On Wed, Mar 30, 2011 at 9:10 PM, Bob Brodt <bbrodt@xxxxxxxxxx> wrote:
Did you remember to add the CurrencyConverter.wsdl to your bpel's imports? I just tried this and was able to create the CurrencyConverter partner link...
It shouldn't matter whether this is a .net service or some other implementation - it's all WS :)

_______________________________________
Robert ("Bob") Brodt
Senior Software Engineer, JBoss Riftsaw
JBoss by Red Hat


Hi all,

I'm trying to design a simple Web service that receive as input an integer representing the an amount in Euro, and I should return this amount in US dollar.

I'm trying to implement this service using this another http://www.webservicex.com/CurrencyConvertor.asmx?wsdl

I imported the generated WSDL to my process, but the tool does not allow me create a partnerLink with these ports. Someone faced a similar problem or a worked with .NET Web services before?

Thanks in advance,
Neto


_______________________________________________
bpel-dev mailing list
bpel-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/bpel-dev


_______________________________________________
bpel-dev mailing list
bpel-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/bpel-dev



Back to the top