Re: WSDL import and schemaLocation

2008-01-16 Thread prasad c iyer

Hard coded values did the trick.
But it is not good for me. I ran into other problem my xsd imports many 
other schema which uses the relative path. Even my WSDL file uses many 
schema.
It is very error prone to edit the location. I might have to think something 
different.


Any help would be highly appreciated.
regards



- Original Message - 
From: "prasad c iyer" <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, January 16, 2008 9:28 AM
Subject: Re: WSDL import and schemaLocation



Yeah maybe I should try that.
Want to know one more thing is there a specific reason why it is 
implemented that way. Coz in real life WSDL files and schema would be 
developed by some other parties which you would use it. If they implement 
schema location with the relative path there is a problem.


One more thing if I set useOriginalWSDL parameter to false, the generated 
WSDL should have entire path to the schema file. I have not tried doing 
it.


many thanks

- Original Message - 
From: "keith chapman" <[EMAIL PROTECTED]>

To: 
Sent: Tuesday, January 15, 2008 6:16 PM
Subject: Re: WSDL import and schemaLocation



If you need an absolute URI in there you can try saving the WSDL to
your hard disk, Update it manually to have an absolute URI and then
add it to the META-INF folder of your aar. Also add the parameter
useOriginalWSDL="true" to your services.xml.

Thanks,
Keith.

On Jan 16, 2008 5:18 AM, prasad c iyer <[EMAIL PROTECTED]> wrote:



I did used WSDL2Java tool.
What I'm trying to do is consume the service using PHP. But when I query 
the

WSDL file it returns me the following schema location.

I don't think it takes care of this.
regards







- Original Message -
From: Amila Suriarachchi
To: axis-user@ws.apache.org
Sent: Monday, January 14, 2008 8:04 PM
Subject: Re: WSDL import and schemaLocation




On Jan 15, 2008 9:08 AM, prasad c iyer <[EMAIL PROTECTED]> wrote:

>
>
> Hi,
> I am creating the client for an existing web service. My problem is 
> the

schemaLocation is points to the relative path. Is there a way to resolve
this. So that my client can download the schema.


Are you using wsdl2java with  Axis2?  it can  handle the relative
schemaLocations. I think any tool would do this.

thanks,
Amila.

>
>
>
>
> 
> http://localhost:8080/my-app/services/BankServices "
xmlns="http://schemas.xmlsoap.org/wsdl/";
xmlns:tns="http://localhost:8080/my-app/services/BankServices";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:bank="http://localhost:8080/my-app/services/BankServices/types";
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";>
>   
> 
>http://localhost:8080/my-app/services/BankServices/types";
schemaLocation="BankServices?xsd=xsd0.xsd"/>
>   
>   
>
>
>
> regards
>



--
Amila Suriarachchi,
WSO2 Inc.




--
Keith Chapman
Software Engineer
WSO2 Inc.
Oxygenating the Web Service Platform.
http://wso2.org/

blog: http://www.keith-chapman.org

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






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






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



Re: WSDL import and schemaLocation

2008-01-16 Thread prasad c iyer

Yeah maybe I should try that.
Want to know one more thing is there a specific reason why it is implemented 
that way. Coz in real life WSDL files and schema would be developed by some 
other parties which you would use it. If they implement schema location with 
the relative path there is a problem.


One more thing if I set useOriginalWSDL parameter to false, the generated 
WSDL should have entire path to the schema file. I have not tried doing it.


many thanks

- Original Message - 
From: "keith chapman" <[EMAIL PROTECTED]>

To: 
Sent: Tuesday, January 15, 2008 6:16 PM
Subject: Re: WSDL import and schemaLocation



If you need an absolute URI in there you can try saving the WSDL to
your hard disk, Update it manually to have an absolute URI and then
add it to the META-INF folder of your aar. Also add the parameter
useOriginalWSDL="true" to your services.xml.

Thanks,
Keith.

On Jan 16, 2008 5:18 AM, prasad c iyer <[EMAIL PROTECTED]> wrote:



I did used WSDL2Java tool.
What I'm trying to do is consume the service using PHP. But when I query 
the

WSDL file it returns me the following schema location.

I don't think it takes care of this.
regards







- Original Message -
From: Amila Suriarachchi
To: axis-user@ws.apache.org
Sent: Monday, January 14, 2008 8:04 PM
Subject: Re: WSDL import and schemaLocation




On Jan 15, 2008 9:08 AM, prasad c iyer <[EMAIL PROTECTED]> wrote:

>
>
> Hi,
> I am creating the client for an existing web service. My problem is the
schemaLocation is points to the relative path. Is there a way to resolve
this. So that my client can download the schema.


Are you using wsdl2java with  Axis2?  it can  handle the relative
schemaLocations. I think any tool would do this.

thanks,
Amila.

