[JBoss-user] [JBossWS] - Re: Unable to access the webservice using vb.net but able to

2005-03-23 Thread mitulraul
Sorry for breaking the thread.
Since i am new user in development of JBOSSWS weebservice i am not sure where 
do we specify the rpc/literal. I mean where do we mention the rpc n document 
style?

I have used following files for creating webservice


ant task :

  
  |   
  |
  |
  |
  |   

Contact_Config.xml:

 http://java.sun.com/xml/ns/jax-rpc/ri/config";>
  |   
  |   
  |   
  | 
  |   
  | 
  |
  |  
   
  |  
  | 
  |   
  |  
  | 
  |


webservice.xml:
  |   
  |  
ContactWebServices
  |  WEB-INF/wsdl/ContactWebServices.wsdl
  |  
WEB-INF/Contact_Mapping.xml
  |  
  | ContactWebServices
  | ContactWrapperIntfPort
  | 
com.ca.ac.webservice.wrapper.ContactWrapper
  | 
  |ContactWrapperServlet
  | 
  |  
  |




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871146#3871146

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871146


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Unable to access the webservice using vb.net but able to

2005-03-23 Thread mitulraul
When i am using features ="wsi" I don't get any error but When I added 
features="wsi,documentliteral"  I am getting following error 

java.lang.Exception: The OperationDesc for insert was not synchronized to a 
method of com.ca.ac.webservice.wrapper.Conta 
ctWrapper. 
at org.apache.axis.InternalException.(InternalException.java:108) 
at 
org.apache.axis.description.ServiceDesc.syncOperationToClass(ServiceDesc.java:851)
 
at 
org.apache.axis.description.ServiceDesc.getSyncedOperationsForName(ServiceDesc.java:1198)
 
at 
org.apache.axis.description.ServiceDesc.loadServiceDescByIntrospectionRecursive(ServiceDesc.java:1044)
 
at 
org.apache.axis.description.ServiceDesc.loadServiceDescByIntrospection(ServiceDesc.java:965)
 
at 
org.apache.axis.description.ServiceDesc.loadServiceDescByIntrospection(ServiceDesc.java:906)
 
at org.apache.axis.description.ServiceDesc.getOperations(ServiceDesc.java:451) 
at 
org.jboss.webservice.server.ServiceEndpointServlet.reportAvailableServices(ServiceEndpointServlet.java:211)
 
at 
org.jboss.webservice.server.ServiceEndpointServlet.doGet(ServiceEndpointServlet.java:84)
 
at javax.servlet.http.HttpServlet.service(HttpServlet.java:697) 
at 
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:372)
 
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) 
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
 
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
 
at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
 
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
 
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
 
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
 
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
 
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) 
at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
 
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
 
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
 
at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:44)
 
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
 
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:169)
 
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
 
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) 
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) 
at org.apache.catalina.core.StandardValveContext.invokeNext

What could be reason? 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871166#3871166

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871166


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Unable to access the webservice using vb.net but able to

2005-03-21 Thread mitulraul
I have seen the generated WSDL is generating location with localhost instead of 
machine name. 
e.g the generated wsdl have following structure..
- 
  | - 
  |   http://localhost:8080/acWebServices/services/AddressWebServices"; /> 
  |   
  |   

here location should be genarated as the name of machine webservice deployed... 
When we check with other webservice (Axis/Jaxrpc) the webservice container 
generates the location as name of machine name but here it is localhost! 
In jobssws is it always generates localhost? On this wsdl the client makes the 
call for webservice? right? 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870930#3870930

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870930


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Unable to access the webservice using vb.net but able to

2005-03-11 Thread mitulraul
May be true but how come the Javaclient with Axis and other clients are able to 
call the Webservice. Also I have generated the wsdl using the wscompile tool. I 
have one doubt here it does not generates heirarchy for the all complex types. 
What could be reason? 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869719#3869719

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869719


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Unable to access the webservice using vb.net but able to acc

2005-03-10 Thread mitulraul
Hi i am facing problem in accessing the webservice deployed using jbossws using 
vb.net technology. But i am able to access the same using the java client. 
   In VB.net, It identifies the service and creates the connection to 
displaying wsdl but when trying to access the service it does not show any 
methods defined in the webservice.
  Does any one have idea why it is happening? 


Thanks
Mitul

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869649#3869649

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869649


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Resource not found on successful deployment

2005-02-10 Thread mitulraul
I have deployed the webservice successfully with following msg
17:36:05,492 INFO  [EARDeployer] Init J2EE application: 
file:/C:/jboss4.0/jboss-4.0.0/server/default/deploy/acWebService
s.ear
17:36:06,007 INFO  [TomcatDeployer] deploy, ctxPath=/acWebServices, 
warUrl=file:/C:/jboss4.0/jboss-4.0.0/server/default/
tmp/deploy/tmp31437acWebServices.ear-contents/acWebServices-exp.war/
17:36:06,195 INFO  [WSDLFilePublisher] WSDL published to: 
file:/C:/jboss4.0/jboss-4.0.0/server/default/data/wsdl/acWebServices.war/AddressWrapper.wsdl
17:36:06,211 INFO  [WSDLFilePublisher] WSDL published to: 
file:/C:/jboss4.0/jboss-4.0.0/server/default/data/wsdl/acWebServices.war/ContactWrapper.wsdl
17:36:06,273 INFO  [AxisService] WSDD published to: 
C:\jboss4.0\jboss-4.0.0\server\default\data\wsdl\acWebServices.war\AddressWrapper.wsdd
17:36:06,273 INFO  [AxisService] Web Service deployed: 
http://localhost:8080/acWebServices/address
17:36:06,351 INFO  [AxisService] WSDD published to: 
C:\jboss4.0\jboss-4.0.0\server\default\data\wsdl\acWebServices.war\ContactWrapper.wsdd
17:36:06,351 INFO  [AxisService] Web Service deployed: 
http://localhost:8080/acWebServices/contact
17:36:06,382 INFO  [EARDeployer] Started J2EE application: 
file:/C:/jboss4.0/jboss-4.0.0/server/default/deploy/acWebServices.ear


When i am trying 
http://localhost:8080/jboss-net
or 
http://localhost:8080/acWebServices/address
or
http://localhost:8080/acWebServices/contact 

i am getting the The requested resource (/jboss-net) is not available.
it is not even displaying error msg on console

Any body faced same error?

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866043#3866043

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866043


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user