AXIS engine could not find a target service to invoke

61 views
Skip to first unread message

Ben

unread,
Jun 16, 2005, 10:06:55 AM6/16/05
to Java_Web...@googlegroups.com
I am desperate, this is the second time in a week this has happened to
me and I can't figure out what is happening and/or how to fix it. I
had a functioning Web Service that was work just fine. The only
changes that I made to the project were as follows:

1) I removed three .java files from the package. These three files had
nothing to do with the Web Service. These were files that I had added
after generating the Web Service Skeleton and contained non-Web Service
specific code (ex: database calls).
2) I created a new Java Project within the worksapce and added the
three .java files to that package that I had extracted from my Web
Service.
3) I went into my Web Service (right click on the project) and added
the new Java Project that I just created (properties->Java Build
Path->Projects->Add. This resolved the missing parameter errors that I
was receiving after removing the 3 .java files.

I then went to run my Web Services, something that was working
perfectly fine before and I recived the message: "The AXIS engine
could not find a target service to invoke! targetService is
PatternAggSoap"

I have captured the XML call and the response for assistance. I can't
figure out what has changed that would cause this domino affect. If
someone could identify what I'm doing to cause this and how I can fix
it I would greatly appreciate it.

I'm using Eclipse 3.1 M6, Apache Tomcat 5.0.28, Axis 1_1.

<?xml version="1.0" encoding="UTF-8" ?>
- <soapenv:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:q0="http://tempuri.org/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <soapenv:Body>
- <q0:AggregateModelsToCompositeBOMAssembly>
<q0:modelset>Test Help</q0:modelset>
</q0:AggregateModelsToCompositeBOMAssembly>
</soapenv:Body>
</soapenv:Envelope>

- <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
xmlns:ns1="http://xml.apache.org/axis/">ns1:Server.NoService</faultcode>

<faultstring>The AXIS engine could not find a target service to
invoke! targetService is PatternAggSoap</faultstring>
<detail />
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

Thanks,
Ben

Reply all
Reply to author
Forward
0 new messages