my wsdd file contains the following service configuration:
<service name="PaymentService" provider="java:RPC" style="rpc" use="encoded">
<parameter name="wsdlTargetNamespace"...
Type: Posts; User: lucas; Keyword(s):
my wsdd file contains the following service configuration:
<service name="PaymentService" provider="java:RPC" style="rpc" use="encoded">
<parameter name="wsdlTargetNamespace"...
Hi all,
I've the same problem, with an identical configuration. The axis webservice is up and running and I'm able to contact it using an apache Call or the wsdl2java generated stubs, but there seem...