Re: Request for information ....

2006-02-28 Thread jagan




Hi,

I am having a WSDL for a service with specified end point say
"http://dione.csse.monash.edu.au:8080/gns-jaxrpc/gns".

I have created server side java files by using axis  class

 java -cp $AXISCLASSPATH org.apache.axis.wsdl.WSDL2Java -p gns -s
wsdl/MyGns.wsdl

The generated java files  have been updated to real implemenation code.


I have deployed the service into tomcat web container by using
deploy.wsdd 
java -cp $AXISCLASSPATH org.apache.axis.client.AdminClient deploy.wsdd

The contents of  deploy.wsdd are as follows


[EMAIL PROTECTED] gns]$ cat deploy.wsdd 









    xmlns="http://xml.apache.org/axis/wsdd/"
    xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">

  

  
  "http://com.test/wsdl/MyGns"/>
  
  
  
  
http://dione.csse.monash.edu.au:8080/gns-jaxrpc/gns
  "http://com.test/wsdl/MyGns"
returnQName="result"
returnType="rtns:string" xmlns:rtns="http://www.w3.org/2001/XMLSchema"
soapAction="" >
    "http://www.w3.org/2001/XMLSchema"/>
    "http://www.w3.org/2001/XMLSchema"/>
  
  

  

==

I found the deployed web service at the following location rather than
the specified endpoind location of
"http://dione.csse.monash.edu.au:8080/gns-jaxrpc/gns".

http://dione.csse.monash.edu.au:8080/axis/services/GnsIFPort
GnsIFPort
Hi there, this is an AXIS service!
Perhaps there will be a form for invoking the service here...
=

Could you mind to suggest about deploying the web service to a
specified endpoint address?

with regards,

Jagan Kommineni




Re: Request for information ....

2006-02-28 Thread jagan




Hi,

I am having a WSDL for a service with specified end point say
"http://dione.csse.monash.edu.au:8080/gns-jaxrpc/gns".

I have created server side java files by using axis  class

 java -cp $AXISCLASSPATH org.apache.axis.wsdl.WSDL2Java -p gns -s
wsdl/MyGns.wsdl

The generated java files  have been updated to real implemenation code.


I have deployed the service into tomcat web container by using
deploy.wsdd 
java -cp $AXISCLASSPATH org.apache.axis.client.AdminClient deploy.wsdd

The contents of  deploy.wsdd are as follows


[EMAIL PROTECTED] gns]$ cat deploy.wsdd 









    xmlns="http://xml.apache.org/axis/wsdd/"
    xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">

  

  
  "http://com.test/wsdl/MyGns"/>
  
  
  
  
http://dione.csse.monash.edu.au:8080/gns-jaxrpc/gns
  "http://com.test/wsdl/MyGns"
returnQName="result"
returnType="rtns:string" xmlns:rtns="http://www.w3.org/2001/XMLSchema"
soapAction="" >
    "http://www.w3.org/2001/XMLSchema"/>
    "http://www.w3.org/2001/XMLSchema"/>
  
  

  

==

I found the deployed web service at the following location rather than
the specified endpoind location of
"http://dione.csse.monash.edu.au:8080/gns-jaxrpc/gns".

http://dione.csse.monash.edu.au:8080/axis/services/GnsIFPort
GnsIFPort
Hi there, this is an AXIS service!
Perhaps there will be a form for invoking the service here...
=

Could you mind to suggest about deploying the web service to a
specified endpoint address?

with regards,

Jagan Kommineni