>
>
>
>
> 
> http://localhost:8080/my-app/services/BankServices "
xmlns="http://schemas.xmlsoap.org/wsdl/";
xmlns:tns="http://localhost:8080/my-app/services/BankServices";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:bank="http://localhost:8080/my-app/services/BankServices/types";
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";>
>   
> 
>http://localhost:8080/my-app/services/BankServices/types";
schemaLocation="BankServices?xsd=xsd0.xsd"/>
>   
>   
>
>
>
> regards
>



--
Amila Suriarachchi,
WSO2 Inc.




--
Keith Chapman
Software Engineer
WSO2 Inc.
Oxygenating the Web Service Platform.
http://wso2.org/

blog: http://www.keith-chapman.org

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






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



Re: WSDL import and schemaLocation

2008-01-15 Thread prasad c iyer
I did used WSDL2Java tool. 
What I'm trying to do is consume the service using PHP. But when I query the 
WSDL file it returns me the following schema location.

I don't think it takes care of this.
regards




  - Original Message - 
  From: Amila Suriarachchi 
  To: axis-user@ws.apache.org 
  Sent: Monday, January 14, 2008 8:04 PM
  Subject: Re: WSDL import and schemaLocation





  On Jan 15, 2008 9:08 AM, prasad c iyer <[EMAIL PROTECTED]> wrote:

Hi,
I am creating the client for an existing web service. My problem is the 
schemaLocation is points to the relative path. Is there a way to resolve this. 
So that my client can download the schema.

  Are you using wsdl2java with  Axis2?  it can  handle the relative 
schemaLocations. I think any tool would do this.

  thanks,
  Amila. 



http://localhost:8080/my-app/services/BankServices " 
xmlns="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:tns="http://localhost:8080/my-app/services/BankServices"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:bank="http://localhost:8080/my-app/services/BankServices/types"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";>
  

   http://localhost:8080/my-app/services/BankServices/types"; 
schemaLocation="BankServices?xsd=xsd0.xsd"/>
  
  



regards




  -- 
  Amila Suriarachchi,
  WSO2 Inc. 

Resolving relative path of Schema

2008-01-15 Thread prasad c iyer
Hi,
How do I resolve the relative path defined in SchemaLocation? Any ideas.
The generated WSDL is 

http://localhost:8080/my-app/services/BankServices"; 
xmlns="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:tns="http://localhost:8080/my-app/services/BankServices"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:bank="http://localhost:8080/my-app/services/BankServices/types"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";>
  

   http://localhost:8080/my-app/services/BankServices/types"; 
schemaLocation="BankServices?xsd=xsd0.xsd"/>
  
  

I am using PHP to consume the service

WSDL import and schemaLocation

2008-01-14 Thread prasad c iyer
Hi,
I am creating the client for an existing web service. My problem is the 
schemaLocation is points to the relative path. Is there a way to resolve this. 
So that my client can download the schema.


http://localhost:8080/my-app/services/BankServices"; 
xmlns="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:tns="http://localhost:8080/my-app/services/BankServices"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:bank="http://localhost:8080/my-app/services/BankServices/types"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";>
  

   http://localhost:8080/my-app/services/BankServices/types"; 
schemaLocation="BankServices?xsd=xsd0.xsd"/>
  
  



regards


Re: Error while invoking the axis service through PHP NUSoap

2008-01-09 Thread prasad c iyer
Got it I messed up the Ant file so the generated code was always overwriting 
the implemented class.

Thanks for the help

- Original Message - 
From: "prasad c iyer" <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, January 09, 2008 3:44 PM
Subject: Re: Error while invoking the axis service through PHP NUSoap



Following are my wsdl file, php file and soap request
wsdl file

http://localhost:8080/my-app/services/EchoService"; 
xmlns="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:ns1="http://localhost:8080/my-app/services/EchoService/types"; 
name="EchoService" 
targetNamespace="http://localhost:8080/my-app/services/EchoService";>


targetNamespace="http://localhost:8080/my-app/services/EchoService/types";>




targetNamespace="http://localhost:8080/my-app/services/EchoService/types:0";>


















transport="http://schemas.xmlsoap.org/soap/http"/>













location="http://localhost:8080/my-app/services/EchoService"/>





--
php code:

$client=new 
nusoap_client('http://localhost:8080/my-app/services/EchoService?wsdl', 
'wsdl');

$err=$client->getError();
if($err){
   echo 'constructor error : '. $err ;
   die;
}
$proxy=$client->getProxy();
$err=$client->getError();
if($err){
   echo 'got error : '.$err;
}
$client->loadWSDL();
$err=$client->getError();
if($err){
   echo 'got error : '.$err;
}
echo 'WSDLnamespace'.$client->wsdl->namespaces;
foreach($client->wsdl->namespaces as $key=>$value){
   echo $key. ' ' . $value . '';
}
$param['parameters']=array('hello world');
$client->call('echo_operation', $param);
echo 'Request' . htmlspecialchars($client->request, 
ENT_QUOTES) . '';
echo 'Response' . htmlspecialchars($client->response, 
ENT_QUOTES) . '';
echo 'Debug' . htmlspecialchars($client->debug_str, 
ENT_QUOTES) . '';

