(RECEIVED_REQUEST)
--> 04-23-06 18:42:21 DEBUG [http-8080-2] ResourceHandler: Received request.
--> 04-23-06 18:42:21 DEBUG [http-8080-2] ResourceHandler: Received SOAP request: 
<?xml version="1.0" encoding="UTF-8"?><!--&amp;lt;Envelope xmlns=&amp;quot;http://schemas.xmlsoap.org/soap/envelope/&amp;quot; xmlns:m=&amp;quot;http://www.primagrid.com/test/one/testservice&amp;quot; xmlns:add=&amp;quot;http://schemas.xmlsoap.org/ws/2004/08/addressing&amp;quot; xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;
	&amp;lt;Header&amp;gt;
		&amp;lt;add:To&amp;gt;http://localhost:8080/muse/services/ServicesAdmin&amp;lt;/add:To&amp;gt;
		&amp;lt;add:Action&amp;gt;http://www.primagrid.com/test/one/testservice/ServicesAdminPortType/Create&amp;lt;/add:Action&amp;gt;
		&amp;lt;m:ResourceIdentifier&amp;gt;1&amp;lt;/m:ResourceIdentifier&amp;gt;
	&amp;lt;/Header&amp;gt;
	&amp;lt;Body&amp;gt;
		&amp;lt;m:create&amp;gt;
			&amp;lt;m:resourcetypename&amp;gt;1&amp;lt;/m:resourcetypename&amp;gt;
		&amp;lt;/m:create&amp;gt;
	&amp;lt;/Body&amp;gt;
&amp;lt;/Envelope&amp;gt;
--><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:fs="http://www.primagrid.com/test/one/testservice" xmlns:wsrp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
	<soapenv:Header>
		<wsa:To soapenv:mustUnderstand="1">
			http://localhost:8080/muse/services/ServicesAdmin
		</wsa:To>
		<wsa:Action soapenv:mustUnderstand="1">
			http://www.primagrid.com/test/one/testservice/ServicesAdminPortType/Create
		</wsa:Action>
		<fs:ResourceIdentifier soapenv:mustUnderstand="1">
			1
		</fs:ResourceIdentifier>
	</soapenv:Header>
	<soapenv:Body>
		<fs:create>
			<fs:resourcetypename type="xsd:string">1</fs:resourcetypename>
		</fs:create>
	</soapenv:Body>
</soapenv:Envelope>
--> 04-23-06 18:42:21 DEBUG [http-8080-2] ProjectResourceBundle: org.apache.ws.resource.i18n.resource::handleGetObject(GET_ACTION_FROM_ADDR_HDR)
--> 04-23-06 18:42:21 DEBUG [http-8080-2] AbstractResourceContext: Retrieving the Action from the Addressing Headers.  Action is: http://www.primagrid.com/test/one/testservice/ServicesAdminPortType/Create
--> 04-23-06 18:42:21 DEBUG [http-8080-2] ProjectResourceBundle: org.apache.ws.resource.i18n.resource::handleGetObject(JNDI_HOME_LOCATION)
--> 04-23-06 18:42:21 DEBUG [http-8080-2] AbstractResourceContext: The JNDI home location is: wsrf/services/ServicesAdmin/home
--> 04-23-06 18:42:21 DEBUG [http-8080-2] ProjectResourceBundle: org.apache.ws.resource.i18n.resource::handleGetObject(RETRIEVED_SERVICE_CLASSNAME)
--> 04-23-06 18:42:21 DEBUG [http-8080-2] ResourceHandler: Retrieved service classname: com.primagrid.test.one.testservice.ServicesAdminService from resource home.
--> 04-23-06 18:42:21 DEBUG [http-8080-2] ProjectResourceBundle: org.apache.ws.resource.i18n.resource::handleGetObject(CREATING_INSTANCE_OF_SERVICE)
--> 04-23-06 18:42:21 DEBUG [http-8080-2] ResourceHandler: Creating an instance of service class: class com.primagrid.test.one.testservice.ServicesAdminService
--> 04-23-06 18:42:26 DEBUG [http-8080-2] ProjectResourceBundle: org.apache.ws.util.i18n.resource::handleGetObject(CONVRT_QNAME_TO_NAME)
--> 04-23-06 18:42:26 DEBUG [http-8080-2] NameUtils: Converting QName to Name.  QName: {http://www.primagrid.com/test/one/testservice}ResourceIdentifier
--> 04-23-06 18:42:26 DEBUG [http-8080-2] ProjectResourceBundle: org.apache.ws.util.i18n.resource::handleGetObject(CREATING_NAME)
--> 04-23-06 18:42:26 DEBUG [http-8080-2] NameUtils: Creating a Name from localpart: ResourceIdentifier prefix:  uri: http://www.primagrid.com/test/one/testservice
--> 04-23-06 18:42:26 DEBUG [http-8080-2] ProjectResourceBundle: org.apache.ws.resource.i18n.resource::handleGetObject(FINDING_RESOURCE_WITH_KEY)
--> 04-23-06 18:42:26 DEBUG [http-8080-2] AbstractResourceHome: Finding resource with key 1 ...
--> 04-23-06 18:42:26 DEBUG [http-8080-2] ProjectResourceBundle: org.apache.ws.resource.i18n.resource::handleGetObject(GETTING_RESOURCE_WITH_ID)
--> 04-23-06 18:42:26 DEBUG [http-8080-2] AbstractResourceHome: Attempting to lookup resource with identifier 1 from com.primagrid.test.one.testservice.ServicesAdminHome ...
--> 04-23-06 18:42:27 DEBUG [http-8080-2] ProjectResourceBundle: org.apache.ws.resource.i18n.resource::handleGetObject(DERIVE_SERVICE_NAME_FROM_REQ)
--> 04-23-06 18:42:27 DEBUG [http-8080-2] ResourceHandler: Deriving the service method name from the request body element name (create@http://www.primagrid.com/test/one/testservice)...
--> 04-23-06 18:42:27 DEBUG [http-8080-2] ResourceHandler: Based on the request, looking for method named: create in service com.primagrid.test.one.testservice.ServicesAdminService with a single param of type: org.apache.xmlbeans.impl.values.XmlAnyTypeImpl
--> 04-23-06 18:42:27  WARN [http-8080-2] ResourceHandler: Found method named: create in service com.primagrid.test.one.testservice.ServicesAdminService with a single param of type: com.primagrid.test.one.testservice.CreateDocument , however the request param was of type: org.apache.xmlbeans.impl.values.XmlAnyTypeImpl
--> 04-23-06 18:42:27 DEBUG [http-8080-2] ProjectResourceBundle: org.apache.ws.resource.i18n.resource::handleGetObject(BAD_REQUEST_BODY_ELEMENT)
--> 04-23-06 18:42:27 DEBUG [http-8080-2] ResourceProvider: Sending SOAP fault: 
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <soapenv:Fault>
   <faultcode>soapenv:Client</faultcode>
   <faultstring>Unrecognized request body element: create@http://www.primagrid.com/test/one/testservice</faultstring>
   <detail/>
  </soapenv:Fault>
 </soapenv:Body>
</soapenv:Envelope>
