When I look at the reponse within the Web Services Explorer I see this:

  | 
--------------------------------------------------------------------------------
  | 
  | The SOAP response failed schema validation. Please switch to the source 
view for the SOAP response in XML format
  | 
  | 
--------------------------------------------------------------------------------
  | 



I've turned on the debugging for web services and I see this when the service 
is ran:



  | 
--------------------------------------------------------------------------------
  | [11:36:14,125] [DEBUG] [SOAPMessageDispatcher] [getDispatchDestination: 
{http://workflow.company.com/}getDepartments][11:36:14,156] [DEBUG] 
[SOAPBindingProvider] [unbindRequestMessage: 
{http://workflow.company.com/}getDepartments][11:36:14,156] [DEBUG] 
[EndpointInvocation] [setRequestParamValue: 
[name=userId,value=org.jboss.ws.soap.SOAPContentElement]][11:36:14,156] [DEBUG] 
[EndpointInvocation] [setRequestParamValue: 
[name=operId,value=org.jboss.ws.soap.SOAPContentElement]][11:36:14,156] [DEBUG] 
[OperationMetaData] [Get java method for: 
{http://workflow.company.com/}getDepartments][11:36:14,156] [DEBUG] 
[OperationMetaData] [Found best matching java method: public abstract 
java.lang.String 
com.company.dept.product.webservice.WebServiceImpl_SEI.getDepartments(java.lang.String,java.lang.String)
 throws java.lang.Exception][11:36:14,156] [DEBUG] [ServiceEndpointInvokerJSE] 
[invokeServiceEndpoint: getDepartments][11:36:14,156] [DEBUG] 
[OperationMetaData] [Get java method for: !
 {http://workflow.company.com/}getDepartments][11:36:14,156] [DEBUG] 
[OperationMetaData] [Found best matching java method: public abstract 
java.lang.String 
com.company.dept.product.webservice.WebServiceImpl_SEI.getDepartments(java.lang.String,java.lang.String)
 throws java.lang.Exception][11:36:14,156] [DEBUG] [EndpointInvocation] 
[getRequestPayload][11:36:14,156] [DEBUG] [EndpointInvocation] 
[getRequestParamValue: userId][11:36:14,156] [DEBUG] [SOAPContentElement] 
[getObjectValue 
[xmlType={http://www.w3.org/2001/XMLSchema}string,javaType=class 
java.lang.String]][11:36:14,171] [DEBUG] [SimpleDeserializer] [deserialize: 
[xmlName=userId,xmlType={http://www.w3.org/2001/XMLSchema}string]][11:36:14,484]
 [DEBUG] [ServiceEndpoint] [END handleRequest: 
jboss.ws:context=ProjectForWebService,endpoint=WebServiceImpl][11:36:14,484] 
[DEBUG] [MessageContextAssociation] [popMessageContext: [EMAIL PROTECTED]
  | 
--------------------------------------------------------------------------------
  | 

So we are getting to the Web Services, I make a deduction here. However, we are 
not completing the operation.

Russ 

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

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

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to