?>



--
request message

http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:ns4861="http://tempuri.org";>

xmlns:m="http://localhost:8080/my-app/services/EchoService/types";>hello 
world







- Original Message - 
From: Martin Gainty

To: axis-user@ws.apache.org
Sent: Wednesday, January 09, 2008 3:30 PM
Subject: RE: Error while invoking the axis service through PHP NUSoap


Please display php client code and service wsdl

Martin

__
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relates to the official 
business of Sender. This transmission is of a confidential nature and 
Sender does not endorse distribution to any party other than intended 
recipient. Sender does not necessarily endorse content contained within 
this transmission.



Wrom: 
HMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALP

T

CXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDR

Re: Error while invoking the axis service through PHP NUSoap

2008-01-09 Thread prasad c iyer

Following are my wsdl file, php file and soap request
wsdl file

http://localhost:8080/my-app/services/EchoService"; 
xmlns="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:ns1="http://localhost:8080/my-app/services/EchoService/types"; 
name="EchoService" 
targetNamespace="http://localhost:8080/my-app/services/EchoService";>


targetNamespace="http://localhost:8080/my-app/services/EchoService/types";>




targetNamespace="http://localhost:8080/my-app/services/EchoService/types:0";>


















transport="http://schemas.xmlsoap.org/soap/http"/>













http://localhost:8080/my-app/services/EchoService"/>




--
php code:

$client=new 
nusoap_client('http://localhost:8080/my-app/services/EchoService?wsdl', 
'wsdl');

$err=$client->getError();
if($err){
   echo 'constructor error : '. $err ;
   die;
}
$proxy=$client->getProxy();
$err=$client->getError();
if($err){
   echo 'got error : '.$err;
}
$client->loadWSDL();
$err=$client->getError();
if($err){
   echo 'got error : '.$err;
}
echo 'WSDLnamespace'.$client->wsdl->namespaces;
foreach($client->wsdl->namespaces as $key=>$value){
   echo $key. ' ' . $value . '';
}
$param['parameters']=array('hello world');
$client->call('echo_operation', $param);
echo 'Request' . htmlspecialchars($client->request, 
ENT_QUOTES) . '';
echo 'Response' . htmlspecialchars($client->response, 
ENT_QUOTES) . '';
echo 'Debug' . htmlspecialchars($client->debug_str, 
ENT_QUOTES) . '';

?>



--
request message

http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:ns4861="http://tempuri.org";>

xmlns:m="http://localhost:8080/my-app/services/EchoService/types";>hello 
world







- Original Message - 
From: Martin Gainty

To: axis-user@ws.apache.org
Sent: Wednesday, January 09, 2008 3:30 PM
Subject: RE: Error while invoking the axis service through PHP NUSoap


Please display php client code and service wsdl

Martin

__
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relates to the official 
business of Sender. This transmission is of a confidential nature and Sender 
does not endorse distribution to any party other than intended recipient. 
Sender does not necessarily endorse content contained within this 
transmission.



Wrom: 
HMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPT

CXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJ
VZCMHVIBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLK> 

at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
at org.apache.t

Error while invoking the axis service through PHP NUSoap

2008-01-09 Thread prasad c iyer
I have a echo service created in Axis2. I am getting a axis-fault when I am 
trying to invoke it through PHP NUSoap.

The Stacktrace is
org.apache.axis2.AxisFault: Please implement 
org.presci.echo.service.EchoServiceSkeleton#echo_operation

at org.apache.axis2.AxisFault.makeFault(AxisFault.java:417)
at 
org.presci.echo.service.EchoServiceMessageReceiverInOut.invokeBusinessLogic(EchoServiceMessageReceiverInOut.java:62)
at 
org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver.invokeBusinessLogic(AbstractInOutSyncMessageReceiver.java:42)
at 
org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:96)

at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:145)
at 
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:275)

at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:120)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)

at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.UnsupportedOperationException: Please implement 
org.presci.echo.service.EchoServiceSkeleton#echo_operation
at 
org.presci.echo.service.EchoServiceSkeleton.echo_operation(EchoServiceSkeleton.java:21)
at 
org.presci.echo.service.EchoServiceMessageReceiverInOut.invokeBusinessLogic(EchoServiceMessageReceiverInOut.java:51)

... 19 more

The service is getting invoked properly through the skeleton. Can somebody 
point me in right direction?

thanks



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