473,513 Members | 2,428 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to invoke a message style Axis service from php

Hi all,
Anyone nows how to how to invoke a message style Axis service from php?
I'm using this WSDL:
http://lamia.ced.tuc.gr/axis/service...chService?wsdl

The content of the message should be an XML document describing an XML
query.

Thanks in advance,

Alex

Oct 23 '06 #1
2 1729

Alex napisal(a):
Hi all,
Anyone nows how to how to invoke a message style Axis service from php?
I'm using this WSDL:
http://lamia.ced.tuc.gr/axis/service...chService?wsdl

The content of the message should be an XML document describing an XML
query.
If you have compiled PHP with option --enable-soap you can do it using
SoapClient(http://pl.php.net/manual/en/ref.soap.php). If you haven't
and you don't want to recompile it you can install a PEAR package
SOAP(http://pear.php.net/package/SOAP/).

Oct 23 '06 #2

Mateusz Markowski ha scritto:
If you have compiled PHP with option --enable-soap you can do it using
SoapClient(http://pl.php.net/manual/en/ref.soap.php). If you haven't
and you don't want to recompile it you can install a PEAR package
SOAP(http://pear.php.net/package/SOAP/).
Unfortunatly I've already done some tests, but it doesn't work neither
with PEAR nor with the built in PHP functions. I understand that
"message style" Axis Web services don't follows the well known
standards like "document" o "RPC".
Anyone of you know a workaround?

Thanks

Alessandro

Oct 25 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
10231
by: Dave Keays | last post by:
I am setting-up an experimental web service using Apache Axis but I'm having problems. AXIS can't find a library that I've verified exists on my computer and that CLASSPATH points to it. I'm using...
7
5367
by: stephan querengaesser | last post by:
hi ng, i try to invoke a webservice-method with an filter-object, that contains value types. if i don´t want to filter the return value of the method, i have to pass a new instance of the...
1
1331
by: Stefan Lischke | last post by:
hi, I implemented WS-Eventing for the Apache Axis Framework and now i want to build a small prototyp client in .Net (cause a whole WS-Eventing impl. is not possible with .Net, cause it dous not...
5
4137
by: vthakur | last post by:
Hello: I have a Axis Web Service that sets the sessionid in the SOAP header for persisting the session. The client is a .Net client that processes the header as an Unknown Header. It sets the...
3
3120
by: GT | last post by:
I have a .NET client that consumes an Axis web service. A change was made recently to the AXIS web service, and ever since then my .NET proxy class has been throwing an InvalidCastException. The...
0
4493
by: karazy | last post by:
I have been reading all the forums and understand whats going wrong but am not sure how to fix it. I have written a basic doc/literal web service. But when it is called by a .net client it will...
3
7294
by: andreas.baus | last post by:
Hello. I'm trying to exchange data between a webservice based on Apache Axis and a client written in C#, and so far it has been working with few problems (none that I couldn't solve myself with...
0
2212
by: cjharrelson | last post by:
I am trying to consume a .NET web service using UsernameToken plain text password authentication. Here is my .wsdd configuration file: <!-- Using the WSDoAllSender security handler in request...
0
2429
by: =?Utf-8?B?ZWQ=?= | last post by:
I had this exact problem using a vb.net client accessing a Java web service. The solution takes 3 steps: 1.) Create custom ClientOutputFilter 2.) Create a custom Assertion that uses filter from...
0
7384
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7099
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7525
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5086
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4746
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3233
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3222
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1594
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
456
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.